Hi
isi it possible if i use a function as in the picture. so the user just select like in radio function in the table. for example 2C or else.
I don't know of any easy way to use a single radio button group and spread out the individual buttons both horizontally and vertically in a single grid. You could try modifying the HTML source code for a radio button group in the form's Customize HTML page, or you could create a grid using a custom HTML field and make each square a clickable element. Then you would need jQuery to monitor the click events and update a hidden field with the chosen value. Whatever you decide, it's a lot of custom work.
Please login or Register to submit your answer
Staff replied 3 years ago
That's a complicated screen design. You mentioned "radio function" in your post. I assume you mean radio button. Radio buttons only allow a single choice. Are you only allowing your users to choose "one square" or "one or more squares" as in multiple squares selected at the same time?
replied 3 years ago
only allowing choose one square only