You can just create a contact form with 2 fields and the message and submit button, then use our contact form module and change the field type to vertical or horizontal if you want to have 2 field next to each other.
You don't need to use extra html / css
Do not hesitate to contact us if you have more questions.
HI...
How can I make the two-column form in Cesis format?
I send an example:
<div class="eut-one-half">Name (richiesto) [text* your-name]</div>
<div class="eut-one-half eut-last-column">e-mail (richiesto) [email* your-email]</div>
Message [textarea your-message]
[submit "Send"]
Best regards
Hello Dario, thanks for purchasing Cesis!
You can just create a contact form with 2 fields and the message and submit button, then use our contact form module and change the field type to vertical or horizontal if you want to have 2 field next to each other.
You don't need to use extra html / css
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
I understand ... but my form must be shared on many pages and must be 2 columns by default. Have you a solution?
Best regards
Hello Dario,
If you have only 2 field, 1 message field and submit button then you can do it with the module settings, it would be 2 columns by default.
If you have more field then just use custom css and html like you sent us in your first message.
Just add something like this :
.first-col { width:49%; float:left;}
.second-col { width:49%; float:right;}
But like I said if you have 2 field and a message field then you can use the module settings.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme