+ Reply to Thread
Results 1 to 3 of 3

Thread: Submitted form output onto HTML page?

  1. #1
    Join Date
    Apr 2004
    Posts
    2

    Question Submitted form output onto HTML page?

    Thank you for this wonderful form! I am excited to begin using it and the instructions seem very straight forward and doable to me. I have one question, and I have looked through the forum but can't seem to find the answer. Please forgive me if this has been reviewed elsewhere.

    I am wanting to have a sort of "confirmation" type page that customers will be directed to after inputing information on their form. Basically I want the confirmation page to list all the fields they filled in, and what their "answers" were. Is this type of page possible with FormMail? If so, how would I go about setting this "confirmation" page up?

    Thank you for your help!

  2. #2
    Join Date
    Dec 2003
    Posts
    3,901

    Default Re: Submitted form output onto HTML page?

    Hi,

    Yes, you can setup a confirmation page and an error page.

    In your form, create a field like this:
    Code:
    <input type="hidden" name="good_url" value="http://www.yoursite.com/confirm.htm">
    The error page is similar, but to show the actual errors, you need to write a script. The following example just shows a static error page:

    Code:
    <input type="hidden" name="bad_url" value="http://www.yoursite.com/error.htm">
    Of course the actual URL for both pages can be anything you like (they don't have to be called "confirm.htm" and "error.htm").
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  3. #3
    Join Date
    Apr 2004
    Posts
    2

    Smile Re: Submitted form output onto HTML page?

    Thank you greatly for your quick reply! I now feel a bit embrasssed. I had actually seen both of those URL references, but was not aware what the output would be. Thank you for making all of this so simple to use!

+ 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. Sample HTML Form Using FormMail
    By russellr in forum FormMail
    Replies: 1
    Last Post: 21-Mar-2007, 07:49 AM
  2. 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
  3. html output?
    By Ibis in forum FormMail Subscription Support
    Replies: 1
    Last Post: 28-Feb-2004, 09:08 AM
  4. output form into a webpage
    By redsnow in forum FormMail Subscription Support
    Replies: 3
    Last Post: 10-Feb-2004, 12:34 PM
  5. Output format
    By Beamin1 in forum FormMail Subscription Support
    Replies: 4
    Last Post: 18-Jan-2004, 08:46 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