| View previous topic :: View next topic |
| Author |
Message |
eyokfla
Joined: 03 Aug 2008 Posts: 3
|
Posted: Wed Aug 13, 2008 7:46 am Post subject: what is the cheapest and easiest way to built efficient form |
|
|
Hello everybody, i'm in trouble since i don't know how to input various efficient forms in my webpages, i've try to subscribe to mailmyform.com services, they seem to be simple but too strong to understand for me, in addition an expense of 11,99 pounds is needed to activate all their stuff. I also tried some php scripts for this ambition but i don't really understand how to handle the scripts.
NB: I just need to display no more than 2 differents forms with auto-responders, error pages and success pages on my website.
Could you teach me a clear advices pleases, i'm so worried!!! thanks to you! |
|
| Back to top |
|
 |
Griff Grumbein Moderator
Joined: 19 Feb 2007 Posts: 355 Location: Off-Grid
|
|
| Back to top |
|
 |
Jim Hutchinson Moderator
Joined: 17 Jan 2006 Posts: 572 Location: Iowa, USA
|
Posted: Thu Aug 14, 2008 3:22 pm Post subject: Re: what is the cheapest and easiest way to built efficient |
|
|
Thanks Griff! There is so much information on that site I did not know they had such in-depth info on forms. Maybe I should spend a little more time wandering around the site.  |
|
| Back to top |
|
 |
Griff Grumbein Moderator
Joined: 19 Feb 2007 Posts: 355 Location: Off-Grid
|
Posted: Thu Aug 14, 2008 4:37 pm Post subject: |
|
|
You're welcome!
I can't count the number of times that site sets me straight when I have questions. I rely on it heavily.
Griff |
|
| Back to top |
|
 |
eyokfla
Joined: 03 Aug 2008 Posts: 3
|
Posted: Tue Aug 19, 2008 2:10 pm Post subject: thanks to you |
|
|
| your infos are goods, i also want to know is the cpanel system could get any form builder? if i succeed in building my forms, i'll be the most happyman on the world. thanks for your help so... |
|
| Back to top |
|
 |
dend
Joined: 04 Nov 2008 Posts: 4 Location: Rotherham England
|
Posted: Tue Nov 04, 2008 12:52 pm Post subject: |
|
|
Hi ,
For anyone wanting a custom form I would recommend having a look at the Open Source 'formgenerator' , which can be found at http://phpformgen.sourceforge.net/
There seems to be plenty of info about it on the net, there are forums specifically for it, all my forms are done using it and I found it very easy to operate and install.
You can also use the generator to make the form code and just use the code integrated onto your own page.
Andrew |
|
| Back to top |
|
 |
Jim Hutchinson Moderator
Joined: 17 Jan 2006 Posts: 572 Location: Iowa, USA
|
Posted: Tue Nov 04, 2008 3:11 pm Post subject: Online Form Generator |
|
|
Andrew, that PHP form generator has to be installed on a website and has not been updated since June, 2007.
There is an online form generator that walks you through the process by providing buttons for the fields you want to add at http://www.formgenics.com/ |
|
| Back to top |
|
 |
dend
Joined: 04 Nov 2008 Posts: 4 Location: Rotherham England
|
Posted: Tue Nov 04, 2008 7:50 pm Post subject: |
|
|
Hi Jim,
FormGen and formgenics seem to be different beasts . Formgenics just creates a form, wheras formgen also creates the php script to process it which for anyone using a form is usually - storing the forms data in a database or sending an email , eg on a sales site a form to get customer details, then store them on a dbase, so you can send out email to customers....For me this was invaluable as I had not used server based scripts before .
Yes the Old version of FormGen was installed on your server but the new one V3 is web based , just like your formgenics , has buttons to add fields etc . there is even a video demonstration http://phpformgen.sourceforge.net/video/phpformgen.html
Anyway its worth a look, its served me well, and i'm familiar with it, ideal for anyone wanting a php processor , but is floundering with programming problems. This will store data to a mySQL database or send to email . The code generated is easily customisable, which is perfect for anyone who isnt a programmer by profession
regards
Andrew |
|
| Back to top |
|
 |
Jim Hutchinson Moderator
Joined: 17 Jan 2006 Posts: 572 Location: Iowa, USA
|
Posted: Tue Nov 04, 2008 8:21 pm Post subject: |
|
|
Thanks for the clarification. I did not see the new formgen version. It appears they combined what is available on two separate sites into one program.
The other one I know about is Web Form Factory that creates the back-end PHP for inserting the form results into MySQL. It does not generate the form though. You woud have to do that at someplace like Formgenics.com.
It helps a lot to have the complete solution all in one place. As a PHP coder, I would most likely not use it, but there are far more non-coders that can and will use that site. Thanks for sharing! |
|
| Back to top |
|
 |
|