I have an inline gravity form setup to capture an email submission. The issue I'm having is every time the submit button is click the input field shifts down a little. I'm not quite sure where this is happening and if it can be fixed in the CSS.
You can view the action here
I've tried viewing the code in the console as I'm submitting the form but no luck in finding the issue.
Any thoughts and suggestions would be appreciated.
Thanks, Phillip
The issue is caused by Gravity form's ajax loader (the spinner image).
How did you put the submit and input fields side to side? With a display: flex
added to .site-footer .gform_wrapper form
, it should work fine.
You can also style the ajax loader with CSS by using the selector .gform_ajax_spinner
. Maybe a display: inline
can fix it, or you can also hide it if that's easier.