Do you offer a php script for contact forms? I know some hosting company have a form that customers with hosting plan can use. Thank you, S. Crain
What exactly are you looking for? Some template of a contact form written in PHP? If you are looking to sending out email through your PHP web site, you may want to look at this kb article. http://support.Winhost.com/KB/a826/how-to-send-email-from-a-php-application.aspx
No, I have the form done, it's the php script that sends the form that I am asking about. Some hosting companies supply that. And no, it is not a website written in php. S. Crain
What do you mean by sends the form? How is the form being sent and where to or at? Maybe if you can run us through exactly what your app is doing we can understand it a little more clearer.
ok, you have your form on the webpage, when the visitor fills in the form and hits send there is a seperate php file on the server that works to actually send the file to whatever email address you have designated it to go to. Some hosting companies have that php script already in place for use with a form. My question was does this hosting company supply this php script? Thanks, S.Crain
Sorry. No we do not have these template files in place. This is something you will need to build from scratch but they are fairly easy to make. The advantage of this is when you create it, you have more control and flexibility over it.
Customer feedback form I think this is what you want: http://www.thesitewizard.com/wizards/feedbackform.shtml or: http://www.ctrfx.com/form/Default.aspx I used ctrfx's and it worked perfectly on WH.
You can google for php contact form scripts. You will find a lot out there. I follow this tutorial on PHP contact form to create custom form for my website. This form uses PHP7.1, MySQL and AJAX jQuery.