• Making forms usually involves a lot of custom HTML, and writing HTML in the textarea that cf7 provides just isn’t the most fun. It would be great if I could do something like insert a shortcode into the textarea that contains my form. Example:

    [contact_form]

    Which I would have a ‘contact_form’ shortcode setup for, which would output something like:

    <div id="contact-form">
    Testing: [text testing id:testing]
    </div>

    This way you could keep your form markup in a file instead of in a textarea.

    http://wordpress.org/extend/plugins/contact-form-7/

    [ Please do not bump, it’s not permitted here. ]

  • The topic ‘[Plugin: Contact Form 7] Use Files To Store Form Layout’ is closed to new replies.