Just downloaded this component and it looks pretty cool, however, I'm stumbling on my first little test. No matter what I try, I can't get the form to submit in either IE7 or Firefox 2.0. I click on submit, nothing happens.
I've searched thru the forums and followed instructions, making sure no other form tags exist.
Any help will be greatly appreciated.
Here's the link to the form:
http://friends.strategicradiosolutions.com/index.php?option=com_chronocontact&chronoformname=NLsignup&Itemid=7
Here's the html code for the form.
<table width="190" border="0" cellspacing="0" cellpadding="0">
<tr><td width="72">
<p align="left">Name:</p>
</td>
<td>
<div align="right">
<input type="text" name="name" size="16" /></div>
</td>
</tr>
<tr>
<td width="72">
<p align="left">Email:</p>
</td>
<td>
<div align="right">
<input type="text" name="email" size="16" /></div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<input type="button" name="Submit" value="Submit">
</div>
</td>
</tr></table>
I've searched thru the forums and followed instructions, making sure no other form tags exist.
Any help will be greatly appreciated.
Here's the link to the form:
http://friends.strategicradiosolutions.com/index.php?option=com_chronocontact&chronoformname=NLsignup&Itemid=7
Here's the html code for the form.
<table width="190" border="0" cellspacing="0" cellpadding="0">
<tr><td width="72">
<p align="left">Name:</p>
</td>
<td>
<div align="right">
<input type="text" name="name" size="16" /></div>
</td>
</tr>
<tr>
<td width="72">
<p align="left">Email:</p>
</td>
<td>
<div align="right">
<input type="text" name="email" size="16" /></div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<input type="button" name="Submit" value="Submit">
</div>
</td>
</tr></table>