kdaveed / thesisBackup

0 stars 0 forks source link

Form filling requirement checking #12

Open kdaveed opened 7 years ago

kdaveed commented 7 years ago

Introduction to HTML forms

Static HTML form

This requires no javascript. This is a set of elements are coded in HTML, and the through the submit the data is submitted.

Image : #13

These are defined through html input elements. Each input tag can have a parameter called required, which declares that element has to be filled out our not. This is handled automatically by HTML, and allows.

kdaveed commented 7 years ago

Dynamic Forms

As it was explained already in the previous chapters, dynamic form is forms which does not consist solely of static elements, but it allows to subforms. Each subform can contain possibly finitely many other subform. In the designed model these forms subforms are represented as a model. But as they not only add a simple data, but a set of data, therefore the requirement is not just a simple but a number about how many should be added from this.