I want to add the fields First Name and then Last Name and have them side by side rather than below each other. How do I do that? Also should I enable Ajax or not?
I want to add the fields First Name and then Last Name and have them side by side rather than below each other. How do I do that? Also should I enable Ajax or not?
under the advanced fields panel on the right-hand side of the screen you will find the 'name' field which will add a field containing two text inputs side by side one for the first name and the other for the last name. As for ajax the majority of people do not require that enabled, it is only really required if you need to process a multi-page form without actually re-loading the page.
We also have gf_inline as a CSS Ready style. You can read more about it here:
http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes
Thank you for the responses. I am still unable to work the gf-inline working despite putting the info in the advanced field of the form. How to activate once the ready class code is put in? Also on the advanced contact form the postal code area is not functioning.
http://www.incorporateinbc.com/IncorporationForm
I am still unable to work the gf-inline working despite putting the info in the advanced field of the form. How to activate once the ready class code is put in? Also on the advanced contact form the postal code area is not functioning. It shows up differently on form then on website. How do I create an add tab depending on whether user choses to enter more information?
Can you link to your form, that link you had before doesn't work. Also, can you walk me through a bit more of what you are trying to do? You should just add the CSS class to the items you want inline. As long as CSS Output is Enabled on Forms -> Settings, then it should work.
Here is a link to the form https://incorporateinbc.com/incorporation-form/
On the form the text is not lining up correctly on the address field;
Want to have Name and Corporate selection on same line;
When add director want on same line for name and address and have option to click a button to add additional director. Thanks, checked and CSS Output is set to yes and I placed gf_inline but Name and Corporate Selection wasn't placed on same line.