This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Cookies
Started 12 years ago by alecd4 | 3 posts |
-
I noticed that multipage forms fail (no move to next page) when cookies are not enabled. What I am missing?
Posted 12 years ago # -
I've noticed on the multi part forms that when they are embedded in a Wordpress widget for example, it won't proceed to the second, third part of the form... Any ideas?
Posted 12 years ago # -
The multipage forms need to use PHP session to maintain states between pages. To store the session id, it uses cookies. So yes, you need to have cookies enabled.
However, if you have control over the "php.ini" file on your server, you can configure the session to not use cookies. You need to set this value:
session.trans_id = 1
that would allow your users to access the multipage forms without any cookies, since the session id is being passed as part of the URL.
offersnet -- are you using the php embed code? Try to use the javascript or iframe instead.
MachForm Founder
Posted 12 years ago #
Reply
You must log in to post.