Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt Include
Creating a simple form
Creating a simple form
nopaneltrue

 

Let's start with form design. It will have just 2 fields

  • a checkbox field called "includeActiveOnly"
  • a dropdown field with choices loaded from
    • a database table
    • another form

This means that we will have 2 variants of the same form (or 2 forms you may say)

Let's start with the one which has a dropdown field with the values loaded from a database table