Hi Guys
I am trying to create a survey builder function, which will query a database for content and return the right content (questions, inputs etc).
Currently, I am trying to allow for certain questions to have multiple responses, meaning that I can have nested followup answers (e.g. “What software do you use” then “For each software, rate their features”). This is quite important to the way that I am trying to build this up.
In order to do this, I have a card with a repeating group (in red):
However, it looks like the card (which is a Group) is not resizing to the number of cells in the repeating group:
I have the card group as “Fit height to content”, but it doesn’t seem to be resizing, even though it is not fixed height.
Short of creating a condition to say “when repeating group’s cell count is x, height is y”, I don’t know how to fix this.
Any ideas how I can get around this?