Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
vwilliams2000 #1
Submit Button won't work
I need some help. I put a form on my page in Dreamweaver 8 and my submit
button is not sending the data back to my email address. Is there particular
settings I need to have this done. Can anyone help me?
vwilliams2000 Guest
-
Submit button doesn't work to send form to my email
Hello folks, I used MS Publisher to put together my very first web page (my first mistake). My business web page was looking pretty good, so I... -
Forms - submit button doesn't work right when windows users reply to mac-generated form
I created a form with a button to automatically return the form to me. The return function works on my mac computers but when I send it to windows... -
[PHP] using submit button and PHP-HELP
thanx for your help, Ive got flu and all these small things seem to be escaping my eyes. I just want to ask you a small question: If i want this... -
value submit button
You can get the button value use code below: <?php echo $_POST;?> <form method="post"> <input type="submit" name="submit" value="submit1">... -
Submit button dosnt work
I am coming into this conversation a little late, but instead of asking the same question again.. I thought replying would work. I am having the... -
jeremyluby #2
Re: Submit Button won't work
post your code so we can see what is wrong with it
jeremyluby Guest
-
vwilliams2000 #3
Re: Submit Button won't work
Here is my code for my form. It is a really basic form, I just don't know why
the submit button won't send to my email.
<form action="email to:customerservice@hhc2000.com"
enctype="application/x-www-form-urlencoded" name="form1" target="_parent"
id="form1"
onsubmit="MM_validateForm('QName','','R','Qemail', '','NisEmail','Qaddress','','R
');return document.MM_returnValue">
<div align="center">
<h5><span class="style49">Name<br />
<input name="QName" type="text" id="QName" accesskey="N" />
Address
<textarea name="Qaddress" id="Qaddress" accesskey="A"></textarea>
<br />
Email<br />
<input name="Qemail" type="text" id="Qemail" />
<br />
Question </span>
<textarea name="Qquestion" id="Qquestion"
accesskey="Q"></textarea>
<br />
<input name="Reset" type="reset" id="Reset" value="Reset" />
<input type="submit" name="Submit" value="Submit" />
<label> </label>
</h5>
</div>
</form>
vwilliams2000 Guest
-
jeremyluby #4
Re: Submit Button won't work
change form action="email to:customerservice@hhc2000.com
to
form action="mailto:customerservice@hhc2000.com
jeremyluby Guest



Reply With Quote

