http://qs1969.pair.com?node_id=263529


in reply to Mandatory Fields

using CGI.pm you could.
if ( $cgi->param("radiobutton") eq "true" ) { $Mandatory_Fields = "this and that and that..."; }else { $Mandatory_Fields = "this and that..."; }


-silent11