Jump to content

tutwelve

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tutwelve's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks for the quick response, PC Nerd... So for the following code, what would the processing code look like? <form id="form_1" name="form_1" method="post" action="process.php"> <label> <select name="select"> <option value="one">Choice 1</option> <option value="two">Choice 2</option> <option value="three">Choice 3</option> <option value="four">Choice 4</option> </select> </label> <label> <input name="submit" type="submit" id="submit" value="send" /> </label> </form> I'm not sure how to make a variable out of what the user chooses... Thanks again for all of your help! TuTwelve
  2. Hi all, PHP newbie here...couldn't find anything on this forum to help me with my issue. Hopefully, I can get some help from the friendly people here.. My Issue: I have a PHP form that when the user presses the submit button, needs to be e-mailed to possibly 4 different e-mail address based on the selections the user makes on the form. For example, on my form, I have a drop down menu containing four choices. If a user chooses choice #1 from the menu, it needs to be sent to a certain e-mail address. But If the user chooses choice #2 from the menu, it needs to be sent to another e-mail address...etc... Can anyone point me to a tutorial or give me advice how I can construct the conditional statements to ensure that the completed form will go to the correct e-mail address based on the choices the user makes? All help is greatly appreciated. Thanks! TuTwelve
  3. Hi all, I'm very much a PHP newbie, so please forgive my ignorance throughout the following post. WHAT I WANT TO DO: I want the contents of a rich online html form to be sent to my personal e-mail address. I've searched online for tutorials regarding this matter but only find scripts that process "simple contact" forms. If I have a form that has more fields than subject, email and message(e.g. address, phone number, etc...) how can I get the contents of such a form sent directly to my email address? Hopefully, I'm making myself clear.... Thanks ahead of time any assistance you can offer. Sincerely, TuTwelve
×
×
  • 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.