Hi I have a static site that I would like to create a template for. The template would serve as a way for the owner of the site to enter data such as text areas, headings, titles, metatags, and most anything that may be different from page to page. Then when the submit button is clicked, the data is then sent to another page and inserted within <p> tags, heading tags, titles, and metatags. I hope I explained this well enough.
I know I can do this with cfm templates, but I wondered if this can be done with just strict html. Thanks for any help!