Ok here is my code so far
<form action="mailto:**********@*****.***" method="get" name="Start Now">
<span style="color: black;">Please fill out the following form, to get a quote and get started.</span>
<br>
<br>
Personal/Contact Info<br>
<table style="text-align: left; width: 400px; height: 128px;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="height: 40px; width: 150px;"><input name="Name"></td>
<td style="height: 40px; width: 230px;">Your Name</td>
</tr>
<tr>
<td style="height: 40px; width: 150px;"><input name="Email"></td>
<td style="height: 40px; width: 230px;">Your Email Address</td>
</tr>
<tr>
<td style="height: 40px; width: 150px;"><input name="Phone#"></td>
<td style="height: 40px; width: 230px;">Your Phone Number</td>
</tr>
</tbody>
</table>
<input onclick="alert('Thank you for your time, _______, we will get in touch with you within three buiesness days')" value="SUBMIT" name="submit" id="submit" type="submit">
what i want it to do is, have the pop up "barrow" the users name from the form and and get it to put the name in between the comma's.
Also when you hit submit on this form it submits through your primarry email program on your computer, how do i make it so it sends directly to my email from my website.
Thank you in advance
<form action="mailto:**********@*****.***" method="get" name="Start Now">
<span style="color: black;">Please fill out the following form, to get a quote and get started.</span>
<br>
<br>
Personal/Contact Info<br>
<table style="text-align: left; width: 400px; height: 128px;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="height: 40px; width: 150px;"><input name="Name"></td>
<td style="height: 40px; width: 230px;">Your Name</td>
</tr>
<tr>
<td style="height: 40px; width: 150px;"><input name="Email"></td>
<td style="height: 40px; width: 230px;">Your Email Address</td>
</tr>
<tr>
<td style="height: 40px; width: 150px;"><input name="Phone#"></td>
<td style="height: 40px; width: 230px;">Your Phone Number</td>
</tr>
</tbody>
</table>
<input onclick="alert('Thank you for your time, _______, we will get in touch with you within three buiesness days')" value="SUBMIT" name="submit" id="submit" type="submit">
what i want it to do is, have the pop up "barrow" the users name from the form and and get it to put the name in between the comma's.
Also when you hit submit on this form it submits through your primarry email program on your computer, how do i make it so it sends directly to my email from my website.
Thank you in advance