I had to quickly deploy a registration form for an architectural competition, letting users to enter info and be able to select from some given choices.
cForm did the work! in a few minutes it was ready, and deployed on a post:
Really nice tricky! Out of curiousity, looking at the Universidad field I gathered it could be a form generated at run-time, or are theses entries defined in the cform admin settings ('hardcoded' so to speak)?
On the other hand you wrote "quickly deploy" ... ;)
i tought quickly deploy meant that it was fast to implement. perhaps it's not the right phrase? ;)
That's perfectly fine. I was just implying that if you'd used the dymanic forms feature and build the forms dynamically via PHP (at run-time) it would have take a bit longer to implement.
what do you mean generated at run time?
Wit release 3.4 a new feature was introduced (see the Help! plugin page) to support the creation of forms on the fly via PHP code. This allows for quite some flexibility in case your forms rely on changing data that is already stored somewhere else.