NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion
Reload this Page Form processing

Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 07-07-2008, 05:51 AM THREAD STARTER               #1 (permalink)
NamePros Expert
 
stub's Avatar
Join Date: Jan 2006
Posts: 6,997
stub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatness
 



Form processing


I've been using www.freedback.com as a forms processor. I like it, but it only allows you to process 1 form with the free account and it doesn't have any Captcha facility. Is there any better free service out there without a bunch of ads.
stub is offline  
Old 07-07-2008, 06:39 AM   #2 (permalink)
NamePros Member
Join Date: Sep 2006
Posts: 99
Bruce_KD will become famous soon enoughBruce_KD will become famous soon enough
 



Learn php and do it yourself?
Its 100% free, but sucks if you're lazy.


Bruce
Bruce_KD is offline  
Old 07-07-2008, 06:58 AM THREAD STARTER               #3 (permalink)
NamePros Expert
 
stub's Avatar
Join Date: Jan 2006
Posts: 6,997
stub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatness
 



I know a little php. Enough to do some hacking, at least. All the scripts I've tried have had their shortcomings.
stub is offline  
Old 07-07-2008, 07:08 AM   #4 (permalink)
New Member
 
zeruel's Avatar
Join Date: Jun 2008
Posts: 15
zeruel is an unknown quantity at this point
 



Well, php will be the best choice for that IMO...
zeruel is offline  
Old 07-07-2008, 07:35 AM   #5 (permalink)
NamePros Member
Join Date: Sep 2006
Posts: 99
Bruce_KD will become famous soon enoughBruce_KD will become famous soon enough
 



I didn't mean piggybacking off of someone else's script, I meant code the form yourself.
A form submission really isn't too difficult.

When you have an element such as <input type='text' name='bruce'>
When it is submitted to the "Action" page (<form action='somepage.php' method='POST'>), the input will appear in the $_POST array.
So if I typed 'hello' in that input box above. $_POST['bruce'] would equal 'hello'.

The problem with the entire web design community is how people blindly throw code on their site. It can have all sorts of shortcomings, hacks, vulnerabilities, etc. However, unless you really understand it (aka, Code It Yourself), your site in vulnerable. These tools online are all great, but sooner or later, some awesome tool is going to have an exploit and thousands of people could lose their sites.

Now, I'm not saying to go code your own Forums. However, something as simple as a form can be done in very little time with limited experience.
????: NamePros.com http://www.namepros.com/web-design-discussion/490049-form-processing.html

www.google.com
www.php.net
www.w3schools.com


Bruce
Bruce_KD is offline  
Old 07-07-2008, 09:34 AM THREAD STARTER               #6 (permalink)
NamePros Expert
 
stub's Avatar
Join Date: Jan 2006
Posts: 6,997
stub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatness
 



There's no way I can learn enough php to include all the features I'd like in my form. Like checking input. Like including captcha. Like hiding my eMail. And so on. It'd take me more than a month of sundays, and I'd still have no idea if the form was safe or vulnerable. This is not a practical suggestion. I need the form today, not at some indeterminate point in the future.
stub is offline  
Old 07-07-2008, 09:50 AM   #7 (permalink)
NamePros Member
Join Date: Sep 2006
Posts: 99
Bruce_KD will become famous soon enoughBruce_KD will become famous soon enough
 



Well then the trade is for quality versus money.
If you have a free form, you're going to get what you pay for.
If you want to pay someone to develop a secure form with all the bells and whistles you want, it'll cost you a few bucks.

If you need something NOW and you need is EXACTLY how you want it, it probably won't be a free, automated service.
People expect to get their whole site for free and reap all the rewards for themselves. So yea, for now you're probably better off working 2 hours of a real job so you can pay someone for their expertise to develop your form.

The site you're currently using gives a limited service for free. That's how they draw you in; if you want more, pay.
????: NamePros.com http://www.namepros.com/showthread.php?t=490049


Bruce
Bruce_KD is offline  
Old 07-07-2008, 04:42 PM   #8 (permalink)
NamePros Regular
Join Date: May 2005
Location: Northern Ireland
Posts: 756
aaronfalloon has a spectacular aura aboutaaronfalloon has a spectacular aura about
 



Try using Zoho Creator , it'll let you design a form, and have the data stored in a database. the free account is limited, but I don't think it's as limited as the one you're currently using.
Last edited by aaronfalloon; 07-07-2008 at 04:47 PM.
aaronfalloon is offline  
Old 07-08-2008, 11:37 PM THREAD STARTER               #9 (permalink)
NamePros Expert
 
stub's Avatar
Join Date: Jan 2006
Posts: 6,997
stub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatness
 



