Many links to one form, dynamic data display -
08-05-2004
, 03:58 PM
I want to have "I Want to Know More" links from various pages all take the user
to the same page with a single form. Here's the trick: I'd like the form to
automatically display (and submit) a field value with the name of the product
defined by the page from where the user clicked the link. I just re-read that
and confused myself! Try this example:
If users click on "I Want to Know More" from the "Alpha Product" page, the
form they jump to will automatically display "Product Interest" as "Alpha." If
they click on "I Want to Know More" from the "Beta Product" page, the form they
jump to (same form) will automatically display "Product Interest" as "Beta."
Etc., etc.
Many links, all pointing to one form, and the form dynamically displays the
Product Interest based on the page they linked from.
Anybody? Thanks. |