instruction = 'First impressions are important. Please tell us about yourself. A well-written application is likely to speed up your approval on the server, while a poorly written one might not get approved at all. 2-3 well-written sentences per question is recommended.'; $this->fields = json_decode('[ { "text": "Country?", "hint": "Where are you from? Just the continent is fine. Please leave blank if you don\"t want to tell us!", "type": "line", "optional": true }, { "text": "Age?", "hint": "How old are you? Please leave blank if you don\'t want to tell us!", "optional": true, "type": "age", "options": { "min": 1, "max": 150 } }, { "text": "About how often do you play Minecraft?", "optional": true, "type": "hours-per" }, { "text": "Why are you interested in joining this server?", "hint": "Why would you like to join this server? What can you offer to others on the server? What can this server offer you that other servers can not? Please describe in detail.", "optional": false, "type": "text-box-limited", "options": { "min": 270, "steps": 10 } }, { "text": "Current Redstone knowledge", "hint": "What are your current limits in redstone? Tell us anything you know concerning redstone.", "optional": false, "type": "text-box-limited", "options": { "min": 270, "steps": 10 } }, { "text": "Past Redstone Experience", "hint": "Describe your best Redstone creation(s) to date. Tell us how they work and what kind of Redstone logic was used.", "optional": false, "type": "text-box-limited", "options": { "min": 270, "steps": 10 } }, { "text": "What kind of creations would you like to build on this server?", "hint": "Describe what sort of creations you will try to be building on this server.", "optional": false, "type": "text-box" }, { "text": "Links to your work:", "hint": "Include screenshots/videos of your previous work. These links will not be released to anyone but the application appraisers.", "optional": true, "hidden": true, "type": "links" }, { "text": "Anything else you\'d like to mention", "hint": "Have any opinions? Any extra information?", "optional": true, "type": "text-box" } ]' , true); } }