<< < 14 15 16 17 18 19 20 21 22 23 24 > >>   ∑:1368

Create "Hello World" Form
What are the steps to create a simple form on Form Tools? I just started to learn how to use Form Tools. The first step to lean Form Tools is to create a "Hello World" form. Here is what you can do. 1. Go to http://127.0.0.1/formtools with a Web browser. You should see the Form Tools Login page. 2. ...
2020-01-21, 1257🔥, 0💬

Fill in "Hello World" Form
How to open an empty form and fill in data? I just started to learn how to use Form Tools. Once a form is created, you can open an empty form, fill in data and submit it to the database. 1. Log in to Form Tools as the administrator. 2. Click "Forms" on the left menu. You should see the "Hello World"...
2020-01-21, 1250🔥, 0💬

Search and View Submitted Data
How to search and view submitted form data? I just started to learn how to use Form Tools. Once you have collected enough submissions on a form, you can search and view submitted data. 1. Log in to Form Tools as the administrator. 2. Click "Forms" on the left menu. You should see the "Hello World" f...
2020-01-21, 980🔥, 0💬

Add a Client Account
How to add a new client account on Form Tools? Once a form is created, you need to add some client accounts for other users to log in to Form Tools to submit format data or view existing form data. 1. Log in to Form Tools as Adminstrator. 2. Click "CLients" from the left menu. You should see a list ...
2020-01-03, 1419🔥, 0💬

Managing Form Tools Clients
Where to find answers to frequently asked questions on managing Form Tools client accounts? I want to give other users access to submit form data. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on how to add client accounts for users to login to Form To...
2020-01-03, 1418🔥, 0💬

Generate Report on Submitted Data
How to generate reports on submitted form data? I just started to learn how to use Form Tools. Once you have collected enough submissions on a form, you can also generate reports on submitted form data. 1. Log in to Form Tools as the administrator. 2. Click "Forms" on the left menu. You should see t...
2020-01-03, 1252🔥, 0💬

Define Views on Existing Form
How to define additional views on an existing form to manage a sub-set of the form fields? I just started to learn how to use Form Tools. If you have a form with a large number of fields, you want to define several views on the submitted data. Each view can be defined with see only a subset of field...
2020-01-03, 1164🔥, 0💬

What Is Client Account
What is a client account in Form Tools? A Client Account is a login account on Form Tools with limited permissions to access a given set of forms and form views. Only the administrator can create, modify, disable and delete client accounts. Administrator controls permissions of each client account t...
2020-01-03, 925🔥, 0💬

Data Visualization Module
What Is Data Visualization Module? Data Visualization module utilizes Google Charts API to create custom graphs and charts of your form submission data, providing an alternative, visual interpretation of your data. But it only supports 2 types of Visualizations: 1. Activity Chart - It presents the n...
2019-12-19, 969🔥, 0💬

Understanding Form Tools Modules
Where to find answers to frequently asked questions on understanding Form Tools extension modules? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on understanding Form Tools extension modules: What Is Form Tools Module Data Visualization Module Export M...
2019-12-19, 942🔥, 0💬

Install Custom Fields Module
How to Install Custom Fields Module on Form Tools? Custom Fields module lets you construct your own field types for use in your forms. Need to add some settings to an existing field type? A new validation rule? A totally new field type? This is the place! Custom Fields module is not included in the ...
2019-12-19, 908🔥, 0💬

Using Custom Fields Module
Where to find answers to frequently asked questions on using Custom Fields Module on Form Tools? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on how to use Custom Fields Module on Form Tools: What is Custom Fields Module Create "My Int" Field Type Add...
2019-12-02, 1262🔥, 0💬

Create "My Int" Field Type
How to Create "My Int" Field Type? If you want to create a new field type to take integer numbers only, you can following this tutorial. 1. Login as Admin to Form Tools and go to "Modules &gt; Custom Fields". You should see a list of existing field types. 2. Click "Add Field Type" in the "Specia...
2019-12-02, 981🔥, 0💬

Add JavaScript Validation Function
How to Add JavaScript Validation Function? After creating a new field type, you may want to add your own custom validatino rule through a new JavaScript function. 1. Go back to "Modules &gt; Custom Fields" and edit "My Int" field type. 2. Click "Validation" tab. You see a list of validation rule...
2019-12-02, 897🔥, 0💬

Use Custom Field with Custom Validation
How to Use Custom Field with Custom Validation? Here is what you can do to validate the new field type "My Int" and the new validation rule "Two-digit numbers". 1. CLick "Forms &gt; Add form" on the left menu and name it as "Field Test". 2. Continue to the "Field" tab and click "Add Field". You ...
2019-12-02, 865🔥, 0💬

What is Custom Fields Module
What is Custom Fields Module on Form Tools? Custom Fields module is a very useful module that lets you construct your own field types for use in your forms. Custom Fields module offers the following functionalities: Supports 13 built-in field types: Textbox, Textarea, Password, Dropdown, Multi-selec...
2019-12-02, 855🔥, 0💬

Unknown requirement flag in validate_fields(): function
Why am I getting this "Unknown requirement flag in validate_fields(): function" error? If you are adding a new custom validation rule on a field type using a JavaScript function, users may get the "Unknown requirement flag in validate_fields(): function" error, even their entered value passed the Ja...
2019-11-21, 1036🔥, 0💬

Using Export Manager Module
Where to find answers to frequently asked questions on how to create your own exprot groups and export types? I want to generate nice looking reports. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on how to create your own exprot groups and export type...
2019-11-21, 934🔥, 0💬

What is Export Manager Module
What is Export Manager Module? Export Manager module is a very useful module that lets you control the various ways in which your form submissions can be viewed and downloaded. Export Manager module provides 6 built-in export types: HTML single table - All submissions are exported as a single HTML t...
2019-11-21, 873🔥, 0💬

Use Smarty to Control Value Display
How to Use Smarty to Control Value Display? If you want to use a single field to a complex data element, like a comma separated list, you can use smarty template to control how the value will be processed before sending it to display or download. 1. Create a new field type called "CSL". 2. Click "Di...
2019-11-21, 851🔥, 0💬

Clone Phone Number Field Type
How to Clone Phone Number Field Type? If you want to clone the Phone Number field type, you can follow this tutorial. 1. Login as Admin to Form Tools and go to "Modules &gt; Custom Fields". You should see a list of existing field types. 2. Click "Add Field Type" in the "Special Fields" group. Yo...
2019-11-21, 809🔥, 0💬

Add New Export Group and Type
How to Add New Export Group and Type? If you want to control how form submissions are exported to print or download for reporting purpose, you can add a new export group and a new export type as shown in this tutorial. 1. Click "Module" in the menu and select "Export Manager". You should see a list ...
2019-11-08, 1289🔥, 0💬

Data Records of a New Form
How many data records are inserted in Form Tools database, when a new form is added? When a new form is added, you should see the following data records in Form Tools database: 1. The primary data record for a new form is stored in the "ft_forms" table. You can get the data base back by the form_id:...
2019-11-08, 1027🔥, 0💬

Load CSV Data as New Form
How to load data file in CSV format with given field names in the file? I don't want to create a new form and define its fields to match the file manually. If you want to load a data file to Form Tools as a new form, you can create an empty form with generic fields first. Then you can update those f...
2019-11-08, 994🔥, 0💬

<< < 14 15 16 17 18 19 20 21 22 23 24 > >>   ∑:1368