<< < 4 5 6 7 8 9 10 11 12 13 14 > >>   ∑:398  Sort:Rank

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, 951🔥, 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, 916🔥, 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, 1270🔥, 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, 1000🔥, 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, 911🔥, 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, 875🔥, 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, 873🔥, 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, 1057🔥, 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, 953🔥, 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, 882🔥, 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, 857🔥, 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, 824🔥, 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, 1310🔥, 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, 1035🔥, 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, 1004🔥, 0💬

Add Form to Database Directly
How to add a new form to Form Tools database directly? Adding a new form to Form Tools database directly is not recommended. But if you want to automate the form creation process, you can still do it by follow this tutorial. 1. You should create a Form Tools test database called "ft" to try this pro...
2019-11-08, 998🔥, 0💬

Understanding Form Tools Database
Where to find answers to frequently asked questions on understanding Form Tools Database design? I want to learn how to manage forms in the database. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on understanding Form Tools Database design: Data Record...
2019-11-08, 996🔥, 0💬

Form Tools - Frequently Asked Questions
Where to find answers to frequently asked questions on Form Tools? I want to know how to create new Web forms, and how to submit form data. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team about Form Tools: General Questions on Form Tools What Is Form Too...
2019-10-30, 1178🔥, 0💬

General Questions on Form Tools
Where to find answers to frequently asked questions in general areas of Form Tools? I am new to Form Tools. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team in general areas of Form Tools: What Is Form Tools MySQL Required to Run Form Tools PHP Required t...
2019-10-30, 895🔥, 0💬

What Is Form Tools
What Is Form Tools? Form Tools is a powerful, flexible, free and open source PHP/MySQL script you install on your website for managing your forms and data. Form Tools consists of 5 components: Form Tools Core - The Core contains all code required for the most basic usage of the script. It includes t...
2019-10-30, 884🔥, 0💬

PHP Required to Run Form Tools
Is PHP engine Required to Run Form Tools? Yes. Form Tools is written in PHP language. So you need a system that supports PHP with access to MySQL server to support Form Tools. Here is what you can do to verify PHP on my macOS system. 1. If you don't have PHP engine installed, follow other tutorials ...
2019-10-30, 761🔥, 0💬

MySQL Required to Run Form Tools
Is MySQL Server Required to Run Form Tools? Yes. Form Tools uses MySQL to store data. So you need a system that runs MySQL server with a database to host Form Tools tables. Here is what you can do on your macOS to verify the MySQL server and prepare a database for Form Tools. 1. If you don't have My...
2019-10-30, 760🔥, 0💬

Western Digital - WD5000LPLX-08ZNT - Maximum Writing Speed
How to find out the maximum writing speed of my hard disk? The best way to find out the maximum writing speed of your hard disk is to run writing tests with a single large block: "-LS" - Sets SQLIO to report latency measurements using the system timer. "-kW" - Sets SQLIO to perform writing tests. "-...
2019-09-16, 1141🔥, 0💬

Western Digital - WD5000LPLX-08ZNT - Maximum Reading Speed
How to find out the maximum reading speed of my hard disk? The best way to find out the maximum reading speed of your hard disk is to run reading tests with a single large block: "-LS" - Sets SQLIO to report latency measurements using the system timer. "-kR" - Sets SQLIO to perform reading tests. "-...
2019-09-16, 1013🔥, 0💬

<< < 4 5 6 7 8 9 10 11 12 13 14 > >>   ∑:398  Sort:Rank