http://www.perlmonks.org?node_id=975706


in reply to Calling a radio button to the second cgi script

In mystore1.cgi you have the parameter name H_gift
print "<INPUT TYPE=hidden NAME=H_gift VALUE='$gift'>\n";
and in mystore2.cgi you have Gift
$gift = param('Gift');

They need to be the same.

poj

Replies are listed 'Best First'.
Re^2: Calling a radio button to the second cgi script
by cimarron (Initiate) on Jun 13, 2012 at 20:03 UTC
    SuzieB i am doing the same project and i basically have the same codes as yours. I have included the hidden field for the gift value and i still have not gotten the gift to show on the web page. If u have figured it out i would love for you to enlighten me.
      As soon as I figure out what I am doing wrong, I will surely enlighten you.
        Ha ha problem solved!!!!
      Ha ha problem solved!!!!
        Kcott u r indeed correct...
        Kcott u r so right....