The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Horizontal form
Hey, i'm trying for a while to make my form horizontal.
After playing long time with the form i succeed to put the "name" + "phone number"
but still their no possible to put submit button in the same raw.
Please if someone knows how to make all the form in the same raw can help me
THANKS
Yoav
March 10, 2018 at 1:50 am
You can see it here: http://www.s632330628.onlinehome.fr/button-right/
The trick is to add an HTML field.
After, in Form Settings / Customize HTML: you have to move the "</DIV>" tag from the "HTML" field to the "Submit Button" field.
You must adapt margin-top with this CSS code (43 is the form ID) :
div#frm_form_43_container button {
margin-top:0px;
}
I'm sorry but attachment doesn't work
Discussion closed.