Topic: reply form

I need some information on how to write the script on a form to send it to the server and then be able to retrieve said form when someone submits a completed form

Vote up Vote down

Re: reply form

Hi,

You need to learn a touch of PHP. Try my free beginners videos at www.killerphp.com.

If you are impatient, you can watch my videos on processing forms with PHP. This part of the course shows you how to process a form and then to send the results to an email address.

Hope that helps,

Stefan

Practical web design training videos: KillerSites University

Vote up Vote down

Re: reply form

...and if you're very impatient, you can get simplified code here:-
http://w ww.wickham43.net/formphptomysql.php (get rid of space in www)

You may need security codes as well later and Stefan's videos deal with it in more detail.

Vote up Vote down

Re: reply form

Or you can use a premade script.  Example:  Tectite FormMail

Vote up Vote down

Re: reply form

In my third video the script is all there for you to use.

... It isn't that hard and at the same time, you gain important web design related skills.

Stefan

Practical web design training videos: KillerSites University

Vote up Vote down

Re: reply form

Thanks to all. Susie, I went to the tectite formmail site and downloaded a customized php  file. When I try to upload it to my web site, as directed, I get a message that says: Do you want to copy the selected folder structure(s)?  If I say "yes" I get an error message that says "transfer failed" 550/nfs/cust/5/8/4/(username):no such file or directory. Is it that the server  does not recognize the php file?

Vote up Vote down