Please help! The submit button on my form does not work! Here is a link to my form:
https://www.worksofmercywi.org/index.php?option=com_content&view=article&id=12&Itemid=9(yes, I know the url is crazy long, but turning on SEF screws up my site). I apologize if this is answered on another thread, but I have been searching for over an hour and haven't found anything.
My form style is:<div align="left" style="width:100%" class="componentheading">{formtitle}</div>
<form name="{formname}" id="{formname}" method="post" action="{action}" {enctype}>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="forme">
{formfields}
</table>
</form>
And the field style is:<tr>
<td align="right" valign="middle">{fieldtitle}{validationsign} </td>
<td valign="middle">{field}</td>
<td valign="middle">{fielddesc}</td>
</tr>
If you go to the form, you'll also notice my column widths are screwed up. I am open to advice on that too.