CSS to set fixed position in single choice options

  • CMRI
    Asked on February 26, 2019 at 10:49 PM

    Is there CSS code that you can provide that allows me to shuffle all options apart from the last option?

    We would to randomise "offline" and "online", but keep "both online an offline" fixed as the last position.

    1551239287Capture Screenshot 10

  • Victoria_K
    Replied on February 27, 2019 at 2:28 AM

    I am very sorry, but there's no CSS solution to keep position of one option fixed while other options are shuffled. You can only shuffle all options:

    CSS to set fixed position in single choice options Image 1 Screenshot 20

    Also, you could consider separating 'Both' option as other field and apply conditional logic to control the fields. For example to disable another field if option is selected. If you decide to try this out, please let us know.

  • CMRI
    Replied on February 27, 2019 at 2:52 AM

    That's a shame. Thanks anyway!