Skip to content

Latest commit

 

History

History
50 lines (22 loc) · 1.41 KB

README.md

File metadata and controls

50 lines (22 loc) · 1.41 KB

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