Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding email prefill if query string value is present #83

Merged
merged 1 commit into from Nov 18, 2018

Conversation

michal-franc
Copy link
Contributor

To improve the registration conversion all the users receiving an invitation to register should get a link that contains a query string with their email used to prefill the form with their email address so that they don't have to fill it in.

Where should the reviewer start?

This is a small change so just check the changed code.

How has this been tested?

Scenarios tested:

  • email is present in the query string
?email=test@test.com
  • email not present in the query string
  • email encoded
?email=test%40test.com

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@WTobor WTobor merged commit 2b34d22 into DevAdventCalendar:develop Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants