Hi there,

Does anyone have a landing page integration with Gravity Forms using a script?

This piece of the script works

 

jQuery(document).ready(initLanding);

$( "#gform_15" ).submit(function( event ) {

 createObject();

but always sends the data whenever the Submit button is clicked an...MoreLess

Like 0

Like

5 comments

Hello Davey,

If you mean that you would like to create some kind of form validation that prevents from sending the form when there are empty...MoreLess

Show all comments (4)