PHP Contact Form Help
I am trying to link a contact form on my website with my email address, as well as have it direct me to an already created thank you page upon submission. I have followed numerous PHP coding tutorials,...
View ArticleRe: PHP Contact Form Help
>the page just redirects to the text of my .php Not sure what you mean, but if it's that you are seeing php code on your web page, then one possibility is that php is not enabled on your server. Are...
View ArticleRe: PHP Contact Form Help
chek this link you get ideahttp://www.freecontactform.com/email_form.php
View ArticleRe: PHP Contact Form Help
Hi Sam2322, I feel your pain. I had exactly the same problem with several forms and their accompanying PHP scripts. It's not a server problem. It's purely to do with the interaction between your form...
View ArticlePHP Contact Form Help
I am trying to link a contact form on my website with my email address, as well as have it direct me to an already created thank you page upon submission. I have followed numerous PHP coding tutorials,...
View ArticleRe: PHP Contact Form Help
>the page just redirects to the text of my .php Not sure what you mean, but if it's that you are seeing php code on your web page, then one possibility is that php is not enabled on your server. Are...
View ArticleRe: PHP Contact Form Help
chek this link you get ideahttp://www.freecontactform.com/email_form.php
View ArticleRe: PHP Contact Form Help
Hi Sam2322, I feel your pain. I had exactly the same problem with several forms and their accompanying PHP scripts. It's not a server problem. It's purely to do with the interaction between your form...
View ArticleRe: PHP Contact Form Help
1)I saved your files as "contact.php", a contact.html, and added the robotic class to my css. 2) In the html I changed <form action="send-contact.php"<form action="contact.php" 3)Uploaded both...
View ArticleRe: PHP Contact Form Help
thomasg39040571 wrote: Result)the browser jumps tohttp://tomgillustrates.businesscatalyst.com/contact.phpand I get a Page Not Found notice. Is there something I"m missing to make it execute the php...
View ArticleRe: PHP Contact Form Help
Thanks! It be great if they came up with a solution that doesn't waste so much of our time trying to solve this issue.
View ArticleRe: PHP Contact Form Help
I don't use Business Catalyst, but it didn't take long to find this: Basic Web Form Guide in the Business Catalyst documentation. You should also be aware that there's a dedicated Business Catalyst...
View ArticleRe: PHP Contact Form Help
David_Powers wrote: I don't use Business Catalyst, but it didn't take long to find this: Basic Web Form Guide in the Business Catalyst documentation. You should also be aware that there's a dedicated...
View Article