Best approach to build an FAQ section

I need help with building out an FAQ

Should I use a repeating group or just inputs?

1 Like

A typical approach would be to create a Thing in the database called “FAQ” with two fields “Question” and “Answer”. Then use a repeating group of a query from that database Thing FAQ.

1 Like

Thank you for the response. What if I need to give my users the power to add their own FAQ (Q&A) to their own product

Create a form that saves a new FAQ thing. Add another field “User” and save the Current Users onto the FAQ so that you can search for a list of FAQs matching a User.

I would highly recommend these youtube videos to get you started with Bubble.

1 Like

Thank you!!!