Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash Survey form

Status
Not open for further replies.

deviation

Programmer
Apr 17, 2001
13
US
I would like to create a survey form using flash is this possible and where should I start looking. Requirements:

The user needs to be able to enter in their own text answers in conjunction with an answer and then once they finish it should be sent to an email address.

Thanx
 
what u intended to do is quite simple. what u need to do:

create a user interface composed of input text boxes, and most importantly a button which will submit this to a file.

the file will contain the script to send all those information to the email address.

the script we used for this scenario is ASP and the mailer component we use to send email is FreeASPMailer.


hope this helps


Godspeed,
biggie
 
is there another way To do it without the feeASPMailer?
 
well, you got to have a Mailer software b4 u can send the information to a particular email address. It doesn't matter if u use FreeASPMailer or any other mailer (we just bought a new one, JMailer). I just mentioned FreeASPMailer coz its a free component. If my friend is right (he's a php developer) and if i understand it correctly, if u r using php code u could send the information to a particualr email without the need for a Mailer, coz PHP has some, if not all, components built within it. Correct me if im wrong guys, but that's what my friend says.
 
OK, is it possible to use any SMTP server?

and BTW thanks for your help in advance

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top