How to add custom fieldtypes in value request
You would like to request a very special value from your users and you couldn’t do this with the integrated field types? You could integrate you own fieldtypes! Add a file in /modules/Workflow2/extends/fieldtypes/ with the filename “<individual>.inc.php” This file must contain a class which extends from WorkflowFieldtype. This class must have the following structure: [prism…