I have a fairly simple questionnaire form which is going to clients weekly.
There are a few areas where I want to use images etc to make the questionaire flow a little better, but I am stuck on how to make the pressing of a group make an input change within the same page.
eg click on group with a very sad face then Input A set to 1, click on group with a very happy face and Input A set to 5.
The way I see, if you set the state to number, you can do what you want and what gonzalo said easily.
So, when img 1 is clicked - Set state (choose an element to create the state) - Feeling = 1
You sending the form, then instead of taking the data from a input, you take from the state “feeling”
you can create the workflow manually, each image with its number, maybe it will be easier in your case
or you can create a Option set (on Data), then create each option with the image, respective number etc and on front end create a repeating group that take this search