Element Attributes
AZ-CMS comes with a built-in advanced D&D page builder, within the control panels of that D&D (highlighted tuning icon tab of the following screenshot), there is a tab specified for custom attributes of elements, enabling websites with interactive contents, in this page, we will dive into those advanced custom attributes and some of the use cases

Form Related Attributes
Form Attributes
The following attrs should be given to the form element itself make sure the "form" is selected
Attribute Key | Purpose | Accepted Values |
---|---|---|
recipients | notification for each submission will be sent to the list of email addresses set in this attr | Coma separated list of Email addresses |
cid | Collection ID number | ID of the Collection that submitted files will be collected in |
cps | Collection per submission (each submission will have an auto generated collection inside the parent collection that has the ID of "cid" attr mentioned above, this is to collect the files uploaded in each submission in a separate folder/collection) | 1, yes or true |
rasu | register as site user | 1, yes or true |
thank_msg | Thanks Message | any string indicating a Thanks Message to the submitter |