Looking for a multi-page form script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dinods
    New Member
    • May 2007
    • 1

    Looking for a multi-page form script

    i am trying to find a script, any script, for a multiple page email form. it can be asp or php. i am trying to develop a form that can take just general information and send it to me. also it may need to open another form for more information to place an order.
  • kestrel
    Recognized Expert Top Contributor
    • Jul 2006
    • 1071

    #2
    you're just looking for the php or asp code to process the form and mail it?

    Comment

    • cytan7411
      New Member
      • May 2007
      • 3

      #3
      Actually I am having the same issue with this runing with a PHP script. I tried a code I found online that was along the lines of:

      on (release {
      myVars = new LoadVariables() ;
      myVars.userName = userName.text;
      myVars.password = password.text;

      myVars.loadAndS end( "http://www.blahblah.co m/blah.php", myvars, "POST");
      }

      and then the PHP script would be looking to receive two variables, userName and password.

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        Excellent cytan7411, thanks for the response.

        Comment

        • kestrel
          Recognized Expert Top Contributor
          • Jul 2006
          • 1071

          #5
          good job....... .....

          Comment

          Working...