in reply to Re^3: Hidden variable in cgi formbuilder
in thread Hidden variable in cgi formbuilder

no using the method that I had posted to change the value of a hidden variable is not working. as in
$form->field(type => 'hidden', name => 'hiddn', value=>'' );

Replies are listed 'Best First'.
Re^5: Hidden variable in cgi formbuilder
by Anonymous Monk on May 16, 2014 at 09:29 UTC

    no using the method that I had posted to change the value of a hidden variable is not working. as in ...

    Hmm, maybe you'd like to post code that shows that?