Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I currently have the following for some mandatory fields:
Idealy I would like to make the CardStartDate, CardIssueNo and CardSecurityCode only mandatory if credit card as a payment method is selected. Is there anything like an immediate if I could place in there to only make these mandatory if a radio button is true? I hope I have explained this clearly. Thanks as always. Simon$Mandatory_Fields="*Customer Name*Customer Email*Phone Number*Payment +Method*BillingAddressLine1*BillingCity*BillingPostCode*CardStartDate* +CardIssueNo*CardSecurityCode";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Mandatory Fields
by ehdonhon (Curate) on Jun 05, 2003 at 22:25 UTC | |
by Anonymous Monk on Jun 25, 2003 at 22:25 UTC | |
by ehdonhon (Curate) on Jun 26, 2003 at 00:38 UTC | |
Re: Mandatory Fields
by silent11 (Vicar) on Jun 05, 2003 at 22:04 UTC |
Back to
Seekers of Perl Wisdom