|
Posted by wayne on 02/12/06 23:47
wmburns wrote:
> Wayne and mbstevens,
>
> Thank you both for replying, and after a bit of research into what you
> both suggest, I now know this seems to be what I need to have.
> Unfortunately, it will require me to learn this new PHP language, and I
> am afraid that after reading through the formmail file and some PHP
> tutorials, it is all way over my head.
> I have requested a few quotes to have the page upgraded for me to
> include this sort of option, but the problem arises what to do when I
> want to add or change items to my "catalogue". I can't be running back
> to the Web Developer every time. Add the fact that it would require a
> very sizable dollar investment into the site!
>
> Bill
>
The form is an html for, the formmail.php is uploaded to your ISP server
and only requires the values in the configuration section. Those values
are the email address(es) you want the forms sent to.
I can send you a sample form from my site, or you can go the site and
save the form to your computer and look it over. You must not change the
first part (it is in charge of sending the information) but the input
fields are easily changed or added. The formmail.php script will send
all filled in parts to the email addresses listed in the "recipients"
field in the first part of the field - provided they are also in the
formmail.php script also. http://www.tectite.com also has a sample form
to help you get started.
You can build a form as complex as you like with no php programming,
only html coding is required. Using php on your site would make it much
easier to maintain, and is really simple to learn the basics, which is
all you need.
Good luck with your project.
--
Wayne
http://www.glenmeadows.com
Navigation:
[Reply to this message]
|