How to change form options in CSS

  • MarcinHoremski
    Asked on June 18, 2019 at 4:31 AM

    How to change the options in CSS in this form ?

    How to change form options in CSS Image 10

  • Nik_C
    Replied on June 18, 2019 at 5:31 AM

    You cannot change options with CSS, you can only change them in Input field's properties:

    15608502332019 06 18 11 29 24 Screenshot 10

    Let us know if you have any further questions.

    Thank you!

  • MarcinHoremski
    Replied on June 18, 2019 at 5:40 AM

    Ok, thanks.

    But can i change the options in one column and then other options in second column ?

  • Nik_C
    Replied on June 18, 2019 at 5:55 AM

    I'm afraid that is not possible with Input table, all rows/columns and options are defined for the whole field (and all fields in it).

    Only if you add another Input table with different options for dropdowns.


  • Nik_C
    Replied on June 18, 2019 at 5:55 AM

    I'm afraid that is not possible with Input table, all rows/columns and options are defined for the whole field (and all fields in it).

    Only if you add another Input table with different options for dropdowns.


  • MarcinHoremski
    Replied on June 18, 2019 at 6:39 AM

    Ok thank you