This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi
Could you be able to provide help on making a 2-column format in the contact form?
ex.
FULL NAME EMAIL ADDRESS
ADDRESS COUNTRY
MOBILE
Message
captcha
Submit
Hello,
You can create your custom contact form using “Contact Form 7” plugin.
For example – http://prntscr.com/j1lqgy
<div>
<div class="row">
<div class="col-md-6">
[text* text-123 placeholder "Your name"]
</div>
<div class="col-md-6">
[email email-962 placeholder "Your e-mail"]
</div>
</div>
<div class="row">
<div class="col-md-12">
[textarea textarea-969 placeholder "Your message"]
</div>
</div>
[submit "submit"]
</div>
Read more – https://contactform7.com/docs/
Regards
You must be logged in to reply to this topic.Log in/Sign up