• 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: Can I create something like this?

Can I create something like this? 11 years 9 months ago #24138

  • lins
  • lins's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi all,

I need something link this: www.paideiaeducacao.com.br/index.php?opt...51&Itemid=72&tipo=pj

My problemam is at Part "Participante 1"

First one:
When I press button "Adicionar Participante", the system duplicate all fields for a new input. (It create "Particiopante 2"). I can duplicate many times.

Second:
when I checked "O mesmo do responsável pela compra?" they copy all information from "Responsável pela compra", only for first input group


Tks all
The administrator has disabled public write access.

Can I create something like this? 11 years 9 months ago #24145

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
1. To achieve this, you will need to use the 'Conditional Fields' feature, it enables you to show/hide fields based on a selection from a checkbox/radio group/drop-down. You can read more on this topic here:

www.rsjoomla.com/support/documentation/v...ditional-fields.html

The downside to this is that you cannot add an unlimited number of fields by pressing a button. The maximum number of fields will need to be fixed and pre-defined, and the user will have to select the amount of repetitions.

2. This can only be achieved using custom scripting. You will need to write Javascript code that will verify whether the ' O mesmo do responsável pela compra? ' is checked or not and will copy the information from the 'Responsável pela compra' group of fields to the 'Participante 1, 2, etc.' fields if the box is checked.

Unfortunately we do not have any examples on this topic.

You can add Javascript to your form in the 'CSS and Javascript' tab found in Components >> RSForm!Pro >> Manage Forms >> edit your form >> Properties. More on this tab here:

www.rsjoomla.com/support/documentation/v...yle-adjustments.html
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: lins
  • 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!