Hello,
i recently had a problem with the package “Formit 4.2.5-pl” on Revolution. After submitting the form I try to execute a redirect and then start a snippet. In the meantime I have reduced the form completely and my snippet is also completely empty. Nevertheless no redirect works after submitting the form. Does anyone have an idea?
[[!FormIt?
&hooks=`email, redirect, db-info`
&emailTpl=`emailtpl`
&redirectTo=`[[!++site_url]][[~7]]`
&emailTo=`[email protected]`
]]
<h3>Anfrage</h3>
<form id="contactForm" class="cmxform" method="post">
<input name="contact_name">
<input name="contact_nachname">
<input type="submit" value="Anfrage verschicken">
</form>
emailtpl Chunk:
Name: [[+contact_name]]
Nachname: [[+contact_nachname]]
db-info Snippet:
<?php
return;