Php form email recipient woes

I’ve been setting up a simple form using the PHP feedback Form action. During testing, I had the form data sent to my email address. No I want to go live and have changed the recipient email to my client’s address so that he can recived the form data.

Here’s the wird thing. Although I’ve changed the recipient address, the emails continue to be sent to me. I’ve poured through the php code, and my address is nowhere to be seen. How on earth can this be happening?

Help! This is driving me insane!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Check the online HTML page is posting to the correct php page - sometimes you get a contact-goa.php file

Be especially careful if not using FW to upload

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks, Dave. Just checked, and I have a

subscribe-magazine.php file

which appears to post to

subscribe-magazine-go.php

(I assume the code that indicates this is:

<form action="subscribe-magazine-go.php")

So it looks like all is well in this sense. How does it know to send to my email address?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It’s clearly using an outdated reference -go.php file, but where is it? I’ve deleted my entire site on the server and reuploaded and yet forms are still being sent to me. I’ve also noticed that if I change the email title in the action palette, it doesn’t update properly, either; messages arrive with the old subject line.

Where on earth is it getting the -go.php file from?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Some servers cache the files and don’t let go of them for up to a half hour. How long ago did you make this change? What happens if you entirely rename the form page in Freeway and upload again? (Long ago we had an IIS server that had to be completely rebooted to get it to let go of the cache.)

Walter

On Feb 10, 2012, at 1:16 PM, derekzinger wrote:

It’s clearly using an outdated reference -go.php file, but where is it? I’ve deleted my entire site on the server and reuploaded and yet forms are still being sent to me. I’ve also noticed that if I change the email title in the action palette, it doesn’t update properly, either; messages arrive with the old subject line.

Where on earth is it getting the -go.php file from?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

A-HA! Problem lay in a folder structure issue. I had two folders and was pointing my browser to the wrong one. Thanks, Dave, for your time and kindness.

Best wishes

Derek


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options