Form Template Management System

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Form Template Management System

Post by JakeJ »

I have a client that has multiple similar forms on multiple websites. Currently, each website has it's own database where the form data is collected.

Currently there is no system of standards in place. The forms were designed by a handful of different people and so were the databases. My goal is to standardize the entire process, and I want to be able to create new forms, choose from a standard list of questions, push updates out to the various websites when a form is updated etc.

I'd rather not build this system from scratch if I can avoid it. If any of you know of an existing multi-site form template management system, I'd appreciate a point in the right direction.

Thanks!
Post Reply