09/24/2018 at 10:19 am
#473116
Keymaster
@ Age
There is a way to add custom fields, here’s the developer docs on how to add a custom text field. As far as making fields required, that is not as easy. You would have to use the Fieldset Configuration settings and ensure at least one Date fieldset is visible. The you would have to use JavaScript to add a require
class to just that field (like the first/last name fields).
Not sure this helps or not, but I hope it does.