Form Help

  • Thread starter Thread starter Tim A
  • Start date Start date
T

Tim A

I am trying to create a form with some greyed out options that only become
selectable when a radio button is selected. On top of that, I also want the
form confirmation page to reflect a particular field the user selected.

My rough draft is at www.timaltbaum.com/invite.

What I am looking to do first is have the invitee name and information
fields greyed out until the user selects "YES" they can attend. Once the
user selects "YES" they would then be able to fill out the first invitee's
information. There would also be a checkbox or radio button which would
un-grey the second invitee's field so they can fill in their guest's info.
If they are not bringing someone they would not check this box nd those
fields would stay grey.

The second task is if the user selects YES and fills out the form, I want
their confirmation page to say something to the effect of "We look forward
to seeing you there!". If the user selects NO (they can not attend), the
confirmation page should say something like "We're sorry you can't make it".
So I would create two separate confirmation pages, but how do I map which
the user sees?

Thank in advance,
Tim
 
The first issue requires custom written JavaScript coding to accomplish, if
you want to do it client-side (in the browser), but will fail if the user
has disable JavaScript. The second issue is not possible using the FP Form
Handler.

Both issue can be solved using a custom server-side script written in ASP,
PHP, etc.
--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top