Interesting. I've got to go out now. I'll check Zoho out later. Thank you.
stub is offline  
Old 07-08-2008, 11:45 PM   #10 (permalink)
NamePros Legend
 
weblord's Avatar
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,785
weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness
 


Autism Protect Our Planet
you may also try
http://www.formgenics.com/
if you like remotely hosted forms
Quote:
Little or no HTML programming knowledge needed!-
????: NamePros.com http://www.namepros.com/showthread.php?t=490049
HTML Form Generator Features

* Simple easy to use design interface.
* Produces validation code for required fields.
* Can validate multiple Email Address inputs.
* Use your own form processor script*
* Form's code conforms to W3C standards.
* Adds Label & Accesskey elements for accessibility concerns.
* Eight form inputs plus submit/reset button configuration.
* Extensive on-line help documentation.
* Did we mentioned that this was FREE†?
to minimize the issue of spam/abuse
__________________
Nabaza.com - Amaia
weblord is offline  
Old 07-10-2008, 12:56 AM THREAD STARTER               #11 (permalink)
NamePros Expert
 
stub's Avatar
Join Date: Jan 2006
Posts: 6,997
stub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatness
 



Thanks for the link. At least this doesn't have the 1 form maximum. But I don't see any captcha being offered.

Actually, I'm not really pro or against remotely hosted forms. My gut tells me to only use local code, but as of now, I haven't really found a script I could work with.
stub is offline  
Old 07-10-2008, 01:02 AM   #12 (permalink)
NamePros Legend
 
weblord's Avatar
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,785
weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness
 


Autism Protect Our Planet
try this one it's attached.
it's secondversion's form btw
the old old one
the captcha you can install via
http://recaptcha.net/plugins/php/
just replace my email there btw william[@]nabaza.com and change it to your email and the email won't appear on the form itself don't worry

rename from contactbox.txt to contactbox.php and upload to your server.
bare essentials enhance as you like.
Attached Files
File Type: txt contactbox.txt (933 Bytes, 4 views)
__________________
Nabaza.com - Amaia
weblord is offline  
Old 07-10-2008, 01:54 AM   #13 (permalink)
New Member
Join Date: Jul 2008
Posts: 6
Owais is an unknown quantity at this point
 



www.phpbbweb.com/

www.freeforums.org/



try this []

if u want to install ur own forum so contact me []
Owais is offline  
Old 07-11-2008, 06:34 PM THREAD STARTER               #14 (permalink)
NamePros Expert
 
stub's Avatar
Join Date: Jan 2006
Posts: 6,997
stub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatnessstub Has achieved greatness
 



Thanks William. I like the simple form. Now to jazz it up

Do you have a link to some javascript code or tutorial for validating the input?

I can't say I understood how to use reCAPTCHA on first looks. I'll look again
stub is offline  
Old 07-11-2008, 06:41 PM   #15 (permalink)
NamePros Legend
 
weblord's Avatar
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,785
weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness
 


Autism Protect Our Planet
sorry about that.
this one's easiest for me, the .api

steps:
1. signup for an API key first.
https://admin.recaptcha.net/accounts...e/%3Fapp%3Dphp
they will send you an email or post your api key on the success submission

2. then put this javascript code on the form itself, preferably after the last field and before the submit button
Code:
<script type="text/javascript"
   src="http://api.recaptcha.net/challenge?k=<your_public_key>">
</script>

<noscript>
   <iframe src="http://api.recaptcha.net/noscript?k=<your_public_key>"
       height="300" width="500" frameborder="0"></iframe><br>
   <textarea name="recaptcha_challenge_field" rows="3" cols="40">
   </textarea>
   <input type="hidden" name="recaptcha_response_field" 
       value="manual_challenge">
</noscript>
replace this "<your_public_key>" with your actual API key that they will send you.
????: NamePros.com http://www.namepros.com/showthread.php?t=490049

3. upload the .php form on server
4. test it and you're done.

just forgot this
javascript form validation
http://www.w3schools.com/js/js_form_validation.asp
i'll go to the old school
have fun
__________________
Nabaza.com - Amaia
Last edited by weblord; 07-11-2008 at 06:48 PM.
weblord is offline  
Old 07-18-2008, 12:46 AM   #16 (permalink)
NamePros Regular
Join Date: Jan 2007
Location: UK
Posts: 500
bensd is a jewel in the roughbensd is a jewel in the roughbensd is a jewel in the rough
 



Do a google search there are lots of free forms out there without ads...
__________________
WebsiteDirectory.info in Live Auction - make your prebid now!
Lyndon Johnson
bensd is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 07:46 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger