You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to find a way to allow users to define their own custom fields. They'll need to be able to define the field name - required, field type (text, text area, ??) - required, html output for the field - optional, and an order value (maybe a drag and drop) - optional. We'll probably want to do some checking against existing field names (including the default fields) so we don't run into any conflicts if a user tries to duplicate a field name. We should generate the template tag to be used for the custom field as well.
Extra credit: allowing a custom field to be applied only to members of a specific group.
The text was updated successfully, but these errors were encountered:
We need to find a way to allow users to define their own custom fields. They'll need to be able to define the field name - required, field type (text, text area, ??) - required, html output for the field - optional, and an order value (maybe a drag and drop) - optional. We'll probably want to do some checking against existing field names (including the default fields) so we don't run into any conflicts if a user tries to duplicate a field name. We should generate the template tag to be used for the custom field as well.
Extra credit: allowing a custom field to be applied only to members of a specific group.
The text was updated successfully, but these errors were encountered: