*creating An Add To Cart Form In Flash*
Hi, Im in the process of creating a website in which i want to use paypal as the payment method. Im looking in to creating an 'add to cart' shopping cart function in flash. Is it difficult to create? Im not sure of the process i need to follow and i dont Know a lot about variables either. Is there any carts available that i can buy which are designed for flash? What would i need to do to get my site working with this function? Please help if you can. I have been on to paypal to research, but its the flash side im not sure of and thats where you alll come in! Thank you
KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 07-03-2007, 09:04 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Creating A Cart In Flash
Is this possible/?? I have never seen one done, its always done with other programming languages.
How hard would it be to do?
Flash Radio Form To PHP Shopping Cart
Right, What I am trying to do is send a value from a radio form in a piece of flash, to be received and processed by a different page (a PHP page, which is a shopping cart),
I have written the actionscript function to take the values from the radio form using formData.sendAndLoad to the PHP, problem is, I need this to also act as a getURL so that the PHP page opens as well, to display the shopping cart. However when I do this, Internet Explorer just wants to Download and save the PHP page the Flash is pointing to.
Any Ideas?
How Do You Make A Checkout/ View Cart Form In Flash?
hey everyone i juuuusst barley signed up to this site, and i need help bad. me and my friend kyle are seniors in high school trying to make a business in clothing. we wanna make a flash site but we want it to look sleek and awesome. we're trying to make a form in flash so when someone buys something, it sends it to us. here is a basic "frame" of what i have. no coding or anything,
http://www.freewebs.com/luvzccr/formtest.swf
does anyone know the codes for the checkout button, or how to send it to our paypal account... or if anyone gets bored can they just do it for me haha, jk guys but yea, please help, thanks.
Shopping Cart/order Form
Hey how hard is it to input a small shopping cart or an order form in Flash MX. If I have something in a flash movie and a user will like to order it how would I go buy sending all the information to a shopping cart/ or an order form for the user is able to order. For an example any merchant account , How would this work with paypal or 2checkout.
Thanks
Posting Form Data To CGI Shopping Cart
I have a button
< form action=http://www.cartserver.com/sc/cart.cgi method=post>
<input type=hidden name=item value="j_1xx4^B1103^Mothers Bracelet 2 Strands^75.00^1"><input type=image name=add src="images3/Btn_add2cart_e1205x2.jpg" border=0>
</form >
How do i get this to work with action script?
Flash/Paypal Shopping Cart? Cart Within Flash...
I'm wanting to set-up a shopping cart in flash using Paypal as the payment option. I already know how to have the buttons send the "add to cart" and "buy now" options to Paypal, which opens up a pop-up with the cart info.
What I'm wanting, however, is to have a cart within flash which when the customer clicks "purchase now", sends all the info (items, number, etc.) to Paypal using POST - basically just calling up the payment screen, rather than the cart first.
Great example here (just act like you're ordering):
www.advanceflash.net
Any ideas? thanks...
Creating A Flash Form
Allright. I created a simple form with 3 text box
each were given a variable name as follow "name","email","details"
All I am trying to achieve is that on enter frame the cursor position itself on the "name" text field and then on TAB to go from field to field.
This is the coding I thought would work, and yet even after publishing the cursor still does not automatically go to "name"
Selection.setFocus("_root.name");
_root.name.tabEnabled(true);
_root.email.tabEnabled(true);
_root.details.tabEnabled(true);
_root.name.tabIndex = 1;
_root.email.tabIndex = 2;
_root.details.tabIndex = 3;
any help is appreciated
Thanks
Creating A Form In Flash
I am used to creating forms in straight html and cgi but CANNOT figure out how to create a form in flash that will do anything with the variables. I have searched the tutorials. I am coming up with nothing that works. I'm simply trying to create a form in which the variables are sent to an email address.
The form is being used to gather information, ie. name, phone number, email address & message. I have created an Input Text textfield box for each, giving them variable names like name, phone, email, message. Now I've tried a lot of different ways to go the next step but cannot find something that works. I have created a submit button and a clear button. Anything I have found for scripting either of these buttons has not worked. I am assuming from everything I've read that I need to loadVariables on the submit button but from there I haven't come up with the right sequence of scripting. I would like the information to be emailed to the client who is having this site built and then a "thank you for getting in touch with us" kind of screen to come up. Of course, when the user clicks on the clear button I would like the fields to go back to blank but even that I haven't been able to work out.
Can someone please help?!!!
Creating A Form In Flash?
I am trying to create a form for a website where people can input their information and then that information is emailed to a particular address.
Is there an easy way to do this?
Any help is MUCH appreciated!
Creating A Flash Form
does anyone know where I can find a simple fla file that uses a drop down menu for one of the fields and sends info to a PHP file when the form is submitted?
Creating Flash Form
Can someone explain to me how to create a form such as this http://www.websiteforactors.com/contact.htm If you know of a good tutorial online, that would also be helpful.
thanks
Creating Flash PHP FORM
This is the first time I created a form in Flash. I am not sure how to do the PHP for Actionscript. The form information that user types in is supposed to go to my email when someone completes it.
I created a simple form with text input areas for Name, another for address, another for city,state, zip, another for phone, another for email, and a large input area for comments.
After the email area, I have placed radio buttons from Flash components--about four of them.
I placed the Actionscript for the SUBMIT button.
Here is an Actionscript, below, I found somewhere online. That is the only Actionscript I think I would need for the FORM.
When you respond - I would like to know where I am to insert my own email address. If you know of a better Actionscript for the Submit button, let me know. Please kindly reply to art.design@comcast.net. Thanks. Mary Alice
---------
on (release) {
// logical operator makes sure the textfield is not blank. IndexOf checks for "@" and "." characters in textfield
if (!email.length || email.indexOf("@") == -1 || email.indexOf(".") == -1) {
results = "Please check your e-mail address.";
} else if (!comments.length) {
results = "Please enter your comments.";
} else if (!name.length) {
results = "Please enter your name.";
} else {
loadVariablesNum ("
Creating A Simple Cgi Form In Flash
Hello,
I am having a bit of trouble with a form that I have created. There are input text fields of information that I would like to have sent by email.
I have used the POST method and addressed it in the actionscript to the cgi-bin. I have been told that I need to have a "hidden" input area with the name equalling the recipient and the value equalling the email address. Trouble is I am really not sure where I should be adding this.
I would really appreciate some help!
Thanks.
Creating A PHP Form Action In Flash
Hi All,
I have a form action on a php page that is a simple <form action="mypage.php" method="post"> etc etc...
This takes the field names etc like php does and does the nessessary actions and so on...
What I need to know is how do I do this in Flash?
Is it EZ?
Thx in advance
XFM
Creating An Email Form In Flash
I'm having trouble with writing the correct URL for people sending me an email via my geocities website.
Here is the line of the script that I have problem with:
loadVariablesNum("http://us.z.geocities.yahoo.com/forms?login=xuling_wu", 0, "POST");
When I tested the movie, the error message says that there is an error in this URL "http://us.z.geocities.yahoo.com/forms?login=xuling_wu."
What is the correct URL then?
Help!
My geocities' address is www.geocities.com/xuling_wu/
THanks a million!
Creating A Form In Flash (a Few Questions)
1. I have a large message field that can accomodate a lot of text, is there a way I can change the gray scroll bar?
2. My form generates an email with the information in the email before the user hits send, is it possible to have a sentence be bolded within the email?
3. I need a feel to have a very exact entry in it, right now I have it so it can't be blank, but I need it to be a particular format such as #####A###
Thanks for any help that you can give.
[Creating Order Form In Flash]
Hi,
I need help with Flash. I am trying to create an online order form but flash-based. Is it doable... if it is, can someone help me with that.
Thanks
Problems With Creating Form In Flash
hi!
I'm creating a form in flash based on the tutorial by senocular at http://www.kirupa.com/developer/acti..._php_email.htm
It works fine, but I would like to know how to attach files to the form, say if the form ask the user to submit his resume. Also, if I use a combo box, with multiple selections, how do I implement it within the form? Will it work with the email.php file? Many Thanks!
Creating A PHP CMS Form For The Flash Gallery
Hello all,
I am trying to create a couple of things but am having some problems. Hopefully someone here can point me in the right direction. I have a couple sites I am working on that use variations of XML-based Flash galleries. I am trying to create a client-tool (CMS) to allow uploads of images and editing of the XML file that runs the gallery. I have gone through various tutorials but it isn't quite coming together. So if anyone has some pointers to good tutorials or files I can dissect for this I'd appreciate it.
I am a complete PHP newbie so am flying blind. I do have it installed and running locally on OS X for testing.
I've figured out the displaying of XML files and uploading of images files, but can't figure out how to combine the display of the XML data and allow the user to edit and re-export that info. The type of info is what you'd expect:
Image Name
JPEG Location
JPEG Thumb Location
Category (ideally a pull-down)
Image Description
Here are some other things I'd like for the tool to do. Load and resize the JPEG's. I found a nice PHP cript for this, but it is dependant on cjpeg and a few other free Unix utilities. The problem with that is that I don't have control over the hosting service of various clients and while most of them are running PHP, I can't install any other apps. So I'm not sure if it's possible to do this without these, or if it's possible to do this pointing to a location of the apps on a different server. While I'd love it if I could get it to do this, the main concern right now is getting the XML file editing working.
Thanks!
Creating Email Form In Flash 8
I have searched the forums on email forms and I have found they are all in older versions of flash and using as1 --- Is there any tutorials on using flash email forms in flash 8 and as 2
Help In Creating Flash And ASP Contact Form
Hello friends,
I am working on a flash and asp contact form. I am having some problem with it. it doesn't send mail to the desired email address.
Actionscript code for button:
on (release) {
// Now import the variables we
// need to send in this movie clip
sender_title = _root.Stitle.text
sender_mail = _root.Semail.text
sender_name = _root.Sname.text
sender_phone = _root.Sphone.text
sender_subject = _root.Ssubject.text
sender_message = _root.Smessage.text
sender_f14a = _root.Sf14a
// all the vars we just imported
// will be sent via POST method now
loadVariables("sendmail.asp",this,"POST");
// and when receives the answer from
// the server...
this.onData = function()
{
for(var a in this) trace([a,this[a]])
// ok, next frame
_root.nextFrame();
if(this.output=='sent')
{
// in case of success
_root.errTitle = "Thank You.";
_root.errType = "Your message has been succesfully sent.";
} else {
// else
_root.errTitle = "Error!";
_root.errType = "Attention, an error occurred while processing your message. Please try again later.";
}
}
}
and the ASP Code:
<%
Dim ftitle, femail, fname, fphone, fsubject, fmessage, fradio
Set myMail=CreateObject("CDO.Message")
ftitle=Request.Form("sender_title")
femail=Request.Form("sender_email")
fname=Request.Form("sender_name")
fphone=Request.Form("sender_phone")
fsubject=Request.Form("sender_subject")
fmessage=Request.Form("sender_message")
fradio=Request.Form("sender_f14a")
myMail.Subject= & fsubject
myMail.From = & femail
myMail.To="zealousstudio@yahoo.com"
myMail.HTMLBody = "<h1>Title:</h1>" & ftitle & "<br /><h1>Email:</h1>" & femail & "<br /><h1>Name:</h1>" & fname & "<br /><h1>Phone:</h1>" & fphone & "<br /><h1>Subject:</h1>" & fsubject & "<br /><h1>Message:</h1>" & fmessage & "<br /><h1>Contact Us By:</h1>" & fradio & "<br />"
myMail.Send
%>
Please help out from this.
Thanks,
Mangesh
Problems With Creating Form In Flash
hi!
I'm creating a form in flash based on the tutorial by senocular at http://www.kirupa.com/developer/acti..._php_email.htm
It works fine, but I would like to know how to attach files to the form, say if the form ask the user to submit his resume. Also, if I use a combo box, with multiple selections, how do I implement it within the form? Will it work with the email.php file? Many Thanks!
New To Flash. Creating Input Form With PHP
Hi all.
New to flash. I just can't seem to get a foothold into flash regarding creating an input form, and then posting the params to a server side script, such as php to process it. I'm on Flash 8, but the documentation does not seem that good in that it assumes a few things.
Any pointers, no matter how simple would be much appreciated.
thanx in advance.
Creating A .pdf From A Flash Form? : Need Expert Help
The user needs a flash form for Orders/Enquiries, (1) where the customer would enter in the details and a pdf is created from this information. (2) Then this pdf would need to be automatically emailed to the user who can then print out manually and view the details.
The email side of things (Phase 2), i'l be ok on, however phase 1; does anyone have any idea how to go about?
Flex?php?
other notes: pdf has set fields where the variables are coming in from Flash.
Help On Creating A Simple Flash Form
im planning to include a flash form for a site much similar like the domain search you see on the main page of media temple. i dont have that much knowledge in programming so i was thinking if someone could help me.
just a simple form: a textfield to input the domain and a submit button. but should have the same effect as mediatemple that when you click on the textfield the 'yourdomain.com' text disappears and re-appears when you click outside
Free MX Tutorials And Creating A Form In Flash MX
Hello,
Does anyone know of some sites with free beginner Flash MX tutorials? I would also like to know how to make a form in Flash using flash mx (like an online job application form) I would want it to be able to give me the I.P. of the sender.
Thanks ahead of time,
TA
Creating And Email Form For My Flash Site
I went through the tutorial on creating the email form with php. I followed it and made my own movie, uploaded it to my webserver and tried it. I havent recieved and emails. Then I downloaded his source file and changed the email address in the php and uploaded it and Its still not working..what am I doing wrong? thanks
kyle
Creating And Email Form For My Flash Site
I went through the tutorial on creating the email form with php. I followed it and made my own movie, uploaded it to my webserver and tried it. I havent recieved and emails. Then I downloaded his source file and changed the email address in the php and uploaded it and Its still not working..what am I doing wrong? thanks
kyle
Creating A Form In Flash 8 And Emailing The Results To A Set Address
Hi,
I am not quite sure how these things work....but I will tell you my problem anyway. I followed a tutorial on creating a form in Flash 8 but in the end they send the results to a dynamic text box but I need mine to send to an email address. How would I do that?
Cheers
Flash Mx 2004 Problems Creating Transitions In Form
I'm putting together a form in Flash MX 2004. I've taken a look at the On Demand tutorial and have attempted to place a hide and show transition on one of my nester screens just as it was explained in the demonstration (http://www.macromedia.com/macromedia/events/online/ondemand/index.html). I have the following setup for my behaviors.
load = hide screen --> target=this
hide = transition --> type=fly,direction=1,duration=1,easing=none.easeNone
reveal = transition --> type=fly,direction=0,duration=1,easing=non.easeNone
when I test my movie I should only have the main screen display, but instead I have my nested screen flying out and displaying. I don't understand why it's doing this since I have the "load" behavior to hide. I've tried placing these bahaviors in different order as well and the same thing happens. Any suggestion? Thanks!
Add To Cart/view Cart Button Code
This is some example code i found on the web - how do put this on a button in flash using actionscript?
'Add to Cart' button code
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="me@myemailaddress.co.uk">
<input type="hidden" name="item_name" value="My Product">
<input type="hidden" name="item_number" value="001">
<input type="hidden" name="amount" value="2.50">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="lc" value="GB">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
"View Cart" button code:
<form name="_xclick" target="paypal" action="https://www.paypal.com/uk/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="me@mybusiness.co.uk">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/view_cart.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="display" value="1">
</form>
Basic Shopping Cart Theory..?'s Add To Cart.
I've been doing a lot more reading taking it one step at a time and I'm understanding a little how to pull info from my XML document Catalog.xml although I still don't know how to populate a table just yet.
What's the theory or process to pull info from the XML file for each product?
I'm having troubles figuring how/where The Add To Cart button gets the info about each product.
On my site when a small product button is clicked a larger image of that product fades into view as a movie along with an Add To Cart button. Both of these are in the same movie clip and each product has it's own movie clip.
Is the below process correct thinking?
1. The movie that fades in the larger view of the product links to the xml file and pulls the proper info about that product.
2. The Add To Cart when clicked reads that info and sends it to the table.
If this is wrong can someone explain the correct process?
Thank You
Kevin
btw,
Nice tutorial for real XML beginners:
http://www.actionscript.org/resource...101/Page1.html
Creating A Form.
I know how to create the layout of the form, but when I click on the submit button where do i send the formation...?
How do I send it to my email address?
Creating A Form
What is the simplest way for me to create a form that will get the user's info and email it to me?
Thanks in advance.
Creating A Form
I want to create a form on a flash web site that will let people give me a coment that they have. I am not experieced in perl or php script. Does anyone know a script file that I can download that already has the script ready? A file that I will just have to change my address to?
Or does anyone know some good sites to help me with this?
Help Creating A Form
I am new to Flash. I have created a form, which consists of two radio buttons one for male and one for female, a combo box full of years (2008-1900) determining their age, a single line message box for the title of their entry and a multi line message box for the entry itself.
All I want to happen when they hit send is for all of that information to be sent to me through email and then direct them back to the homepage. Is this possible? I really need some help; I'm lost. PLEASE.
-ryan
Creating A Form Help
Hey all, I'm just looking through the "Creating a Form Using Components" tutorial and I'm wondering if someone can help me out a bit. What I'm trying to create is a domain searching form and I'm using radio buttons for the first time. Basically, I want it to read the things in the text and radio buttons and go to a .php search link
Here's the link to what I'm trying to create:
http://www.geocities.com/gokul2k2/domainreg.fla
http://www.geocities.com/gokul2k2/domainreg.swf
Creating Email Form
I'm after a tutorial/.fla, for one of those contacts pages everyone has on their sites, where you enter in your name, email address, etc, etc and the message and you click send and it sends. I don't want one that opens up your email when you click send and then you have to click send on your email.
Here is an example, easier to show than explain I guess. How about the one at http://www.2advanced.com/flashindex.htm, most of you are familiar with this site I'm guessing :-)
I don't want one that uses any language other than actionscript, no PHP or Pearl cause I dont' know anything about these.
I looked in the tute section of flashkit but couldn't find anything really worth using, oh and I'm on MX.
Thanks...
Creating A Form Object Name
I have a form built in MX2004 that has a group of radio buttons. When I use the trace() method, clicking my submit button outputs the result.
I would like to process my form using php and would like to use the line
$Color = $_POST["Color"];
to collect the selected radio button.
Could someone help and tell me how I need to adapt my actionscript to do this please.
myForm = this;
submit_btnListener = new Object;
submit_btnListener.click = function ()
{
var selectedRadioButton = colorGroup.selection;
var selectedRadioButtonLabel = selectedRadioButton.label
trace (selectedRadioButtonLabel);
}
submit_btn.addEventListener("click", submit_btnListener);
Help Creating A Feedback Form
I have been creating a feedback form for my website and i have problems getting it to work... i think i have done everything right but nothing. HELP!!
WHAT DO I NEED TO CHECK I CAN SEND U THE PAGE VIA EMAIL IF YOU NEED TO SEE THE INFO AND WHERE I COULD HAVE GONE WRONG!!
Please Help With Creating Output From A Form
Hi,
I am having problems displaying the form output.
The form uses several components, such as radio buttons, checkboxes and input text. After filling the form the user is meant to be taken to a frame labelled "result" where the text + plus selected options are displayed.
The output is meant to be displayed in the text Area named statusMessage.
When I leave the text area in the 1st frame it displays things fine. When I try to place the 'result' text area in the other frame (labelled "result") is gives 'undefined' values from all elements but the 'message' input text component.
Here is the code I use placed in the 1st frame.
*************************
// save a reference to the timeline that contains the form
myForm = this;
CAMERA_TYPE = "CameraTypeDome";
CameraTypeDomeIndoors.group = CAMERA_TYPE;
CameraTypeDomeOutdoors.group = CAMERA_TYPE;
// create a listener object for the submit button
submitButtonListener = new Object();
// submit button listener, click handler method
submitButtonListener.click = function ()
{
var msg= " ";
var system_type = SystemType.selection.label;
var camera_location = CameraLocation.selection.label;
message = comment.text;
// search for the checkboxes on the form
for ( var i in myForm )
{
var currentFormItem = myForm [ i ];
// is the current form item a checkbox that is
// part of our group that contains adjectives?
if (currentFormItem.group == CAMERA_TYPE )
{
// is the checkbox checked?
var isChecked = currentFormItem.selected;
if ( isChecked )
{
msg += currentFormItem.label + "
";
}
}
}
statusMessage.text = "You have chosen an on-line CCTV system with following features: " + "
" +
"Location Of the camera(s): "+ camera_location + "
" +
"Type of the camera(s) required: "+ msg + "
" +
"Other useful info: " + message + "
";
gotoAndStop("result");
}
// make the submit button listener listen for click events
submitButton.addEventListener("click", submitButtonListener);
***************************
I have also repeated the
statusMessage.text= ...
in the frame labelled "result", where the output should go.
What am I missing here?
Please help...
[F8] Creating E-mail Form
Hi, im new at this, but i'm assuming that i need Actionscript for this.
I have this form that i created. It looks like this:
How do i make it so that when those fields are filled and when the submit button is pressed that the form will be sent to my email address?
[F8] Creating A Login Form?
Hi, im relatively new to Actionscripting, and i was wondering how do i go about making a login form using actionscript and Flash alone. At the moment, I have two variables which hold two strings, and on clicking a submit button it checks the two text fields which the user inputs and compares it to the two predefined variables, if they match then it will direct the user to the next frame. I have also added a checking script on the next frame so if the inputs are wrong then it would go back to the previous frame, this is so that it stops users from just righ clicking and hitting the forward button on the menu.
For now it's not working, even though the inputs are correct, it just doesn't direct the user to the next frame.
If anyone knows any other way, would help a lot.
Creating A Login Form...
Hi, im relatively new to Actionscripting, and i was wondering how do i go about making a login form using actionscript and Flash alone. At the moment, I have two variables which hold two strings, and on clicking a submit button it checks the two text fields which the user inputs and compares it to the two predefined variables, if they match then it will direct the user to the next frame. I have also added a checking script on the next frame so if the inputs are wrong then it would go back to the previous frame, this is so that it stops users from just righ clicking and hitting the forward button on the menu.
For now it's not working, even though the inputs are correct, it just doesn't direct the user to the next frame.
If anyone knows any other way, would help a lot.
Help With Creating Submit Form
Hello. I'm working out of Flash 8 right now on a template that my brother sent over to me. I need help with the scripting on how to submit the form. It consists of the three basic areas: name, page, and message. I'm not sure on the proper steps on how create the submit form so that people who visit my website can fill out the form and then have it sent to my e-mail.
The .FLA file can be found at: http://www.knghoops.com/HelpSubmit.fla
Thanks in advance!
Creating A Form With Search Box
Hi,
I want to create a form on a flash file that will append a variable to a search query when submitted. I had this functionality working fine, but I wanted to include some ghost text which the user can either submit to search for that, or is cleared upon clicking on the search box.
However, now the search variable just comes up empty regardless of what is typed in.
I've assigned a variable, srch1 to the form, and have this action for the submit button:
on (release) {
url1 = "searchsite.com/search="+srch1
getURL(url1, "", "POST" );
}
Then for clearing the search box I have:
onClipEvent (load) {
srch.onSetFocus = function() {
srch.text = ''
}
}
.
This manages to clear the box, however, the terms entered don't pass on to the srch1 variable. Any ideas?
Creating A Form With Components
Can someone show me how to use the TextInput and Button components to recreate the following HTML code in Flash? A tutorial would be fine too, I can't seem to find what I am looking for.
HTML Code:
<form action="http://members.notifylist.com/edit/joinlist" method=post class="style3">
<input type=hidden name="list_name" value="kschell-ksfanclub">
<span class="style8"><strong>Sign up here to join Katherine Schell's Fan Group</strong><br>
<BR>
email:</span>
<input type=text name="email" value=""> <input type=submit value="join"></FORM>
Creating A Form Tutorial
hi im going to put a form on my flash site does any one know where is there an easy to do tutorial with source file that i can use for my flash site thank you the only thing confusing about the forms are the script how do i get that from my webhosting any way thank you.
|