Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: If statement based on Radio Button Values

by poj (Abbot)
on Nov 05, 2015 at 20:36 UTC ( [id://1147040]=note: print w/replies, xml ) Need Help??


in reply to Re: If statement based on Radio Button Values
in thread If statement based on Radio Button Values

businessCall.value is Javascript not Perl. Without seeing your script I can only guess you are using CGI and it should be something like
my $subject = "Merchant Referral"; if (param('businessCall') eq "Yes_bus") { $subject = "Branch Manager Business Call"; }
poj

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1147040]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-24 12:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found