I really appreciate the ability to make some of the field types read only. It would be great if field types Checkbox and Multiple Choice could also be marked read only.
On many occasions I will use the PHP script that contains the PHP embed code to "select" (via $GET) certain items in a multiple choice or checkbox field. I don't want the user to be able to change these selections, but I want them to view these selections when filling out the form. With the current version of MachForm, I must make the field hidden. In doing so, the user can't view it until they get to the preview screen. I need them to view it on the first screen. Right now, I must create a small paragraph text field (populated via $_GET) to communicate to the user what selections have been made. It would be much simpler to just make the Checkbox and Multiple Choice fields read only.
If you know of a modification I can make to the code to implement this functionality, I would be grateful.