Form is not sending email

vonda 16 Apr, 2008
Hi, I am VERY new.
I made a form in microsoft frontpage HTML but the form will not send the email to the email address on the general page of chronforms. I am using 1.0.15
<p>Name <input type="text" name="T1" size="35"></p>
	<p>Email <input type="text" name="T2" size="35"></p>
	<p>Tour <input type="checkbox" name="C1" value="ON">  </p>
	<p>Saturday 5/3 <input type="checkbox" name="C5" value="ON"> or Sunday 5/4
	<input type="checkbox" name="C6" value="ON"></p>
	<p>Time 12:00 pm to 2:30 pm 
	<input type="checkbox" name="C3" value="ON"> or 2:30 pm to 5:00 pm
	<input type="checkbox" name="C4" value="ON"></p>
	<p>--------------------------------------------------------------------------------------</p>
	<p>Concert  Fri 5/2 <input type="checkbox" name="C2" value="ON"></p>
	<p>Time 5:30 pm to 7:30 pm <input type="checkbox" name="C7" value="ON"> or 
	7:30 pm to 9:30 pm <input type="checkbox" name="C8" value="ON"></p>
	<p> </p>
	<td> </td>
         </tr><input type="submit" value="submit" name="submit"/>
      </table>
        </form>
Edited to add code tags<br><br>Post edited by: GreyHead, at: 2008/04/16 18:17
GreyHead 16 Apr, 2008
Hi vonda,

Please see this FAQ. If you still have problems please post again here with more details.

Bob
vonda 30 Apr, 2008
Thanks for the quick response. I did have the email address wrong.
This topic is locked and no more replies can be posted.