PDA

View Full Version : Questionnaire


markveld
04-30-2003, 01:49 PM
Is there a way to make a simple questionnaire (radio buttons, text boxes, etc) using HTML only and a MAILTO: tag? This is important, I have to get it done. Thanks in advance.

reidadam
04-30-2003, 02:03 PM
Yeah, lay out the form objects (eg. text boxes) then set your form action to action="mailto:emailadd".

I think...