Skip Navigation

[Resolved] Unable to Get Custom Javascript Validation to Work with Cred Form

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the user wanted to validate some of their form fields using jQuery

Solution:

This can be done by following the example in the link below.
http://form.guide/jquery/validation-using-jquery-examples.html

This should serve as a guide on how it can be done with our forms.

This support ticket is created 5 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 15 replies, has 2 voices.

Last updated by Dave 5 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#1276691

Honestly, I figured it out by myself in the end.

I have updated and closed the other support ticket but the short version is that I needed to change cred_before_save_data to cred_save_data.

Thanks for all the help with the JS though Shane!