I've added a rich text editor to my Umbraco installation from here.
There is a chunk of terms and conditions copy that needs to be present on every form on my site.
I would prefer not to replicate it in every Form, but instead to have it in a single editable location in the backoffice, and simply point to it in the Forms editor. This way I only need to change the copy in one place instead of on each Form.
Can anyone think of a clever way to do this? My best thought would be to create a new table in the database, then make a UI where you can add and edit rows in that table, then write a controller to automatically create custom RTE form fields based on the contents of the database.
I'm new to Umbraco though so I have no idea if that's reasonable or sensible. It may be there's a much easier way to do it - any help is appreciated!
Reusable rich text for Umbraco Forms
Hi,
I've added a rich text editor to my Umbraco installation from here.
There is a chunk of terms and conditions copy that needs to be present on every form on my site.
I would prefer not to replicate it in every Form, but instead to have it in a single editable location in the backoffice, and simply point to it in the Forms editor. This way I only need to change the copy in one place instead of on each Form.
Can anyone think of a clever way to do this? My best thought would be to create a new table in the database, then make a UI where you can add and edit rows in that table, then write a controller to automatically create custom RTE form fields based on the contents of the database.
I'm new to Umbraco though so I have no idea if that's reasonable or sensible. It may be there's a much easier way to do it - any help is appreciated!
is working on a reply...