My HTML form contains:
<input type="submit" name="useredit_my.test" value="Edit" />
But when submitted, PHP gets this:
Array
(
[useredit_my_test] => Edit
)
Where did my period go?
(Actually, thinking about it, this is similar to what happens when a type="image" submit button is clicked. Ho hum...)