开发者

Generic form handler script?

I've been given the task to turn a couple of forms for a charity int开发者_开发知识库o online forms to fill out (stuff to sign up for different programs in the charity). The forms I have been give all just have text input fields and I can make the html version.

I was wondering if someone knows of a PHP script that will handle input from the html forms, and chuck them in a text file or database (maybe not database because the fields may change). It doesn't have to be super feature complete, but the charity does not want to use a service such as wufoo.

If anyone has any suggestions it would be greatly appreciated!


You might want to check out FormMail.

http://www.tectite.com/formmailpage.php

It's a free script that allows you to save your HTML form submissions to a text file (CSV) or have it email the results. There's plenty of documentation/links on the site to help with configuring it.


As over-the-top as this is going to sound, drupal7 has nice form management right out of the box…er, zip file.

If you've already got PHP and MySQL, the setup time is measured in minutes for a basic install. There's also a simple way of creating custom forms and all sorts of configurations to allow you to use the data that's been collected.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