In this theme we use the contact form 7
plugin, you can learn more about it at this link:
https://contactform7.com/docs/
Contact Form Default
<div class="fl-contact-form">
<div class="input-container">
[text* your-name placeholder "Your Name*"]
</div>
<div class="input-container">
[email* your-email placeholder "Email Address*"]
</div>
<div class="textarea-container">
[textarea your-message placeholder "Message"]
</div>
<div class="submit-btn-container">
<button type="submit" class="fl-button primary-button submit-comment">SEND MESSAGE</button>
</div>
</div>
Auto Dealer Contact Form
<div class="fl-dealer-form">
<div class="input-form-wrapper">
<label class="fl-font-style-bolt-two"> Your Name (required)</label>
[text* your-name]
</div>
<div class="input-form-wrapper">
<label class="fl-font-style-bolt-two"> Your Email (required)</label>
[email* your-email]
</div>
<div class="textarea-form-wrapper">
<label class="fl-font-style-bolt-two">Your Message</label>
[textarea your-message]
</div>
<div class="submit-btn-container">
<button type="submit" class="fl-button secondary-button submit-comment">Send Message</button>
</div>
</div>