Skip to main content
New Participant
May 25, 2006
Question

Custom Coding

  • May 25, 2006
  • 1 reply
  • 249 views
I have created two PDF forms that I would like to link to from an HTML page. On the HTML page, the user will be prompted to enter a specific 6 digit code. If they enter the code, they will automatically begin downloading form A. If they do not enter the code or they enter the wrong code, they will begin downloading form B. How to i get the text field to know when a user enters the right code? Thank you for the help.

Ross
This topic has been closed for replies.

1 reply

Inspiring
May 26, 2006
I would search http://javascript.com for obtaining form values from a
previous page.

Otherwise you're going to have to leave HTML and go to a server side
language.

HTH,

Jon

"Ross B" <webforumsuser@macromedia.com> wrote in message
news:e55ck7$f3s$1@forums.macromedia.com...
>I have created two PDF forms that I would like to link to from an HTML
>page.
> On the HTML page, the user will be prompted to enter a specific 6 digit
> code.
> If they enter the code, they will automatically begin downloading form A.
> If
> they do not enter the code or they enter the wrong code, they will begin
> downloading form B. How to i get the text field to know when a user
> enters the
> right code? Thank you for the help.
>
> Ross
>