Skip Navigation

[Resuelto] Certificates Validation

This support ticket is created hace 1 año, 9 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 respuesta, has 2 mensajes.

Last updated by Luo Yang hace 1 año, 9 meses.

Assisted by: Luo Yang.

Autor
Mensajes
#2413041

SD

I need to create an option in the front-end to let visitors validate certificates.

Those are offline certificates, the certificates come with a code, and the visitor should be able to enter the code on a field to validate the certification.

Any ideas on how to approach this? Should we create something with custom post types & custom fields where we will be able to enter the information of the certificate along with the name of the student(and other details) and then have the front-end field be a search box? The thing is I need to display only the specific student/certification and not just results, and when the code is not valid should say that is not valid...does it make sense?

Any ideas?

#2413709

Hello,

I think it is possible, for example, you can try these:
1) Create a custom post type "Student"
with the custom fields:
- name of the student (and other details)
- Validation code
2) Setup a post view with custom search form:
- Query "Student" posts
- filter by custom fields:
name of the student + certification code
https://toolset.com/documentation/user-guides/views/filtering-views-by-custom-fields/

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.