View previous topic :: View next topic |
Author |
Message |
howelliott
Joined: 07 Oct 2016 Posts: 1
|
Posted: Mon Oct 17, 2016 11:12 am Post subject: submit button not working |
|
|
i used your forms on a new site i created for kootenayriverbeef.ca I have redone everything and cant get the button to work.. any ideas would be greatly appreciated
<!-- Begin myContactForm.com Form HTML -->
<form name="contactForm" id="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php" style="width: 80%; border: 1px solid #000000; margin: 0; padding: 0; background-color: #FFFFFF;">
<table summary="This table contains contact form fields." width="55%" cellpadding="0" cellspacing="0">
<tr style="margin: 0; padding: 0;">
<td style="border-bottom: 1px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="subject" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px; font-weight: bold;">Subject: <span style="color: #FF0000">*</span></label>
<input name="subject" type="text" id="subject" size="20" maxlength="100" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" required />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="border-bottom: 1px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="email" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px; font-weight: bold;">E-mail Address: <span style="color: #FF0000">*</span></label>
<input name="email" type="email" id="email" size="20" maxlength="100" required style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="border-bottom: 1px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q1" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px; font-weight: bold;">Your Name: <span style="color: #FF0000">*</span></label> <input name="q1" id="q1" type="text" value="" size="30" maxlength="150" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="border-bottom: 1px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q2" style="float: left; width: 100%; display: block; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px; font-weight: bold;">Message: <span style="color: #FF0000">*</span></label> <textarea name="q2" id="q2" cols="40" rows="4" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" /></textarea>
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; padding: 5px; clear: left; margin: 0;">
<input name="user" type="hidden" id="user" value="howelliott" />
<input name="formid" type="hidden" id="formid" value="435146" />
<input name="submit" type="submit" value="Submit" style="font-family: ; font-size: ; color: ; background-color: ; border: solid ; padding: 2px;" />
<input name="reset" type="reset" value="Reset" style="font-family: ; font-size: ; color: ; background-color: ; border: solid ; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; padding: 5px; clear: left; margin: 0;">
<span style="color: #FF0000">*</span> <span style="font-family: Arial; color: #000000; font-size: 14px;">Required</span> </td>
</tr>
</table>
</form>
<!-- End myContactForm.com Form HTML -->
Last edited by howelliott on Fri Oct 21, 2016 1:08 pm; edited 1 time in total |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Oct 18, 2016 3:39 am Post subject: Reply |
|
|
There is likely an issue with the code around your form. Please post a link to the form so that I may evaluate.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
|