I am only on chapter 3 of my "Learn PHP" book, but unfortunately I have to get this project done.
I have an order form that I built using UFM. Half the form info is not required. I currently have this working so it just prints "Not Supplied" in the confirmation email to the customer, but I would prefer it to not appear in the emails at all. Can anyone help? This is included in the controls.php file and it works, but it is not what I want.
>if(!isset($_POST['purchase_order']) || $_POST['purchase_order'] == '') $_POST['purchase_order'] = 'Not Supplied';
Thanks
Colleen Macintyre