• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Form fields appear after click

Form fields appear after click 16 years 1 month ago #6934

  • jgodek
  • jgodek's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Hi there
Im tryin to setup a form where users can register for a course. and they enter their full name - if more than one attendee will register they can hit a link for "more attendees" Then a few more text boxes dynamically appear. Anyone done this? CSS? Javascript in RSform fields? thanks!
The administrator has disabled public write access.

Re:Form fields appear after click 16 years 4 weeks ago #6995

  • s31523
  • s31523's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 25
The text boxes would have to be part of the form design and default to hidden.

Then you could try to add a handler for a check box that would set the elements style to visible, i.e.

.....style.visibility='visible'

I haven't tried this but it sounds like it would work.
The administrator has disabled public write access.

Re:Form fields appear after click 16 years 4 weeks ago #6999

Hi,

I found this in the docs:

Show or hide fields
www.rsjoomla.com/customer-support/docume...-or-hide-fields.html

Mike
JIKOmetrix.net - web hosting and development
http://www.jikometrix.net
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!