wordpress - Contact Form 7 - press button to validate fieldset -


i've used contact form 7 (wordpress plugin) create single form multiple fieldsets.

the fieldsets split (using jquery) this: http://thecodeplayer.com/walkthrough/jquery-multi-step-form-with-progress-bar

what want validate fields in fieldset (without submitting form) - there way 1) validate fields using validation in contact form 7 manually? 2) specify fields validate (based on in fieldset)?

ideally want able flexibility in mind creating 2 or 3 other forms perform same way.

edit: validate mean check field is:

a) filled in, if it's required field

b) valid data (so making sure email address etc).

my problem want validate fields manually, without submitting form, can stop them progressing on next step of form filling if they've not completed current fieldset of fields correctly.

carl

what want validate ?
if want validate email address. should write input type = email in email textbox.
html validate textbox itself, should in email format.
same digits. if want validate textbox should contain number.
use input type = number on textbox.

here example: https://jsfiddle.net/z9b5mcur/1/


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -