Update /welcome page on free_registration to be more transparent that a user will be directed to trial
Summary
When a user in free_registration selects My company or Team
/welcome page after verification has been completed, the flow will direct them to /company and will prompt a user to Start a Trial. At this stage, a user cannot change their selection.
While we have plans to redesign the registration flow (epic) so that we are not switching users part way, we need to pursue an MVC solution that tries to aid users in making the correct selection they intend to make (Personal use) as we have received a number of reports that users have made an error. #446147 (comment 1850059542), #446147 (comment 1806003654)
Solution
Design
Old /welcome Page | New /welcome page (Create a project selected) | New /welcome page (Join a project selected) |
---|---|---|
Logic:
- Swap question order (for both free_registration and trial_registration), so
What would you like to do?
comes first, allowing for logic for the second question around the subtext of starting a trial.
- Default to unselected - but when
Create a project
is selected we have subtext underMy company or team
showing an ultimate trial will start. - Ensure subtext under 'My company or team' only appears on free_registration
- When
Join a project
is selected we don't see that subtext. - Ensure logic to show 'Email updates' is not changed
This makes it incredibly clear that the trial only starts when these two options are selected together.
Edited by Paige Cordero