I’m trying to build a front end form, that will change what is editable based on user roles and what stage of completion the form is.
Im looking for a way to disable but also show form fields on a per page basis,
as well as add some custom field types.
I know I could probably rig something up with javascript, but I would prefer a cleaner solution.