Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebURL section not being pulled #7

Open
g-wallis opened this issue Sep 18, 2017 · 1 comment
Open

WebURL section not being pulled #7

g-wallis opened this issue Sep 18, 2017 · 1 comment

Comments

@g-wallis
Copy link

Thanks for a really good working form. I have tried many forms over the past 2 weeks and yours is the only one that works.

The only problem is the website field is not being sent to the nominated email contact.

The field works perfectly in that it requires a http://www before the form can be sent, however when sent, the entire field of weburl is missing. I've tried to get your form to work for the past 24 hours and it just won't pull the weburl from the contact form.

Any help to overcome this would be great - thx so much.

@g-wallis g-wallis changed the title WebURL section not being captured WebURL section not being pulled Sep 18, 2017
@g-wallis
Copy link
Author

I've just sorted it out by amending the sendmail.php code. I removed the phone pull and added the weburl pull. Now it works perfectly. I've also added google's captcha.

Thanks again for your contact form!

	$emailTo = 'my@email.com'; // Put your own email address here

$body = "Name: $name \n\nEmail: $email \n\nWeburl: $weburl \n\nSubject: $subject \n\nComments:\n $comments";
$headers = 'From: My Site <'.$emailTo.'>' . "\r\n" . 'Reply-To: ' . $email;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant