View Full Version : Making a form?
LizMM
06-06-2001, 11:03 PM
Is there a way to make a form in Flash that isn't ultra-complicated? I'm afraid I'm way too spoiled having only used Frontpage in the past. Forms there are embarrasingly easy to create! I would like to create an online membership form. TIA!
Strok
06-07-2001, 06:09 PM
To make a form in flash is very easy .
Example:
Lets say you want to send some MAIL FORM from your flash movie by using CGI
on first frame you have to add your variables:
------------------------------------------------
recipient = "support@actionscript.org";
redirect = "http://www.actionscript.org/";
Name = "Mail Form";
------------------------------------------------
now lets make a form:
1)Create so many INPUT TEXT fiels as you need (do not forget to give them a variable names )
2)Make a submit button:
on (release) {
getURL ("http://www.yourSite.com/cgi-bin/FormMail.cgi", "_self", "GET");
}
LizMM
06-07-2001, 07:45 PM
That's just what I needed!
BernardoEscoffie
06-08-2001, 02:23 AM
Hi!
I'm extremely newbie with that forms.
How do I made the FormMail.cgi in order to bring to life this mail form???
I really need that help. Be as specific as you can :)
Thanks!
Strok
07-13-2001, 07:46 PM
You can find the script and info here:
http://www.worldwidemart.com/scripts/formmail.shtml
trowley
05-31-2005, 04:40 PM
Hi--
I know this is an old post, but does anyone know where to find the last link mentioned, or another one that is similar...
Any help would be appreciated.
Thanks
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.