Using switcher in skills nested form

Hi, I would like to add a switcher to the skills nested forms for example to switch if the skill is proven or not. The issue here is that for every skill the setting is the same and the activated switches are not saved. Is it possible to solve this via configuration in studio or do I need a customization for this?

  • 350
  • More
Replies (4)
    • Hello @Stephan B.

      Do you want to have the form redirected to another form after submitting based on the chosen variant in some field? Could you please provide some examples about it?

      • Hello @LeonidS, I am using the skills form so users can add skills to their profile. I want to add a switcher or Radio set for users to indicate that they hold some kind of certificate to prove the skill. For each skill the user could then say if this is a proven skill or not. The problem is that the setting for switches is saved as "No" all the time. For radio buttones I can only set it for one skill and all other skills are unselected once I change this.image_transcoder.php?o=sys_images_editor&h=1686&dpx=1&t=1700135947

        • Any idea, how this can be solved?

          • It can be changed by the code's modification (or a new app's creation) - necessary to bind selected field value with the following dependencies by AJAX way (to avoid the disabled Javascript cases).

            Login or Join to comment.