freshwes
25 Oct 2010, 05:06 PM
Hey guys, I have a fairly basic question. The site I'm building has a lot of professional whitepapers that we want to share with users, but we want to collect their info first.
We are trying to do the following:
1. User clicks link for specific document
2. User is then requested to fill out a form
3. User then is taken to the document
I believe the process would work like this:
1. Clicks link, parameter like document ID is passed through the form
2. User fills out form
3. Parameter is then checked using a PHP switch statement where the correct document URL is given
Is #3 accurate?
Thank you
We are trying to do the following:
1. User clicks link for specific document
2. User is then requested to fill out a form
3. User then is taken to the document
I believe the process would work like this:
1. Clicks link, parameter like document ID is passed through the form
2. User fills out form
3. Parameter is then checked using a PHP switch statement where the correct document URL is given
Is #3 accurate?
Thank you