client login
northern lights design
 
     
   

NLD Tutorials - Actionscript for designers

Contact Form

Create the form by adding 4 text boxes.

input box

In the properties tab:

Make the text boxes into 'Input Text' boxes

In the second box down on the left, give the 4 boxes the names 'txt_name', 'txt_address', 'txt_email' and 'txt_phone'

 

Submit Button

Next, create a button, and give it the name of 'btnSend'

btnSend

 

I've also added some static text next to each input box. You should have somthing that looks like this.

In this tutorial we'll use action script 2 for the flash form, and PHP to create the file that sends the email.

2. Action script for the form

 
close