Hi,
I just finished scouring the forums/Wiki about CAPTCHA’s and got it to show in my contact page email form. Then the send email button disappeared.
To go to the page I’m working on go here.
Here’s part of the code for my form:
{if captcha}
<p>Please enter the word you see in the image below:</p>
<p>{captcha}<br />
<input type="text" name="captcha" value="" size="20" maxlength="20" style="width:140px; /></p>
{/if}
<p><input name="submit" class="submit_button" type='submit' value='Send Email' /></p>
It appears to be an HTML problem for the word submit, it works in Safari which is pretty forgiving, but not in Firefox, Flock - Mozilla. When I “view source code” the word submit is red, error state.
What’s going on??
Thanks ahead of time.
