View previous topic :: View next topic |
Author |
Message |
eaglefox -
Joined: 17 Feb 2003 Posts: 20 Location: Wisconsin central part
|
Posted: Mon Apr 21, 2003 3:30 am Post subject: Re: the use of online forms |
|
|
Hello guys:
This may sound like a crazy subject, but I was wondering first, if online forms can be used on my website, and then how to configure the form to send the email to me. If you want, simply contact me offlist, and I can show you how I have it configured now.
Otherwise, any advice would be most helpful. Thanks! :D _________________ Signed,
R. Lane Groom |
|
Back to top |
|
 |
vbgunz -
Joined: 02 Feb 2003 Posts: 615 Location: Florida
|
|
Back to top |
 |
 |
eaglefox -
Joined: 17 Feb 2003 Posts: 20 Location: Wisconsin central part
|
Posted: Mon Apr 21, 2003 6:57 am Post subject: Re: forms |
|
|
Hey Victor:
Actually, I'm wondering how to set up your standard form in which people fill out, and when then hit "submit", it comes to me. Can I use scripts such as those in Matt's Script Archives? Then, I need to know how to set up my form page and such.
Randy _________________ Signed,
R. Lane Groom |
|
Back to top |
|
 |
vbgunz -
Joined: 02 Feb 2003 Posts: 615 Location: Florida
|
Posted: Mon Apr 21, 2003 7:42 am Post subject: |
|
|
Once you have a processor or handler such as the script I linked you too (Matts work great too) you're able to process forms and have them send email messages/confirmations to you and your users.
Its usually as simple as getting the script on your server and next time you build a form you'll add a very simple line too it like this:
<form action="location/ofyourform/processor.php" method="post">
Its really simple if you follow the directions to the form processor, you'll really be amazed :) Anyway, you'll need a form builder if you're not handy with HTML... Look on the web for a visual editor which can help you get up to speed building them and then add the line...
Its easy as 1, 2 and 3. (1.) Get the script on your server (2.) Build a form and tell it the location of the script. (3.) Test and Go!
Good luck :) _________________ Victor B. Gonzalez
http://aeonserv.com |
|
Back to top |
 |
 |
eaglefox -
Joined: 17 Feb 2003 Posts: 20 Location: Wisconsin central part
|
Posted: Mon Apr 21, 2003 6:20 pm Post subject: Re: forms |
|
|
Vic:
Sounds simple enough, I'll try it and let you know. :) _________________ Signed,
R. Lane Groom |
|
Back to top |
|
 |
vbgunz -
Joined: 02 Feb 2003 Posts: 615 Location: Florida
|
Posted: Mon Apr 21, 2003 8:58 pm Post subject: |
|
|
It really is easy once you know how. Learning it isn't that hard either once you got the idea. Good luck :) _________________ Victor B. Gonzalez
http://aeonserv.com |
|
Back to top |
 |
 |
|