dumb dreamweaver question
Hi,
Another dumb question !!!!
I am making a form at the bottom of a page using dreamweaver 4. I have finished the form with "reset" & "submit" buttons but I cannot see how to input my mail address for the submit button so that it sends the form to me.
Can anyone help
Thanks
Tony
Before you criticise someone walk a mile in their shoes......
Then, if they don't like what you say they are 1 mile away and barefoot.
exbabylon posted this at 19:48 — 13th January 2001.
They have: 61 posts
Joined: Aug 2000
i don't know if DW4 has this built in... so you may have to do some hand coding
F10, or view source, whatever it is in DW4, and go to your first
<form method="post">
Then add this.
action="[email protected]"
to end up with this as your begin form tag:
<form method="post" action="[email protected]">
This method uses the default POP e-mail, just like a mailto: link would.
You may want to use formmail if you have access to a CGI bin, because some people, especially using public comps, don't have a POP e-mail, or use a hotmail, or yahoo, or anyother free e-mail.
Formmail is fast to set up, with very few variables. Easily found at http://www.hotscripts.com formmail will e-mail you the results.
God Bless
[=1]Blamestorming: Sitting around in a group discussing why a deadline was missed or a project failed and who was responsible.[/=1]
adalt posted this at 21:52 — 13th January 2001.
They have: 72 posts
Joined: Dec 2000
When I put the cursor over the order button it shows the mail address at the bottom of the page but when clicked on it does not mail the form it tries to open another page.
Page is http://www.4legs.fi/4legs/fixaphone.htm
Thanks
Tony
Before you criticise someone walk a mile in their shoes......
Then, if they don't like what you say they are 1 mile away and barefoot.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.