Moving the Submit Button above Hidden Fields | Community
Skip to main content
Ciaron_Zanelli
Level 2
February 14, 2020
Solved

Moving the Submit Button above Hidden Fields

  • February 14, 2020
  • 1 reply
  • 6939 views

Hey all,

 

I'm having an issue with the submit button on our forms and wanted to see if this has happened before or if anyone knows of a solution. Essentially we have some hidden UTM fields on our forms and this is pushing our Submit button well below the form itself (image below) . I haven't edited the CSS on the form itself, but wanted to see if anyone else has encountered this issue with the hidden fields on the forms. If it happens to be something to do with the CSS, it would be greatly appreciated if someone could point me in the direction of the code to input onto the forms.

Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

I'm using Chrome version 80 on Mojave 10.14.6

 

I don't think the plug in's are the issue and more towards the OS or Chrome version perhaps


The problem surfaces at Chrome 76, not prior.

 

Add this to your Custom CSS:

 

.mktoForm .mktoFormRow { clear: none !important; }

 

 

Test thoroughly of course. This is a substantial style change and may not be harmless in all browsers. You will have to make specific exceptions for Chrome 76+ (which are buggy) if this doesn't work. 

 

Another good reason to test in multiple recent versions of the same browser, and of course in IE and Firefox as well.

1 reply

SanfordWhiteman
Level 10
February 14, 2020

Need your URL. You're almost certainly styling margins on <input> wrapper <div>s without filtering the hidden ones.

Ciaron_Zanelli
Level 2
February 16, 2020

Thanks Sanford, I've included a URL below for you:
https://pages.crimsoneducation.org/Inspired.html

SanfordWhiteman
Level 10
February 17, 2020

I'm not seeing a layout like the one in your screenshot in any modern browser.

 

Did you fix it after posting?