Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
dkmanley #1
Advanced Form
I want to create a form that will expand and reveal more fields based on a
check box.
Example: Addtional Contact Information? "yes" or "no" . If no form remains
small, if yes form expands to reveal text fields for adding in additional
contact information.
Thanks,
Dave Manley
dkmanley Guest
-
Advanced form with database
Hello I want to make a form with multiple rows with yes and no selection and with som text strings. The filled in information I want to store in a... -
advanced flash form
I posted this in the rich form as well i hope that is ok. Ok I am almost there. I have built a flash form for gift certificate purchasing here... -
Advanced Conditional Statement and Disable Form
Hi I have an advanced conditional statemet which basically shows an image when a recorset value = 0 Is it also possible to disable a form with an... -
Advanced Form Functionality?
I am using classic asp, and I'm trying to develop a somewhat advanced form for a warehouse that I work for. Essentially the form (now referred to... -
advanced form validation extension
I'm using the macromedia advanced form extension that I got of the exchange and I'm having some problems getting the radio button validator to work.... -
Murray *ACE* #2
Re: Advanced Form
You can surround those fields that are to be hidden with a div, e.g.,
<div>
<input...>
</div>
And use CSS to style that div with display:none.
Then, apply the Change Property behavior to the checkbox, where it would
change the div from display:none to display:block, with an event of onFocus.
Having done that, when the checkbox is selected, the newly revealed fields
will be seen. This is a one-way street in that once revealed, they will not
be hidden until the page is refreshed.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"dkmanley" <webforumsuser@macromedia.com> wrote in message
news:ei2kbg$966$1@forums.macromedia.com...>I want to create a form that will expand and reveal more fields based on a
> check box.
> Example: Addtional Contact Information? "yes" or "no" . If no form remains
> small, if yes form expands to reveal text fields for adding in additional
> contact information.
>
> Thanks,
>
> Dave Manley
>
Murray *ACE* Guest



Reply With Quote

