Save cookies in form submission
-
Hi, before version 5 it was possible to add this to the confirmation message to save the fields. In this way they could be easily taken up when browsing the site. It’s a function that clickfunnels, and all forms have. It is needed because if a user returns to the site he does not have to re-enter the data from scratch. Now the scripts in the confirmation message no longer work but are shown as text and not as code.
How can I save fields as cookies?
Here is the code that worked until a few weeks ago:
<script>document.cookie = "form-field-name=
{inputs.name
}";
document.cookie = "form-field-email={inputs.email}";
document.cookie = "form-field-phone={inputs.phone}";
</script>
- The topic ‘Save cookies in form submission’ is closed to new replies.