+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: Auto respond with multi page form

  1. #11
    Join Date
    Sep 2011
    Posts
    18

    Default Re: Auto respond with multi page form

    thanks so much - pm sent

  2. #12
    Join Date
    Sep 2011
    Posts
    18

    Thumbs up Re: Auto respond with multi page form

    I just want to say - thank you so much crabtree for taking the time to figure this out for me!! You are golden.

    It turned out my server had some issue with session handling. So just in case this helps someone else in the future:


    I had to

    set PUT_DATA_IN_URL to false in formmail:

    PHP Code:
    define("PUT_DATA_IN_URL",false); 
    and also

    make a new php file called formmail-preconfig.inc.php, which contains just this line:
    PHP Code:
     <?php
    ini_set
    ('session.use_only_cookies',0);
    it goes in the same folder as formmail, and formmail automatically loads it.

    Now my error handling works like magic. Thank youuuu!

  3. #13
    Join Date
    Aug 2012
    Location
    New York
    Posts
    1

    Default Re: Auto respond with multi page form

    I do not know how to change it? It should be the last page of multi-page form template URL?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Return All Variables To Form Page On Error
    By cornernote in forum FormMail Subscription Support
    Replies: 12
    Last Post: 31-Oct-2004, 10:20 PM
  2. Auto responder
    By russellr in forum HOWTO Guides and Tips
    Replies: 0
    Last Post: 04-Sep-2004, 11:38 PM
  3. Sample Auto Responder Form & Template
    By russellr in forum FormMail
    Replies: 0
    Last Post: 04-Sep-2004, 11:15 PM
  4. auto add feature
    By jamesh3 in forum FormMail Subscription Support
    Replies: 1
    Last Post: 17-Jun-2004, 07:44 AM
  5. Submitted form output onto HTML page?
    By LKimber in forum FormMail Subscription Support
    Replies: 2
    Last Post: 13-Apr-2004, 11:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts