more on forms

liunx

Guest
does anyone know where i can find some really easy to follow yet in-depth tutorials on how to do forms that will let users email me info, kinda like filling out an online survey or questioniarre....thanks for the help!<!--content-->What kind of server software are you running?<br />
<br />
If Apache or related, search google.com for free CGI/Perl scripts.<br />
<br />
If NT, check out <!-- w --><a class="postlink" href="http://www.4guysfromrolla.com">www.4guysfromrolla.com</a><!-- w --> ...they have the best ASP tutorials and sample scripts you can find online.<br />
<br />
Best,<br />
jimmy_d<!--content-->http://www.pageresource.com/html/formhelp.htm<!--content-->i just need some simple htlm type forms...none of that cgi/perl/asp stuff......thanks<!--content-->quick ?<br />
<br />
do i have to have a cgi-bin set up to do forms? and can someone possibly help me with this stuff over IM's i have both aol and yahoo...that would be really cool or i could post my scrappy code here and u guys can help me clean it up...also is it easier to just use dreamweaver to do all this stuff for u? i'd appreciate all the help i can get on this...thanks!<!--content-->well I hate to tell ya, but if you use the mailto and not cgi/asp/php you will not conforming to everybodies demands. Netscape has a problem with mailto forms, but if you want to pursue it be my guess. here is somehting that might interest you<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlgoodies.com/tutors/fm.html">http://www.htmlgoodies.com/tutors/fm.html</a><!-- m --><br />
<br />
if not let us know what you had in mind or out of mind for that matter :D<!--content-->i just pretty much want something simple that works but if the html (mailto action) type forms arent browser friendly i may look into a cgi type deal...but this is completely new to me, so now my question is where do i start?<br />
<br />
thanks for the advice!<!--content-->Sounds to me like you just need some guidance. :) Lets see if I can help okay?<br />
<br />
If you want to run forms just through a simple mailto set up here are a suggestion:<br />
<br />
Where you put <FORM Method="Post" Action=mailto:[email protected] Name=name of form> Add in the following line enctype="text/plain" This will effectively render the information submitted in a readable layout to you.<br />
<br />
Now, as far as the suggestions of cgi' to handle this. Number one, don't panic! ;) This sounds scarey, but it isn't actually. There are several ones out there that are remotely hosted, in other words, you dont' have to know squat to use them! The one I use is at <!-- w --><a class="postlink" href="http://www.formany.com">www.formany.com</a><!-- w --> . They provide everything you could possibly need to get a simple form up and running really fast... including the code, and instructions. You have to do a bit of reading but I found it to be well worth it.<br />
<br />
Either way you go, I can usually be found on AIM under the name GraphicalDreams in the middle of the afternoon(PST) on almost any day, so if you get really ocnfused give me a hollar and I'll lend a further hand.<br />
<br />
Hope all of this helps, and sorry for it being so dreadfully long. :)<!--content-->Originally posted by The Dreamer <br />
The one I use is at <!-- w --><a class="postlink" href="http://www.formany.com">www.formany.com</a><!-- w --> . They provide everything you could possibly need to get a simple form up and running really fast... including the code, and instructions. You have to do a bit of reading but I found it to be well worth it.<br />
<br />
Hi Mary,<br />
<br />
I saw you recommend formany.com in another post and it sounded good so I checked it out to see how it works. It looked like they maybe were not accepting new requests to handle forms, maybe you could verify if that is true or I'm just (as usual) confused.<br />
<br />
In the "Sample HTML to copy" box it says:<br />
<br />
"Sorry but we are not accepting new forms for the time being."<br />
<br />
Kevin<!--content-->Kevin-<br />
<br />
Whoa... that'll teach me to not go through all of my favorites on a regular basis. My appologies..<br />
<br />
Darn shame though...Ah well.. I tried at least. Maybe they'll start allowing new folks again..<!--content-->thanks everyone...! especially the dreamer, i had the mailto thing in but the enctype="text/plain" helped out a lot...i tried it out on netscape 4.7 and it seems to be working out fine but i dont know about other browsers anywho i think i'll stick with straight html until i find time to figure out the cgi stuff...next step i was thinking that it'd be cool if when the user hits submit it would take u to another page saying thanks for filling this out blah blah blah....any ideas on how to do that?! <br />
thanks again for the help :)<!--content-->:D You're welcome! Just so you know... it'll work with IE6 as well... local college here is running that and all the HTML classes use that exact bit of coding. ;) As for the newest question... sounds like that takes a bit of Javascript... simple copy/paste I'm sure...<br />
<br />
*looking hopefully at the Mods* <br />
<br />
but this is out of my true expertise...<!--content-->way to go Mary...:cool: <br />
<br />
ONdope01, if you want that send me your form and I can make you one that will do exactly that.<br />
<br />
email is in the profile...<!--content-->
 
Back
Top