Okay
  Public Ticket #286985
contact form demo
Closed

Comments

  • Dmitry started the conversation

    Hello

    Can you provide me contact form of your demo site for import to cf7? This one [contact-form-7 title="Contact form 1" id="224" el_position="last"]

    thanks in advance

  •  93
    djwd replied

    Hi there,

    Do you mean the HTML?

    <p><label>Your Name * </label><br /> [text* your-name] </p>

    <p><label>Your Email * </label><br /> [email* your-email] </p>

    <p><label>Subject</label><br /> [text your-subject] </p>

    <p><label>Your Message</label><br /> [textarea your-message] </p>

    <p>[submit "Send"]</p>

    Shortcode:

    [contact-form-7 id="224" title="Contact form 1"]

    Regards
    djwd

    Regards
    djwd

  • Dmitry replied

    yes, thanks!