Variable number of checkboxes in a matrix format

Hello,
I need to dynamically create multiple check-boxes, which are displayed in the below format:
A B C
P X X X
Q X X X
R X X X

OR

A B C D
P X X X X
Q X X X X

Where 'X' represent the checkboxes and 'A', 'B', 'C', 'D', 'P', 'Q' and 'R' are the values which a user would have entered in another form earlier (Assume A, B, C, D as student names and P, Q, R as hobbies and now the user has to make tick the hobbies against students!). So essentially I need to create dynamic check-boxes based upon what the user entered earlier. How can this be achieved.
Also, I am open to other suggestions to achieve this without check-boxes... Such as dropdowns with multiple selections. But the issue I see with this options is that I need to dynamically create dropdowns, which Fabrik won't allow. Right?

Thanks for your continued support.

~aD
 
You can create dynamic checkboxes or dropdowns with "Eval populate" in checkbox or dropdown element "Advanced"
 
I don't think I've seen anyone post any kind of solution to that.

Not sure it's even possible with CSS, as the data is being created o the fly.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top