We have a formidible template we've created and we'll get our users to use this template to create forms. There's some fields on the form that should never be deleted or edited (for eg an email field, etc.).
Is there a way using Formidable's PHP hooks to ensure the user can never edit or delete certain fields? Any suggestions of hooks I could use to achieve this functionality would be greatly appreciated.