Export Custom Field
I made a custom field and want to export it to a CSV file. When people join who want to teach classes they toggle the switcher. I need to be able to tell they have done this so that I can send them additional information.

This new field is not showing in the list of exportable fields. How do I add this custom field to the export fields list so that I can check the box and include this data when exporting to a CSV file?

-
-
·
LeonidS
- ·
Hello Jake Arsenault !
The export to CSV file action is available only for the Accounts app. But in the top screenshot, you show the fields from the Persons app. This action will require a code modification.
-
·
LeonidS
-
If I add this field to the Account sign up form instead of of the Persons sign up form, would that allow me to export this field?
-
Yes, it would. This field will appear in the list.
-
Ok, I added the field to the Account sign up form and it is not displaying on the form. Is there something else I need to do so that the new field is displayed?
-
You need to add a new field to this area studio/builder_forms.php?page=fields&module=system&object=sys_account&display=sys_account_create
-
Thank you!