Qbasicnews.com
Website forms in dreamweaver - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: General (http://qbasicnews.com/newforum/forum-6.html)
+--- Forum: General/Misc (http://qbasicnews.com/newforum/forum-18.html)
+--- Thread: Website forms in dreamweaver (/thread-9636.html)

Pages: 1 2 3 4 5 6 7 8 9


Website forms in dreamweaver - Liquid Snake - 09-05-2006

I'm just getting into the forms in Dreamweaver, my boss wants me to make a form and be able to send the information gathered to an e-mail or something similar. Does anyone know how to do this?


Website forms in dreamweaver - Zack - 09-05-2006

You'll need some sort of server-executed script. I'm partial to PHP. I don't think Dreamweaver generates PHP scripts.


Website forms in dreamweaver - Anonymous - 09-05-2006

Hey guys, my boss Bill Gates wants me to make an OS, what should I do?


er........ that explains Windows.


Website forms in dreamweaver - na_th_an - 09-05-2006

You can send the data in a form using plain javascript, no server-side scripting needed... Depending on the needs, of course Wink


Website forms in dreamweaver - Zack - 09-05-2006

If he wants to send an email, he needs a server-side script, correct?
Quote:I'm just getting into the forms in Dreamweaver, my boss wants me to make a form and be able to send the information gathered to an e-mail or something similar. Does anyone know how to do this?



Website forms in dreamweaver - Rattrapmax6 - 09-05-2006

http://www.w3schools.com/php/php_forms.asp

http://www.w3schools.com/php/php_get.asp

http://www.w3schools.com/php/php_mail.asp

:roll:


Website forms in dreamweaver - Torahteen - 09-05-2006

Dangit, you beat me to it... :evil:


Website forms in dreamweaver - Liquid Snake - 09-06-2006

Here, I'll post the link to the form I'm trying to get to work, what would be ideal is if I can use a submit button to transfer the data.
http://www.geocities.com/merrimackrwc/becomemember.html


Website forms in dreamweaver - Torahteen - 09-06-2006

Can you not use PHP?


Website forms in dreamweaver - na_th_an - 09-06-2006

Quote:If he wants to send an email, he needs a server-side script, correct?
Quote:I'm just getting into the forms in Dreamweaver, my boss wants me to make a form and be able to send the information gathered to an e-mail or something similar. Does anyone know how to do this?

As I said, no. You can send mail from javascript.