Friday, March 10, 2017

How to move (alert) sucess message for Contact Form 7 to top of form in WordPress

You can use the [response] tag in your form to change the location of the response message.

For example:


[response]

<p>Your Name (required)<br />
    [text* your-name] </p>

<p>Your Email (required)<br />
    [email* your-email] </p>

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

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

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

No comments:

Post a Comment