Hi everyone,
I’m creating a page where a user selects his/her preferences (almost like a questionnaire), and at the end, the system makes a final recommendation. On one of the pages, the user needs to select all regions he/she is interested in (Africa, Asia, Europe, North America, and South America). These options are set up as option sets in the database. I initially tried using checkboxes, but it seemed bugged. I finally made it work with a Repeating Group and icons. I’m storing the information in a custom date called “Selected Regions”. I create a dynamic text field to show the regions selected (formatted as texted) and I can validate that it captures the correct information.
I’m now trying to pass this information on to the next page when the user clicks next. I’ve selected Things to Change: Current page’s User Preferences (like I did in the previous pages). I’m having issues with the following expression though.
“Preferred Regions = RepeatingGroup Region’s Selected Regions (More…)”. It asks me to add an operator, but I don’t know what to add.
Any help?
THANK YOU!