G
Guest
I've got a survey that users fill out with thier contact info, addr, etc.
We use it for several things (contacting us for info, downloading a trial,
requesting a catalog). In each instance, the page we redirect them to is
different. (I.e., if downloading a trial, we show them the "downloads" page,
if req catalog we show them "your catalog will arrive in 1 week", etc.)
So... now we've got 4 copies of the survey. I want to unifiy them so we have
ONE copy. But each survey form needs different survey variables. Namely, the
"next_url" needs to be diferent.
One way I'm thinking of doing this is to have:
Page
<Form>
< include=Part_of_form //this will have all the text fields,
etc.>
</Form>
However, this doesn't seem to be working. When I preview locally, it's
fine. But when uploaded, it shows just the text of the Include command, not
the page that should be included.
Any suggestions?
We use it for several things (contacting us for info, downloading a trial,
requesting a catalog). In each instance, the page we redirect them to is
different. (I.e., if downloading a trial, we show them the "downloads" page,
if req catalog we show them "your catalog will arrive in 1 week", etc.)
So... now we've got 4 copies of the survey. I want to unifiy them so we have
ONE copy. But each survey form needs different survey variables. Namely, the
"next_url" needs to be diferent.
One way I'm thinking of doing this is to have:
Page
<Form>
< include=Part_of_form //this will have all the text fields,
etc.>
</Form>
However, this doesn't seem to be working. When I preview locally, it's
fine. But when uploaded, it shows just the text of the Include command, not
the page that should be included.
Any suggestions?