Triggering form validation with URL

jaak 20 Jan, 2015
Hello,

I divide onepage form into two parts with CSS and jQuery (https://www.chronoengine.com/forums/posts/f2/t98551/form-inside-modal-box.html).

Before, then the form have two pages, click on submit button triggers check of the required fields in each page.
For my setup, I changed the submit button with URL for the first part of the form (for opening modal box with second part of the form). But click on the URL didn't trigger form field validation.

How it is possible to enbale validation with clicking on URL?

Jaak
GreyHead 21 Jan, 2015
Hi Jaak,

Change the button back to be a submit button and use JavaScript to open the modal window once the validation has succeeded.

Bob
This topic is locked and no more replies can be posted.