I have been using custom-built forms up to this point, but am interested in possibly using UserForms for client management purposes. The only drawback I have is adding dropdown fields like US states which contains 50+ items that have to be entered one-by-one. In my custom forms, i just create a class and pull in values with todropdownmap.
Is it possible to create a UserForm and push a custom field to the userForm without breaking it? I do not care that it will not show up in the admin interface list of fields, as long as it displays in the front-end form and gets written to the submission table.