You can use the
For example:
[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>
ReplyDeleteTo move the success message fluentbit to the top in Contact Form 7, add on_sent_ok: "document.querySelecto ;" in the Additional Settings section of the form.