I have a text field with specific phrasing for every 50 states in the USA. In other words, if the user selects “New York,” I want to display “big apple,” “Florida,” displays “orange bowl,” and so on.
My issue is how to create the data entry in Strapi that will meet my requirement.
- Do I have to make 50 data entry points for each state?
- How do I toggle the text during data entry?
Thank you.