Is there a way to make the "Enable ajax" checkbox that comes up when you add a gravity form to a page be checked per default?
Any hooks that can be put into functions.php or some other way of doing it?
Is there a way to make the "Enable ajax" checkbox that comes up when you add a gravity form to a page be checked per default?
Any hooks that can be put into functions.php or some other way of doing it?
Currently no. In fact we are probably going to make the enable AJAX less accessible, not more accessible in the future by hiding it behind an Advanced Options link that will show additional options when clicked. We find far too many people are using AJAX enabled in situations where AJAX isn't necessary. Most situations don't require AJAX.
Is there another way to show error messages on form field that needs to be filled out, or thank you notice without the page reloading?
AJAX is the only way to do that without a full page reload. It may be possible to write custom jQuery for client side validation, but that would be a customization and not something it's going to do out of the box.