Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Submit Your Site For Review
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Submit Your Site For Review Need a fresh set of eyeballs to take a look at your site? Have a specific issue or question about some aspect of your layout, design or interface? This is the forum for you. When submitting your site, be sure to discuss what aspect you are looking for input on. Just posting a link with the word 'review' isn't appropriate.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-14-2004, 03:48 AM
EJRS.COM's Avatar
WebProWorld Veteran
 

Join Date: Dec 2003
Location: Malaysia
Posts: 814
EJRS.COM RepRank 0
Default How do you make online forms

Everytime I make an online form, it never works. Please tell me how to make them. Thanks.
Reply With Quote
  #2 (permalink)  
Old 01-14-2004, 09:12 AM
WebProWorld New Member
 

Join Date: Jan 2004
Location: Edmonton, Canada
Posts: 5
realm174 RepRank 0
Default

I'm not sure what does not work for you, as you're not giving any details. In the meantime, here is a link that has a tutorial on forms.

http://www.webcom.com/html/tutor/forms/start.shtml

I hope this helps...
__________________
Realm174
http://www.alpha1dogtraining.com
Reply With Quote
  #3 (permalink)  
Old 01-14-2004, 10:08 AM
vwebworld's Avatar
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Fairhaven, MA
Posts: 557
vwebworld RepRank 0
Default forms

Hi,

Well, you could use one of the resources listed
on your site... Bravenet.com. They offer a "free"
form handler.... that works.

~roland
Reply With Quote
  #4 (permalink)  
Old 01-14-2004, 02:30 PM
EJRS.COM's Avatar
WebProWorld Veteran
 

Join Date: Dec 2003
Location: Malaysia
Posts: 814
EJRS.COM RepRank 0
Default I have been using Bravenet but...

Hi Vwebworld.

Because I have not been able to make my own forms, I have used Bravenet. But the only prob with Bravenet's forms is that it takes you to a page which says it's from Bravenet, and also the popup ads!! I Don't want to have my customers go thru an extrnal company to be able to send me info.

Hi Realm. I will look it up now.
Reply With Quote
  #5 (permalink)  
Old 01-14-2004, 02:44 PM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Seattle, WA USA
Posts: 962
voodooboy RepRank 0
Default

If you can provide specifics as to server type, whether or not you have cgi access, what application you are trying to use and a link to the form you are having problems with, we might be able to help you out.
__________________
Scott Brinkerhoff - Art of Zen Studios
Web Design I Design Monk
© 2000-forever - All rights reserved by me - SO THERE!!
Reply With Quote
  #6 (permalink)  
Old 01-14-2004, 02:44 PM
vwebworld's Avatar
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Fairhaven, MA
Posts: 557
vwebworld RepRank 0
Default bravenet forms

You're on your way!

If you have "created" a form using Bravenet, and
the form works and has the fields you want...
then you have a from to start with.

If you bring up that your webpage form in your
browser then clcik on "view" "source" you have
all the HTML for the form.

You would then need to redo the form handler part
to use a form handler you want.

~Roland
Reply With Quote
  #7 (permalink)  
Old 01-14-2004, 03:28 PM
EJRS.COM's Avatar
WebProWorld Veteran
 

Join Date: Dec 2003
Location: Malaysia
Posts: 814
EJRS.COM RepRank 0
Default server type

General server information:
Operating system Linux
Apache version 1.3.29 (Unix)

Yes I have full cgi ability and is a full featured webhosting. I am a webhost myself. That part is handled for me by a partner company and my email service is outsourced too. That way I don't have to deal with it myself as I am unskilled with it.

Old "SAMPLE" Links I am struggling with
http://ejrs.com/contact.html
http://ejrs.com/webmailreg.html
which I never used in the end.
Reply With Quote
  #8 (permalink)  
Old 01-14-2004, 03:39 PM
vwebworld's Avatar
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Fairhaven, MA
Posts: 557
vwebworld RepRank 0
Default forms...

It looks like both of those forms ar OK.
They are both set to email the form results
directly - not through a fomr handler.

This may cause problems with AOL users... in that
AOL does not support forms that well... when you
email it directly.

~Roland
Reply With Quote
  #9 (permalink)  
Old 01-14-2004, 03:43 PM
EJRS.COM's Avatar
WebProWorld Veteran
 

Join Date: Dec 2003
Location: Malaysia
Posts: 814
EJRS.COM RepRank 0
Default How do I make them go thru a form handler

I would greatly appreciate it if you could tell me how I can get it to work with a form handler instead of direct-to-email as it is now.
Reply With Quote
  #10 (permalink)  
Old 01-14-2004, 05:21 PM
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Posts: 1,087
Sualdam RepRank 0
Default

What do you want the form to do?

You have an HTML page with formfields on it. And a submit button.

What do you want to happen then?
__________________
Sualdam
Reply With Quote
  #11 (permalink)  
Old 01-14-2004, 09:43 PM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Seattle, WA USA
Posts: 962
voodooboy RepRank 0
Default

There are two scripts I use that you can download free online.
1) bnbforms.cgi from bignosebird.com
2) formmail.cgi from Matt's Script Archive

The three most important things you need to know about setting up these scripts is where the perl handler is. On some systems it is
/usr/local/bin/perl but it may be in /usr/bin/perl or /usr/sbin/perl.

And you mail host, which most times can be labeled as "localhost" but could also be user/sbin/sendmail or some derivative of that.

The last is making sure your action()is not "mailto:webguru@ejrs.com" but calling the script such as "/cgi-bin/bnbform.cgi"

This will send the data through the script instead of the mail program on the viewers system.

While formmail is widely know, I use bnbform.cgi for clients who want a comma, space delimited data file which can be created by the cgi application within the cgi folder.

I would check both and read the read me files that come with them and decide for yourself which one is best for you.

Hope this helps. Best of luck.
__________________
Scott Brinkerhoff - Art of Zen Studios
Web Design I Design Monk
© 2000-forever - All rights reserved by me - SO THERE!!
Reply With Quote
  #12 (permalink)  
Old 01-15-2004, 04:11 AM
EJRS.COM's Avatar
WebProWorld Veteran
 

Join Date: Dec 2003
Location: Malaysia
Posts: 814
EJRS.COM RepRank 0
Default Thanks guys

All of you have been a mighty great help. Thanks for the detailed explanations and directions. Much success to all of you and I hope and pray your businesses will thrive and prosper. God bless.
Reply With Quote
  #13 (permalink)  
Old 01-15-2004, 01:11 PM
EJRS.COM's Avatar
WebProWorld Veteran
 

Join Date: Dec 2003
Location: Malaysia
Posts: 814
EJRS.COM RepRank 0
Default Can u pls send link to mailer

Ghstdrgns, can u pls send me the link where i can get that free mailer script from Matt's Script Archive? Thanks a million.
Reply With Quote
  #14 (permalink)  
Old 01-15-2004, 01:15 PM
vwebworld's Avatar
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Fairhaven, MA
Posts: 557
vwebworld RepRank 0
Default

http://www.scriptarchive.com/formmail.html

~Roland
Reply With Quote
  #15 (permalink)  
Old 01-15-2004, 03:00 PM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Seattle, WA USA
Posts: 962
voodooboy RepRank 0
Default

Thanks Roland.
__________________
Scott Brinkerhoff - Art of Zen Studios
Web Design I Design Monk
© 2000-forever - All rights reserved by me - SO THERE!!
Reply With Quote
Reply

  WebProWorld > Site Design > Submit Your Site For Review
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0