in reply to Hidden variable in cgi formbuilder

I have ...

hi :)

The "CGI" is complicated enough to require Short, Self Contained, Compilable Example that demonstrates the problem

Maybe your problem has to do with "sticky" values, maybe it doesn't, too many missing details

Replies are listed 'Best First'.
Re^2: Hidden variable in cgi formbuilder
by PiyaPerl (Acolyte) on May 16, 2014 at 09:22 UTC

    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

      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=>'' );