Skip Navigation

[Resolved] Certificates Validation

This support ticket is created 2 years, 5 months ago. 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.

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 reply, has 2 voices.

Last updated by Luo Yang 2 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#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/