[html-formfu] A simple form being troublesome

Charlie Garrison garrison at zeta.org.au
Tue Jun 7 10:13:50 GMT 2011


Good evening,

On 7/06/11 at 1:58 AM -0600, xaos at darksmile.net wrote:

>0x02b0:  6464 6464 6464 2673 7562 6d69 742e 783d  dddddd&submit.x=
>0x02c0:  3237 2673 7562 6d69 742e 793d 3131 2673  27&submit.y=11&s
>0x02d0:  7562 6d69 743d 7375 626d 6974            ubmit=submit
>
>
>Any ideas why I don't get the data even though it is definitely sent?

At a guess, the form 'indicator' is not true. I can't see where 
'indicator' is set in yoru code, but I'm guessing the form is 
looking at 'submit' element to determine if $form->submitted is 
true. But the form is sending 'submit.x' (& submit.y).

Try changing indicator so any element can be used to make 
$form->submitted true. I can't recall specifics so check the 
doco. You may be able to set indicator to 'submit.x' as another option.


Charlie

-- 
    Ꮚ Charlie Garrison ♊ <garrison at zeta.org.au>

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
〠  http://www.ietf.org/rfc/rfc1855.txt




More information about the HTML-FormFu mailing list