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

so all good now?
  • Comment on Re^3: Hidden variable in cgi formbuilder

Replies are listed 'Best First'.
Re^4: Hidden variable in cgi formbuilder
by PiyaPerl (Acolyte) on May 16, 2014 at 09:26 UTC
    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=>'' );

      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?