SUBMIT button appears on top right and not at the bottom.
Hi folks, I am using a predesigned form, and the submit button displays on the top right instead of the bottom. Any idea how to fix? Thanks
SUBMIT button appears on top right and not at the bottom.
Hi folks, I am using a predesigned form, and the submit button displays on the top right instead of the bottom. Any idea how to fix? Thanks
Greetings and welcome aboard, @ondaway_Sverige
We’ve fixed the issue using this code in the Custom CSS field on the Appearance tab of your widget’s settings:
form {
display: block !important;
}
Check it out and let me know if everything is fine now
Hi Max, thank you very much! It works.
No sweat!
In the meantime, we’d like to invite you to participate in our new contest, where you can win a 6-month extension for your subscription - May Contest: Create a Caption for Our Photo and Win 6 Months FREE!
Check the details and join in
Done. Thanks again.