Complex PHP Form Design and Generator: Display and process complex HTML forms HTML forms

Recommend this page to a friend!
  Info   View files Example   View files View files (142)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog (2)    
Last Updated Ratings Unique User Downloads Download Rankings
2021-06-04 (3 months ago) RSS 2.0 feedNot enough user ratingsTotal: 171 This week: 1All time: 8,683 This week: 174Up
Version License PHP version Categories
complexformgenerator 1.0.3GNU General Publi...7HTML, PHP 5, Validation
Description Author

This package can display and process complex HTML forms.

It can compose HTML-based forms by adding inputs to the form definition and layout elements that define how to render the form.

The package can load the definition of the form from an XML file.

It can also load and execute a given PHP script to process the form after it is submitted.

Picture of Stefan Kientzler
  Performance   Level  
Innovation award
Innovation award
Nominee: 9x

Winner: 6x

 

Details

Create complex HTML forms

State License Donate Minimum PHP Version Scrutinizer Code Quality

Overview

This package can be used to create complex input forms. Multiple input fields can be arranged in rows or in several columns.

In addition to the 'usual' form elements, the package contains an element for entering color values and a range element to which a label can be assigned, in which the current selection of the slider is automatically displayed.

Additionaly the package contains JavaScript-based pickers for - date fields - time fields - color fields

and integrated JS validation of - date values - time values - numerical values (integer, floating point and currency fields).

The input formats can be configured to meet country-specific requirements. The design can be completely adapted to your own needs using an individual stylesheet.

The form definition can be made directly in the PHP code or within a XML file (for this purposes a XSD schema is provided with the package to make it easy to check the validation of the XML definition).

The package also contains an element that can be used to integrate the WYSIWYG editor 'CKEditor 4' into a form. The complete configuration is done from the PHP side. A connector to the open source file manager 'RichFilemanager' is included for selecting graphics or to create links to other files on the server.

Documentation

As this package supplies a wide range of functionality that can be configured individual, the documentation is splitted into multiple parts:

  1. The configuration of the package
  2. Quickstart with a simple example form
  3. ... to be continued

In the example directory you will find sample forms that show the use of all supported elements and currently provides two different themes.

  Files folder image Files  
File Role Description
Files folder imagedoc (9 files)
Files folder imageexamples (11 files, 4 directories)
Files folder imagescript (9 files)
Files folder imageSKien (3 directories)
Accessible without login Plain text file autoloader.php Aux. Auxiliary script
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpstan.neon Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file readme.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:171
This week:1
All time:8,683
This week:174Up
User Comments (1)
Works as documented.
3 months ago (Rick Ruggiero)
72%StarStarStarStar
 

For more information send a message to info at phpclasses dot org.