06-02-2009, 08:53 PM
|
#14 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
I've had a play, and it does appear that FancyForm uses the name attribute. Take a look at the attached file for the example I've been modifying. By clicking on the button you'll see the POST fields submitted.
html4strict Code:
<h2>TalkPHP Example </h2><form action='index.php' method="post"> <label><input type="checkbox" name="SingleElement" checked="checked"> I'm a fancy cross-browser styled checkbox </label> <input type="submit" value="Submit Form" style='margin:1em;height:2.5em;background:#222;float:right;color:#fff'></form>
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|