This granny has worked and read tutorials for a week, and I don't get it. I made my first simple contact form with PHP Form Generator. It works great, and sends results to mysql, a flatfile, and e-mail, and redirects the senders to a thank-you page. BUT I can't figure out how to make it work from the static HTML page I'm trying to put it on. I have to link text to the file on the server. It's probably something so simple I will kick myself for not coming here a week ago. I hope so.
Here's the header: <form enctype='multipart/form-data' action='process.php' method='post'>
I'm not sure what the "trackback is for, but I'm thinking maybe that's where I should put the URL to my contact page and form? (It's an intro site that will just have to do until I get forms and CMS figured out! Oh, and it looks pretty ugly right now because I messed up the template.)
I sincerely appreciate any help you can give me.