• Resolved mominet

    (@mominet)


    Good morning everyone,
    I have a need and even if I push my mind I can’t come to terms πŸ™

    The forms that I should create would be used to publish the team for fantasy football and therefore I created two multi-selection fields, one for the owners and one for the reserves. Now for the owners everything is ok since the user selects the names and these are then notified correctly, for the reserves, however, the game provides that you can choose the order in which the players can take over, instead selecting them and that’s it, obviously they are inserted in the order in which the data is loaded into the fields.

    How can I fix this?

    Or do you have any advice on how to best create a form that can meet my needs?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Pawel – WPMU DEV Support

    (@wpmudev-support9)

    Hello @mominet !

    I hope you’re doing well!

    It looks like a quite complex and specific scenario in this case, that’s for sure.

    Maybe this could be achieved with conditions if those would work in this scenario. Let’s say you need to add 5 players in specific order – create 5 sections with separate checkboxes for each player (repeating in each section) like this:

    Player 1:
    [] Player A
    [] Player B
    [] Player C
    [] Player D
    [] Player E

    Player 2:
    [] Player A
    [] Player B
    [] Player C
    [] Player D
    [] Player E

    Etc.

    And for each of the checkboxes add a condition to hide it if it’s already been selected in one of the sections, so:

    Player 1:
    [X] Player A
    [] Player B
    [] Player C
    [] Player D
    [] Player E

    Player 2: (will now only have a choice of 4 remaining players)
    [] Player B
    [] Player C
    [] Player D
    [] Player E

    Here’s our official document on the visibility conditions, please also feel free to ask if you need any additional assistance: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#Forminator-Conditional-Logic

    We are working on a new feature at the moment to make repeating parts of a form much easier to create (define a group which can be created once and then duplicated x times), but we don’t have an ETA for the release date yet. It’s in active development as we speak though.

    Warm regards,
    Pawel

    Thread Starter mominet

    (@mominet)

    Hi @wpmudev-support9
    Thanks for the reply

    It is basically the solution I had thought of, but having to create different forms with different data I would be forced to enter different options for hundreds of players, making the work to the limit of human possibilities πŸ™

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @mominet

    Thank you for the information, unfortunately, it is the only way now, we are already working on repeat and group fields but we don’t have an estimated time yet, you can subscribe to the roadmap and receive notifications from https://wpmudev.com/roadmap/#forminator

    Best Regards
    Patrick Freitas

    Plugin Support Kasia – WPMU DEV Support

    (@wpmudev-support2)

    Hello @mominet ,

    We haven’t heard from you for a while now, so it looks like you don’t have any more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Choose the order in the multiple selection’ is closed to new replies.