Skip to main content

NIM

Step 6: Add a new row (tutorial)

So far, all the items we've added to this form have been on a single row, whose column widths sum to 12 (the maximum number of columns in a row). In this step, we'll add a couple more rows to our form.

  1. Go to the Items tab. Notice that the first row doesn't have any remaining green drop zones. However, the entire second row does:

    2023-10-16_12-43-00.jpg
  2. We'll drag and drop a Separator (a horizontal rule) onto this row. It spans the entire width of the row, and so the drop zone now moves down to the 3rd row.

    2023-10-16_12-46-32.jpg
  3. In the 3rd row, we'll drag and drop another Static Text item and set its properties as follows:

    2023-10-16_12-51-40.jpg
    • margin trbl: __2_

    • styles: font-weight:bold;

    • text: Basic Info

  4. We'll click Save to save our progress so far.

Next: Step 7: Input & variables