Do I need to know PHP to be able to create a contact form, for a website?

Matthew

New member
I know CSS, HTML, JavaScript.

Is there a script I can get (if PHP is required) so that I can create professionally standard contact forms?

thanks
 
It would be recommended, but you could write a fair bit of JavaScript code and get it to do it that way. PHP would be easier than that though. AJAX is also another option to consider, I cannot tell you much more simply because I don't know much more, but it is possible with AJAX. AJAX stands for Asynchronous JavaScript and XML by the way.
 
You can do it with HTML, but that requires a mailto: which can cause problems for some users. If you do not wish to make one yourself, there are some pre-written scripts widely available on the internet that you could use.
 
Back
Top