I have created a responsive email "template" that I use at work where we create anywhere from 5 to 40 emails a month. It has become a hassle to change out the text every time I have a new client to create the email for.
My goal was to create a page with an html form with fields for (file name, and various other text fields) and have the submitted results output to this newly created file based on the email template I originally created. However, I can not seem to find anything on the subject. Does anyone know of a good place to start?. Even if the result were just output to a div at the bottom of the page (after filling out the form), we could easily create the new file.
I have created the HTML file that houses the HTML forms. However, I am bit lost on how to actually take those fields, plug them into the sections on the template, and then output the newly created template either to a div (to be copied to a new file.
Sorry if I have not explained my question very well. The web form (that will populate the email template) will be used solely by me on my own local host (using MAMP Pro), so no one outside will have access to the form. I am simply trying to "speed up" the process of filling out the email templates, as these emails are pretty much the exact same every month (it can get a bit hectic).