I am using contentful. In one of the content model, I want to display dynamic value based on the option selected.
e.g. In contentful, I am having message as: Congratulations, your <USER_TYPE> account has created successfully.
I have options as admin/moderator/user then if
- I select admin, message should get display as: Congratulations, your admin account has created successfully.
- I select moderator, message should get displayed as: Congratulations, your moderator account has created successfully.
How can I replace <USER_TYPE> with the selected values? Please guide.