Jump to content

Contact Form Need help!


lonewolf007

Recommended Posts

I have a contact form but I'm stuck.  I want it to when you click the submit button to send the results to 1 e-mail address, then after that, a page that says your info has been submitted thank you.

 

attached is a txt file of the code.

 

[attachment deleted by admin]

Link to comment
Share on other sites

You don't even have a form started. I would suggest to google contact form php  and start that way instead of asking people to create your code for you, if you want to pay someone to do that post it in the freelance forum.

Link to comment
Share on other sites

The form names the email as seller_email

 

The emailer code checks for the presence of email as it's variable.

 

Your form logic MUST use exactly the same input names as your html form.

 

For some reason, the form is sending to a file named feedback.php which may or may not be the same as the text file you posted with a different name.

 

Resolve all those issues carefully, upload everything to your web server, and report what happens ... and 'nothing' isn't going to help.

Link to comment
Share on other sites

sorry, it gives me a blank page.  but what you just said confuses me.

 

It is demonstrable fact that your form uses seller_email as the name of the email input.

 

It is demonstrable fact that your form processor script requires a value in the $_POST['email'] field - something that doesn't appear to exist.

 

What's the confusion?

Link to comment
Share on other sites

<td width="125">Email</td>

<td><input type="text" name="seller_email" size="20" /></td>

 

I'm not making that up. It's direct from the file named form1.txt that you posted.

 

I wish you luck solving your problems.

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.