You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worked on Issue #127 (mark fields with * if they are required) and #159 (delete checkboxes, add directions for applicants)
PR #164
made a css class 'required' that should be added to all form fields where the attribute has a validation 'presence: true'
made a form builder, that should make it really easy to add new fields to a form, it will automatically add the class 'required' to all required fields (this is really handy if we change some of the validations in the future)
PR #165 & #166 & #169
add a new column to events: applicant_directions
add this to the form for new event
add the content (if there is some), above the application form
delete the checkboxes for travel and accommodation and adjust the terms and condition (Anika wants to make 3 events for CraftConf, so the checkboxes are no longer needed)