I have seen comments about a redirect on a form submission, you have answered with the following;
This is Definitely Possible. You can simply add the data-redirect=”http://your-website.com/thank-you.html” Attribute to your .contact-widget Element. Example, Your Code will look something like this:
<div class="contact-widget" data-="">redirect="http://your-website.com/thank-you.html">
...
</div>
Could you tell me where I can find the .contact-widget element so I can modify ?
P.
