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.
Looking for a multi-page form script
Collapse
X
-
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
Comment