Aug 6th, 2012, 11:08 AM
Thank You Marcat! Can't beieve it was such a small thing!
(Aug 6th, 2012, 9:45 AM)marcat Wrote: Change from type="button" to type="submit".
<input type="submit" value="Submit" class="submit" />
(Aug 1st, 2012, 10:25 AM)thegomiboy Wrote: Hi, This isn't FormTools specific, but I could really use some help. For some reason, I can't get my form to submit. Here is the HTML:
<form action="http://www.2020exhibits.com/formtools/process.php" method="post">
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="1" />
<fieldset>
<legend>Comments</legend>
<textarea name="Comments" cols="1" rows="5"></textarea>
<input name="Submit" type="button" value="Submit" class="submit" />
</fieldset>
</form>
Any help would be greatly appreciated!