Jump to content

PHP form that sends to email HELP


Crisam

Recommended Posts

Hi I am having trouble getting your contact form to use a slight modification  with checkbox So far I have the form setup correctly and its is suppose to be a form where users can select between 2 meals and an email will be sent to our chefs so they can know how much to make for the day. I wanted to use an if else statement with php to handle the checkboxes when on person chooses one and not he other the form will be sent if they choose BOTH it will throw an error.

Any advice will be greatly appreciated.

Thank You

 

Below i have my forms that I am using and would like just a little point in the right direction along with a very cool php tutorial on changing forms


Chris Samuelsend_form_email.phpcontactform.htm

Link to comment
Share on other sites

For good practice I suggest if you define a variable ($mycheckbox = $_POST['mycheckboxB'];) you stick to it. In lines 55-56 you make a reference back to $_POST['mycheckboxB']

 

You never define $mycheckboxA or $mycheckboxB but you reference to them in lines 84-85 .. You have two $mycheckbox

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.