+ Add post
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
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
Dariy Pavlyk,
Thank you for the quick comment. It's not that I need to check the form, but it's more like:
A user doesn't fill in the required...MoreLess
The example that I provided would solve this issue, as if there is any required field that is not filled, the createObject()...MoreLess
Thank you Dairy,
I really appreciate it.
I'll test it and give some feedback
Davey Daemen,
I hope you got it working.I have a simple checkRequired JS function I created for this scenario.
function checkRequired(...
MoreLess