form

Last page update: September 22, 2015

introduction

A form allows the users to enter data that are sent to a server for processing

Let’s see an example of a form:

../../_images/form1.png

In genro you can easily handle the creation of a form through the formbuilder.

The formbuilder uses:

  • widgets - for users interaction
  • validations - allow to check if the user typing is correct

The form will be saved into a Bag. Every row is composed by a single form field, with the following sintax:

<field_name _loadedValue="::NN">record_value</field_name>

section index