Free FlashDen file of the month. Click here to download.
Search  

CONTACT FORM WITH DROPDOWN MENU

HomeBrowse CategoriesUtilitiesFormsContact form with DropDown menu

Very interesting contact form with DropDown menu… you can modify it how ever you want because the code is very simple and easy to use.

Features:

  1. Custom subject message
  2. Collect IP Address of the sender
  3. Collect Browser info from the sender (browser name and version)
  4. Reply directly to the sender email address
  5. Check if all fields are filled
  6. Verify if @ is present in the email field
  7. Tab Index activated (when you hit tab to jump form field to field)
  8. DropDown menu (you can add or remove items from the menu)
  9. Reply the sent result (message sent or not sent).

NOTE there are no comments inside the code and there is no help file.

EDIT : I did some research and on some servers the PHP code is not reading the variables. You need to put this code at the beginning of the PHP code:

// read the variables form the string

$theName = $_REQUEST["theName"]; $theEmail = $_REQUEST["theEmail"]; $theMessage = $_REQUEST["theMessage"]; $theChoice = $_REQUEST["theChoice"];

//Enjoy!! :)

Posted over 2 years ago

ITEM DISCUSSION

Show Comments By

@harley30329 – just give me some more details about your problem… believe the… the code is tested many times, please send me a message through FlashDen @martyscott1974 – I can help you out if you can send me a message through that FlashDen messaging system from my profile…

Posted 8 months ago

can you print ip address

and maybe convert ip address to city

for $$$

Posted 2 months ago

@fdjk – Right now you receive the sender ip address… if you know some php you can make what ever you want with that ip address ;)

Posted 2 months ago

Does not work

Posted 24 days ago

@martyscott1974 – what dose not work ? Can you send me some more details ?

Posted 22 days ago