Download the PHP package wscore/ask without Composer
On this page you can find all versions of the php package wscore/ask. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor wscore
Package ask
Short Description a simple questionnaire builder for html form and validator.
License MIT
Package ask
Short Description a simple questionnaire builder for html form and validator.
License MIT
Please rate this library. Is it a good library?
Informations about the package ask
ask_questions
a simple questionnaire builder for html form and validator.
Overview
Installation
Demo
To view a demo, open a terminal and...
...and view localhost:8000
with a browser.
Sample Code
To use WScore\Ask
component, define AskModel
, first.
Define Questions
HTML forms
to show an form in an html file,
if you are using Bootstrap 4, it may be useful to set a default class for input and label class.
then, output HTML form in an HTML form, as
Validating Input
to validate input,
then, obtain result for each value as,
Advanced
More Validation
Default validation only has required checks.
Use closure to create a fine validation method;
TODO
- internationalize error message.
All versions of ask with dependencies
PHP Build Version
Package Version
Requires
ext-mbstring Version
*
The package wscore/ask contains the following files
Loading the files please wait ....