Gear order form in WCA website
In this PR, the gear order form is brought within WCA website so that there will be more options of customizations - for example, the notification emails can be well formatted in a way that it will reduce the workload of WFC, the user can know the total order value while filling the form, etc.
This form is not 100% complete, currently I'm facing a blocker that if I mark any of the Form.Input as required, it will become 'red' even before user starts inputting any details. The same issue is happening with competition form as well if I give required.
I remember seeing this while working on Sign Up page migration, but iirc I couldn't find a solution during that time.
I request somebody to unblock this issue. Alternative is to use custom validation to check if all the fields are there.
it will become 'red' even before user starts inputting any details
Currently there is no workaround for this issue - that's how the form behaves in v2 Register as well. I think for now, proceed as if this were not a blocker.
I'm closing this for now. WFC is currently relying on the spreadsheet, will check if bringing this to website will improve the process rapidly. If yes, will restart it.