I am using Typo3 6.2.31
I have created an html content on a page. The html code is a Modal Popup with my own styling, which consists of a title, subtitle, main content and background image.
The goal I want to achieve is :
- Create a form on the backend which I can use to fill (title, subtitle, content, background img)
- use the filled form's value to define my html content (title etc). so anytime someone wants to change the content on the popup modal, it can be done trough the backend form.
Creating an extension seems much effort,
using the existing popup modal extensions has limited flexibility to adjust based on the modal popup design I made. (or is there anyone can refer to a adjustable modal extension?)
So, how can I achieve that goal?
I would love to hear any possible solutions from typo3 users/expert out there :)