I am building an app where people can ask questions. So whenever people click on Ask question button, it should create a new page dynamically with the question typed as the name of the page. How to do it in bubble?
1 Like
- Create a new page.
- Make the type of the page “Questions” or whatever you have in your data
- Define the type of data
- Dynamically write out whatever you want to be on the page
- Configure it so that when the question is created it redirects them to the page.
1 Like