Jump to content

margecc

Members
  • Posts

    2
  • Joined

  • Last visited

margecc's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. OK I found my answer. If anyone using UFM is curious, in the controls.php file at if(isset($_POST['your_file_name']) AND $_POST['your_file_name'] == '') { unset($_POST['your_file_name']);
  2. 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
×
×
  • Create New...