Comments Youcheng Zhou started the conversationAugust 25, 2019 at 9:56pmHow can I set my contact form as exactly the same as the demo website? Demo: http://clapat.ro/themes/wizzaro-wordpress/contact-us/ 1,974Support repliedAugust 26, 2019 at 5:38pmHello, When you edit the contact form just paste the following code in the Form fields: <div id="contact-formular" class="has-animation"> <div class="name-box"> <input placeholder="Full Name" aria-invalid="false" aria-required="true" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" size="40" value="" name="your-name" type="text"><label class="input_label"></label> </div> <div class="email-box"> <input placeholder="Email" aria-invalid="false" aria-required="true" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" size="40" value="" name="your-email" type="email"><label class="input_label"></label> </div> <div class="message-box"> <textarea placeholder="Your Message" aria-invalid="false" aria-required="true" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required" rows="10" cols="40" name="your-message"></textarea><label class="input_label slow"></label> </div> <div class="submit-box"> [submit "Submit"] </div> </div> and the contact page is actually a page with Default template with the following content: https://d.pr/free/i/Rcw3nx Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
How can I set my contact form as exactly the same as the demo website? Demo: http://clapat.ro/themes/wizzaro-wordpress/contact-us/
Hello,
When you edit the contact form just paste the following code in the Form fields:
<div id="contact-formular" class="has-animation"> <div class="name-box"> <input placeholder="Full Name" aria-invalid="false" aria-required="true" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" size="40" value="" name="your-name" type="text"><label class="input_label"></label> </div> <div class="email-box"> <input placeholder="Email" aria-invalid="false" aria-required="true" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" size="40" value="" name="your-email" type="email"><label class="input_label"></label> </div>
<div class="message-box"> <textarea placeholder="Your Message" aria-invalid="false" aria-required="true" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required" rows="10" cols="40" name="your-message"></textarea><label class="input_label slow"></label> </div> <div class="submit-box"> [submit "Submit"] </div>
</div>
and the contact page is actually a page with Default template with the following content:
https://d.pr/free/i/Rcw3nx
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy