- Checkboxes, radio buttons, and other form elements can be added using Pointers.
- You can add help text that shows up when inclusions are being created or edited.
- Permissions on a card will be set by a form that applies to the card. However, while a *content permanently determines a card's content, the card's permissions are always editable later.
- You can Wagneer a cardtype with several subtypes to have elements in its form unique to the subtype. For example, a Home cardtype might have subtypes in a +kind field: "apartment", "house", etc, and on apartment Homes you might want to see "+apartment number", and for house Homes to instead see "+area of property". To do this, you would add {{+form elements based on kind}} to Home+*type+*content, and then this WQL in "form elements based on kind+*right+*content":
{"referred_to_by": { "left": "_left", "right": "kind"},Then in apartment+*right+*content you could add {{+apartment number}} (and any other custom form elements for apartment Homes), and in house+*right+*content you could add {{+area of property}} (and any other custom form elements for house Homes).
"prepend": "_left"
}


