I work in a university lab that reviews AutoCAD, Rhino, and other 3D documents created by students. We have to check for several technical requirements to ensure their submissions can be used in the labs. When volume gets very high, it gets easier to miss problems in the documents.
I want to create an offline form with a list of check boxes, a button, and a text box. The user will select one or more check boxes and click the button. This action will populate the text box with detailed information related to the options selected.
For example, a checkbox will say "Text not converted to curves." A user will select that, click submit, and the text box below will say "Ensure all text in the document has been converted using the Explode command."
I know a very small amount of HTML. Can somebody provide a brief template that I can expand upon?
Thank you in advance.