Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Submit Button Error

15 views
Skip to first unread message

Jason Gardner

unread,
Oct 26, 2009, 10:44:16 AM10/26/09
to Web Form Factory
Everytime I try and submit my html files, I get the following errors:

1. Error missing attribute 'type'
<input type='submit' value='submit' name='submit'/>:


2. Error
form is missing a submit button

The thing is, I am using the code strait from the WFF site.

Originally, I was using this code:
<p class="submit"><button type="submit">Send</button></p>

At least with that piece of code I only received the one error "form
is missing a submit button"

Anyone know what I am doing wrong?

kanga

unread,
Oct 28, 2009, 12:40:07 PM10/28/09
to Web Form Factory
Not sure if this will solve your issue but I noticed two problems with
your code. I believe you should be using "s and not 's -- maybe 's
work but I've always used "s. Also there should be a space before
the / at the end of the tag: name="submit" /> not name="submit"/>

- k.
Reply all
Reply to author
Forward
0 new messages