Hello
IMHO , the phpClick seems to be a beginning stage and may not be suited for full scale production purposes as of now.
Also, a Vicidial form builder will be great
.
I was thinking that a WYSIWYG html editor, Nvu, can do the job of Form building quite easily as a front end tool. If we create a html page by default that gets the default vicidial list data , that web form can be opened by the call room managers in Nvu and there they can build the form. The default value for all fields should be given as some $my_web_form_var prefixed one inside the php tags. The form builder script will read the saved file and display the new field names alogwith other options to be chosen. Such options can be field validation on the server side, access level (eg. different levels for the agent, the manager, the admin, and perhaps even the client).
Once that is saved then the form builder script will read that file and create the table inside the asterisk database itself. Then, the validation and access etc can be written into the web form from a library.
Then the values for submit buttons etc like add , modify delete , email, or whatever can be got by the web form builder script thru user input from the room manager and then incorporated.
As I am just getting started on programming , please excuse any infirmities in the idea. I am thinking aloud here.
Regards
Devafree