Hi Experts,
I want to create a feature in my Bubble.io app that allows users to choose between a normal article format and a bullet point format for their multiline input. Below is a description of the functionality I want to achieve:
- User Input: A multiline text input where users can type their content.
- Format Selection: A icon toggle switch where users can select either “Normal Article” or “Bullet Points”.
- Formatted Output: Display the user’s input text in the selected format:
- Normal Article: Show text as regular paragraphs.
- Bullet Points: Display each line of the text as a bullet point.
Example of how the feature should look and work:
I am wondering if this functionality can be implemented in Bubble.io, and if so, how I might go about doing it. Any guidance or examples would be greatly appreciated.