• 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: RS Forms, conditional fields

RS Forms, conditional fields 10 years 5 months ago #29642

  • aero07
  • aero07's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
first of all sorry for my poor english :(

i have made a form conditional via dropdown menu with a few pages and there are lots of textfields
when user choose item from dropdown menu next button appears and they can go on its ok
but some items have one extra page some have more

my problem is i can not reach the last page that i can submit the form if i choose the menu item that have minumum page

i want to skip some pages acccording to my choose
best regards
The administrator has disabled public write access.

RS Forms, conditional fields 10 years 5 months ago #29647

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: aero07

RS Forms, conditional fields 10 years 5 months ago #29651

  • aero07
  • aero07's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
i did with raido button but can not do with dropdown select item

i think i must chance this part "document.getElementById('skip0').checked" but coulndnt
The administrator has disabled public write access.

RS Forms, conditional fields 10 years 5 months ago #29664

  • aero07
  • aero07's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
İ found the solution
i chance the code document.getElementById('skip0').checked with

document.getElementById('skip').selectedIndex==0

thanks for the example form
The administrator has disabled public write access.

RS Forms, conditional fields 10 years 5 months ago #29666

  • aero07
  • aero07's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Now ihave another problem
i want to use more than 1 conditions and form jump the right page but when i click prev button it doesnt work correct
here is the form www.ahmetali.com/Conditionalpage.tgz you can check my javascript codes
Last Edit: 10 years 5 months ago by aero07.
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!