Selecting Boxes click/unclick

Hi, @bwalls1992.

If you want that the buttons/boxes simply change color on click, you will have to add a background color div inside the each link-block and make interaction with Click trigger, which will make that div display: block on first click and display: none on second click.

And if you want that every button/box send some value/information with the form, then I would suggest using checkbox-fields, styled like buttons + the method I wrote above.

Regards,
Anna

1 Like