Code: Select all
'Aff_signup_name' => "1",
'Aff_signup_name_mandatory' => 'true',
'Aff_signup_mbrinfo1' => $data['signup_mbrinfo1'],
'Aff_signup_mbrinfo1_mandatory' => $data['signup_mbrinfo1_mandatory'],In the PHP page I have mbrinfo1, if left empty, comes back CANNOT BE BLANK !
What is the difference in the two statements above, and How can I make a field Not Mandatory?
Thanks!
SRR/arr