summaryrefslogtreecommitdiff
path: root/views/join.html
AgeCommit message (Collapse)Author
2024-04-27Flesh out 'join' user flowLinnnus
This commit splits the user flow when sending in an application to join the guild into three staged: 1. Intro text 2. HTML form 3. Form submission feedback (aka. "yay it went through")
2024-04-26Add form validation on join pageJannick
2024-04-02Add basic client-side validation to join-formLinnnus
This patch adds some basic form-validation to the HTML for the join page, namely making every input `required`. I also took this opportunity to ensure the top-most option for roles (DPS) isn't auto-selected. That could lead to some applicants skipping the input field, since it's already filled with a (potentially wrong) value.
2024-04-01Add note about dual-invitations to application formLinnnus
Apparently, there are certain rules for adding members to guilds. These are documented in the developer-facing documentation and a note is added to the form.
2024-04-01Add prefferred role to application formLinnnus
As noted in the notes added in bb41850 each user generally plays as a single role. This is relevant for the application process.
2024-04-01Add join form HTMLLinnnus