Lanbo
Lanbo

Reputation: 15702

PHP form editor?

I was told by my boss to make some plguin for the site, where people can define their own forms. And he was like

There are some free ones, just find one suitible and rework it for the site.

So yeah, ain't found what I was looking for. Are there any? I'd need an open form editor in PHP which allows me to make some changes anywhere. Hope you can help me.

Upvotes: 2

Views: 1541

Answers (2)

check123
check123

Reputation: 2009

The author here discusses about three open source form generators, may be this could be a starting lead for you:

Upvotes: 1

Mateng
Mateng

Reputation: 3734

If you know PHP, you might consider the form library Zebra_Form It seems to be one of the leanest, straight forward form frameworks out there. Requirements are basically just PHP & MySQL. There are frameworks like Symfony and Zend that have form libraries, but they are a lot more complicated.

Upvotes: 1

Related Questions