Skip to content

luqp/Interactive-Form-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Form

Interactive Form is a project that allows you validate any info that is insert to the required fields.

Form

Select Optios

You can select an option and another section related to the first selected field will be enabled. For example: show only the products that are for the "heart js" design.

Select design

Choose Activities

It also disables activities or options that can not be selected at the same time. And show the total cost of your selections.

Payment Methods

Payment-methods

Validation Handler

But the first characteristic is the inputs validation. The program uses a Framework that performs the tasks of:

  • Checks the value input.
  • Use the validation function assigned to the analyzed field.
    • Validation functions are defined in the framework, but users can define their own functions.
  • Assign and show a custom message when a input value is wrong.
  • Verify all the fields before sending the form and mark the fields that must be filled out.

Error-Submit

And handle message with in real time.

message-realtime

About

Complete Interactive Form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published