A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Email Form

  1. #1
    Senior Member
    Join Date
    Dec 2001
    Posts
    391

    Email Form

    Hey Everyone!

    I need some help with my Email form that I am setting up. Here is what I have: http://www.twofortap.com/mailing.html. I am trying to figure out, once you click the submit button, how to make the boxes clear. Also, how would I make a Reset button, where it will clear all of the boxes.

    Thanks

    Michael

  2. #2
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    reset btn ..
    Code:
    on(release){
    Name="";
    Email="";
    Message="";
    }
    i dont know how to reset after the mail has been sent ,but you can add a dynamic text field and ask the user to manually reset it for you ..
    dynamic text field
    Code:
    on(release){
    resetField="reset the forom please";//resetField is the var name 
    }
    cheers

    just add what you need to clear
    Last edited by timothye; 02-15-2004 at 04:27 PM.
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

  3. #3
    World Kit Vote Holder Abelius's Avatar
    Join Date
    Feb 2002
    Location
    US
    Posts
    963
    Are you sending this to an ASP or PHP page? Flash alone can make the fiels to clear (that's easy) but the thing Flash can't do is sending the email by itself, as you surely know...
    Cordially,
    Abelius
    www.worldkit.com

  4. #4
    Senior Member
    Join Date
    Dec 2001
    Posts
    391
    timothye: That worked perfect. Thanks

    Abelius: Yeah, it sends to a PHP page.

    Thanks

  5. #5
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    right NP
    cheers
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center