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

I had set the sticky to be 0. I need a method to set some value to a hidden variable which i created using cgi formbuilder

  • Comment on Re^2: Hidden variable in cgi formbuilder

Replies are listed 'Best First'.
Re^3: Hidden variable in cgi formbuilder
by Anonymous Monk on May 16, 2014 at 09:25 UTC
    so all good now?
      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?