I have hard coded my form like so...
<?php gravity_form(2, false, false, false, '', true); ?>
The last 'true' being the call for ajax submission functionality. For some reason I am not getting any ajax functionality, just a regular page load instead. Any ideas?
Jquery is in use in the same page but that should not be causing any issues.