Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default multipage form

    I set up a HTML form is a multipage form.
    My client would like the results in one page...or the person's email address
    on each page.

    (I used cgi..scripting to set it up..so it's pretty basic...)

    Is there an easy way of setting this up..like an even handler...that when the
    person hits..
    submit..and goes to the next page...his email address gets forwarded?

    Thank you..



    dorrie Guest

  2. Similar Questions and Discussions

    1. Multipage PDF with Acrobat 8.0
      I have created a plug-in for Inserting a page at specified page number of a multi page PDF. If file is a single page file, plug-in is working fine...
    2. multipage pdf import
      Anyone use the PDFImport-multiple script by Dmitry Zlotnikov from the Adobe Studio Exchange? I used it in ID2, but when I try to run it from the...
    3. Multipage plugin for Illustrator
      Check this out... http://www.hotdoor.com/multipage/ I'm not endorsing it as I know nothing about it. But it IS interesting insofar as FH's...
    4. GET / POST conflict in multipage form
      Can't you divide your image up into physically different images (and "glue" them together again with a table?) In every image you could use an...
    5. Multipage Form Events
      In the control where the user enters a, c, p, or s use the following case statement. In my example I used a text box called txt_Source and each...
  3. #2

    Default multipage form

    I set up a HTML form is a multipage form.
    My client would like the results in one page...or the person's email address
    on each page.

    (I used cgi..scripting to set it up..so it's pretty basic...)

    Is there an easy way of setting this up..like an even handler...that when the
    person hits..
    submit..and goes to the next page...his email address gets forwarded?

    Thank you..



    forumnotifier Guest

  4. #3

    Default Re: multipage form

    There are several ways of passing data from one web page to another, depending
    on your platform, but with forms the most direct way is to pass the email
    address as a form field. Any data in a form field will be passed to the
    "action" web page and can be referenced by the field name. It's sounds like you
    also want to display the email address on each web page, and you could
    accomplish that at the same time by using a form field for it.

    delaneypub Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139