Hi and thanks in advance for your reply. What I wanted to do is use a database to show more choices to the customer and allow them to make a choice. I am giving away products and I wanted my customers to be able to choose the one they preferred from the available products. it’s possible? I wanted to use my database in a form to allow selection and feedback.
Hello! I think what you are looking for is a repeater. You will want to query your database for the options and populate the repeater (checkbox or radio button) with the data.
Here is some documentation to get you started:
Repeaters
Forum post demonstrating data connection to the repeater
Data API
Checkbox element
It’s similar to mine question, like I want choices of a dropdown from a dataset.