Just got hit with an elevator pitch for a project that I need to prepare for.
Here's what I know: We want an LP and a form. You fill out the form you get an email inviting you to visit a demo page. The link is only active for 48 hours.
This is all I've been told. There's another team apparently working on this but I'm not involved with them yet. So, thoughts on this:
Obviously I'm opinionated on this program. What are your thoughts for the best way to do this?
Hi Robb,
I think you can make those ideas (a 48 hours code created in another system) or 48 hour cookie etc to work.
There might be another solution. I did something like this a while back.
You can use,
1> Save their 'timestamp' when they fill the first form in a Marketo field. On the Demo form, (assuming it is Marketo, but should work even if it is not), Prefill this form with user's data from Marketo including the timestamp in a hidden field. You will be able to write a javascript which compares the 'timestamp' and 'time now' and disable the form or redirect to another web page if it is 48+ hours.
2> You can also do this in a web hook and have the web hook call appropriate javascript function on your page if it is more than 48 hours.
Something along the lines of
Automatically Cap Registrations For Any Marketo Form.
Hope this helps
Rajesh Talele