Re: Move Button In a Form?

Anonymous
Not applicable

Move Button In a Form?


Hey everyone,

how can I change a form layout?,  all i want to do is move a button to the right of the text tield

an example is below of what it looks like now (NO) and what I want it to look like (YES)

0EM50000000S6ph.jpg

thanks in advance for any ideas

-R

Tags (1)
5 REPLIES 5
Anonymous
Not applicable

Re: Move Button In a Form?

Hi Richard, 

I am not sure how to move the unsubscribe box next to the text field, but if you click on the unsubscribe in the editor you can drag it back and forth. 

Sorry I wasn't more help! 
Anonymous
Not applicable

Re: Move Button In a Form?

I don't believe you can do this through the visual form editor UI.  You will probably have to insert some custom CSS to align the submit button where you want vertically.
Anonymous
Not applicable

Re: Move Button In a Form?

ok, thanks for the info,

does anyone know the name of the button or the div that holds it so i can try and move it around.

and  /  or does anyone have a piece of code that is similar that i can use?

Anonymous
Not applicable

Re: Move Button In a Form?

In Chrome you can right-click on the button and then click inspect element. This will show you id and class of button. Then you override default styling of button. 

Please review the following more info:

https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector
Anonymous
Not applicable

Re: Move Button In a Form?

I think you can "drag to reposition" the button." That just worked for me!