Okay
  Public Ticket #2127933
Contact Form setting
Closed

Comments

  • Youcheng Zhou started the conversation

    How can I set my contact form as exactly the same as the demo website? Demo: http://clapat.ro/themes/wizzaro-wordpress/contact-us/

  •  1,809
    Support replied

    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