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


  1. alecd4
    Member

    I noticed that multipage forms fail (no move to next page) when cookies are not enabled. What I am missing?

    Posted 12 years ago #
  2. offersnet
    Member

    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 #
  3. yuniar

    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 #

RSS feed for this topic

Reply