Want to review or test the Student Housing Application form yourself? Here is the raw JSON you can use with Slack's Block Kit builder:
{"type":"modal","title":{"type":"plain_text","text":"Student Housing App","emoji":true},"submit":{"type":"plain_text","text":"Submit","emoji":true},"close":{"type":"plain_text","text":"Cancel","emoji":true},"blocks":[{"type":"section","block_id":"personal_info","text":{"type":"mrkdwn","text":"Please provide your personal information:"}},{"type":"input","block_id":"full_name","element":{"type":"plain_text_input","action_id":"full_name_input","placeholder":{"type":"plain_text","text":"Enter your full name","emoji":true}},"label":{"type":"plain_text","text":"Full Name","emoji":true}},{"type":"input","block_id":"email","element":{"type":"plain_text_input","action_id":"email_input","placeholder":{"type":"plain_text","text":"Enter your email address","emoji":true}},"label":{"type":"plain_text","text":"Email","emoji":true}},{"type":"input","block_id":"phone_number","element":{"type":"plain_text_input","action_id":"phone_number_input","placeholder":{"type":"plain_text","text":"Enter your phone number","emoji":true}},"label":{"type":"plain_text","text":"Phone Number","emoji":true}},{"type":"section","block_id":"housing_info","text":{"type":"mrkdwn","text":"Please provide your housing information:"}},{"type":"input","block_id":"move_in_date","element":{"type":"datepicker","action_id":"move_in_date_input","placeholder":{"type":"plain_text","text":"Select a date","emoji":true}},"label":{"type":"plain_text","text":"Move-in Date","emoji":true}},{"type":"input","block_id":"room_type","element":{"type":"static_select","placeholder":{"type":"plain_text","text":"Select a room type","emoji":true},"options":[{"text":{"type":"plain_text","text":"Single","emoji":true},"value":"single"},{"text":{"type":"plain_text","text":"Double","emoji":true},"value":"double"}]},"label":{"type":"plain_text","text":"Room Type","emoji":true}},{"type":"input","block_id":"rent_amount","element":{"type":"plain_text_input","action_id":"rent_amount_input","placeholder":{"type":"plain_text","text":"Enter the rent amount","emoji":true}},"label":{"type":"plain_text","text":"Rent Amount","emoji":true}},{"type":"input","block_id":"emergency_contact","element":{"type":"plain_text_input","action_id":"emergency_contact_input","placeholder":{"type":"plain_text","text":"Enter the name and phone number of your emergency contact","emoji":true},"multiline":true},"label":{"type":"plain_text","text":"Emergency Contact","emoji":true}}]}