ASU-Semicolon / Semicolon-landing-page

Landing page for SemiColon Student Activity
https://asusemicolon.com
1 stars 0 forks source link

Application Form #28

Open Ahmed-Khaled24 opened 1 week ago

Ahmed-Khaled24 commented 1 week ago

Application page improvement

instead of a central form without title we need to upgrade to use something like the provided image below, the form is the page with a title relative to the current event the applicant applies for image image

balbal1 commented 6 days ago

So just make a separate route for each form and customize the fields for each event? So what does the image provide?

Ahmed-Khaled24 commented 6 days ago

We may create a single page component with a dynamic title passed as a prop. We don't have different forms, it is the same form but for different purposes, we use it once for member recruitment and once for workshop students.

balbal1 commented 5 days ago

So the prop will choose which backend endpoint the form will submit to?