List

On this page

Overview

Below you can see all the available drops on the list object


Name Description
list.rows The rows of the list
list.current_account_rows Only the rows owned by the current logged in user (ListRowDrop)
list.row_create_path Create a new list row
   


 

Snippet

Change "students" to the name of your list.

{% wm3form lists.students.row_create_path %}
  <input type="text" name="list_row[values][name]"></input>
 {% endwm3form %}

 

Updated: 2023-03-20