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
Your task, should you choose to accept it, is to add more Input/ Select form sections to the Create Event Modal-form. As of right now, the only data which is asked to create an event, is the Event Name , but we need more data so that we can display it to participants who would be registering for the event!!
Requirements for the form:
Event Details
Event Name (Already present) (text)
Start and End date with time ( Can be two separate input fields) (datetime)
Description (Markdown Functionality is appreciated) (Check out the component MDEditor in apps/web-admin/src/components/MultiFormEmail.jsx) (text)
Type (select option)
Options:
Public (default)
Private (Invitation only - implemented through referral codes)
Venue Details
Venue Name (text)
Street name (text)
City (text)
State (text)
Country (text)
Pin Code (number)
Google Maps Location (optional) (text - url link)
Images and Themes
Add Event Logo (image)
Add Cover Picture (image)
Add Registration form background (image)
Tips
The location of the form is here: apps/web-admin/src/pages/[orgId]/events/new/index.jsx
It is recommended to put form validation as well
Part 2 - Integrate the form
The text was updated successfully, but these errors were encountered:
Description
Your task, should you choose to accept it, is to add more Input/ Select form sections to the Create Event Modal-form. As of right now, the only data which is asked to create an event, is the
Event Name
, but we need more data so that we can display it to participants who would be registering for the event!!Requirements for the form:
Event Details
MDEditor
inapps/web-admin/src/components/MultiFormEmail.jsx
) (text)Options:
Venue Details
Images and Themes
Tips
apps/web-admin/src/pages/[orgId]/events/new/index.jsx
Part 2 - Integrate the form
The text was updated successfully, but these errors were encountered: