
December 11th, 2012, 03:56 PM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 5
Time spent in forums: 1 h 26 m 46 sec
Reputation Power: 0
|
|
|
jQuery - Hide or not to Hide
On this form, if the viewer only checks the checkboxes and types in the textarea only, then I want the Address Info to be visible at the bottom of the page
If they fill in the check boxes and either, the drop down boxes for Votive Lights or the radio button for a Donation, then NO address form should be visible.
These are not selection lists, they are all separate sections
The first choice is checkbox fields, second choice is a textarea.
If they only select either or both of these--I want an include file with address info to appear at the bottom of the page.
The third, fourth and fifth choices are dropdown list and radio buttons with money values, if they select any of these, I DON'T want the include file with the address info to appear.
On the website form,
At the bottom of the page, it features Your Name and Address info. Name, Address, City, State etc. (it is set up in an include file)
I want the include file (Address Info) to show up on this page, only if the person checks the check boxes and/or fills in the textarea.
BUT if
a person checks the check boxs and also selects a dropdown box (Money value) or selects a radio button (Money value) I don't want the Address Info to show up.
Does this make more sense?
Thanks for your patience!
|