A confirmation to the person would also be nice.
Can this be done with any of the programs in the Macromedia suite?
I am specifically using Fireworks and Dreamweaver, but i have the other programs as well.
Thanks.
How can i make a submit form that sends the data in the forms to a gmail account?
You can do this unreliably with a mailto action in your form:
%26lt;form action="maito:you@gmail.com" method="post"%26gt;
Subject: %26lt;input type="text" id="subject" /%26gt;
Your name: %26lt;input type="text" id="name" /%26gt;
%26lt;textarea id="message" cols="30" rows="10"%26gt; %26lt;/textarea%26gt;
%26lt;input type="submit" id="submit" value="submit" /%26gt;
%26lt;/form%26gt;
You can do it far more reliably with a mail sending script. Most Web hosts have one, contact your WSP for information and instructions.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment