MinePass forms can be used to build custom player applications.
- Each form is a JSON document mapping your question Prompts to their Field Types (or additional options).\
- Questions are displayed in the order listed and required unless otherwise made optional.
Example showing all Field Types
Resulting Form
Advanced customization
Instead of just specifying the Field Type as the prompt value, you can further customize the question with additional options.
Resulting Form
Field Option | Acceptable Values |
"type" | "String" | "Text" | "Boolean" | "Number" | "Date" |
"optional" | "true" | "false" |
"icon" | Show available icons |
"note" | "<FIELD DESCRIPTION>" |