If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Problem
The company website field must lead with https:// , otherwise the step will return an error. While we auto-populate the company website field with this, a user can easily delete it and be left with a confusing error.

Action Performed:
- Create workspace
- Go through VBA flow to Company Information step
- Delete part of
https//: and enter a website
- Try to submit the form
Solution
- Remove the
https//: format requirement from the code
- auto-fill the Company website with the user's domain and allow this to be editable (i.e. www.domain.com)
Let's make https//: non-editable in the company website field, so that a user cannot delete it. Going to tap @Expensify/design on this first before we pass it off for implementation.
Platform:
- Web
- iOS
- Android
- Desktop App
- Mobile Web
View all open jobs on GitHub
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Problem
The company website field must lead with
https://, otherwise the step will return an error. While we auto-populate the company website field with this, a user can easily delete it and be left with a confusing error.Action Performed:
https//:and enter a websiteSolution
https//:format requirement from the codeLet's make
https//:non-editable in the company website field, so that a user cannot delete it. Going to tap @Expensify/design on this first before we pass it off for implementation.Platform:
View all open jobs on GitHub