Jul 23rd, 2013, 9:06 PM
Hi Leonard,
Form Tools is unique in that it is an application that provides any existing form with a backend database and admin interface to manage the form submission data. You can really customize it to do anything you need since the code is open source.
1) You connect your forms to Form Tools so you can add a progress bar on it. However the Form Builder module does not have a progress bar by default.
2) Yes you can export data is a number of formats.
3) Yes you can use the submission account module. Data will be stored after each form submission.
4) Client user can be added to the system to act as sub admins.
5) By default the application does not have this functionality. This however can be set on your sever as a scheduled job.
6) No, this feature is not available.
7) Data is time stamped when it is submitted and when it is last modified
8) Yes, there is auto incrementing ID field to uniquely identify data.
9) SSL encrypts data transmitted over a network but does not actually encrypt the database itself.
10) If you have a SSL certificate installed then the form can be accessed via https.
11) Another table can be created with each form. Data can not be imported through a CSV file.
12) How you build your forms is up to you if you are connecting via External Form. The Form Builder enables multi-page forms.
13) Again, if you are connecting via External Form you can build the logic however you need to. Conditional fields are not available through the Form Builder.
Hope this helps.
Cheers,
Joe
Form Tools is unique in that it is an application that provides any existing form with a backend database and admin interface to manage the form submission data. You can really customize it to do anything you need since the code is open source.
1) You connect your forms to Form Tools so you can add a progress bar on it. However the Form Builder module does not have a progress bar by default.
2) Yes you can export data is a number of formats.
3) Yes you can use the submission account module. Data will be stored after each form submission.
4) Client user can be added to the system to act as sub admins.
5) By default the application does not have this functionality. This however can be set on your sever as a scheduled job.
6) No, this feature is not available.
7) Data is time stamped when it is submitted and when it is last modified
8) Yes, there is auto incrementing ID field to uniquely identify data.
9) SSL encrypts data transmitted over a network but does not actually encrypt the database itself.
10) If you have a SSL certificate installed then the form can be accessed via https.
11) Another table can be created with each form. Data can not be imported through a CSV file.
12) How you build your forms is up to you if you are connecting via External Form. The Form Builder enables multi-page forms.
13) Again, if you are connecting via External Form you can build the logic however you need to. Conditional fields are not available through the Form Builder.
Hope this helps.
Cheers,
Joe