[Express] Link to hidden page after submitting email

I’m not a pro coder, so sorry if this is simple. I’m not sure if I can do this or how in Express: Client wants customer to submit his email address in order to go to a page displaying a coupon for a free birthday meal. I don’t want that page to be accessible unless the customer provides their email address. Some way of linking a form submission to an automatic page link jump?
Thanks for your help & insights.


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

You could try the PHP Feedback Form Action, and configure it so that when the user correctly supplies an email the Form will redirect to the Success page which will show the visitor the coupon…

Just a thought, some of the more professional guys on the forum probably have a simpler solution.,

Hope it helps.
John


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

I hadn’t thought of using a special success page. Thanks! I’ll try it.


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

Just make sure that the ‘success’ page is not easily found by search engines.

Add a robots meta tag that says ‘noindex,nofollow,noarchive’ and give it an obscure file name like ‘xtbfy123.html’

The form itself can be as simple as an input for the email address but there is more value if you get a name as well.

David


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

Good tips! Thanks very much.


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