Hi,
I'm adding a contact form to all of my html pages.
I've got the php script working, however I created the script based off of a template I made in Dreamweaver.
When I use the form on the .html page, it links me to the response.php script.
The script does not continue to show my prior content though. Instead ,it displays my generic template text.
I'm thinking I need to make all my pages .php files instead of .html, with a self referencing form in order to be able to effectively allow the user to contact me from every page, without changing any of the content on page.
If I link externally to the php file, can I leave my files as .html files, and still include the php response/ echo statements?
Or do I need to convert my files to a .php extension, and use a self referencing form?
Or should I clean up my Dreamweaver template?
Thanks,
Ty

