fastlane / boarding

Instantly create a simple signup page for TestFlight beta testers
https://fastlane.tools
MIT License
877 stars 191 forks source link

Allow auto populate email field #226

Closed josephbona closed 5 years ago

josephbona commented 6 years ago

Allows the form's email field to be set with URL param

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers
josephbona commented 6 years ago

I signed it!

googlebot commented 6 years ago

CLAs look good, thanks!

KrauseFx commented 6 years ago

Hey @josephbona, thanks for your PR, the code looks good. Can you tell us a bit more about the use-case though, and add a line of comment into the code base on what it's used for?

josephbona commented 6 years ago

@KrauseFx For Barstool we had a screener form to sign up for our test flight beta onebite.app. We collected their email address there then redirected to the fastlane page and passed the email address as a url param.

I could also see this being used if you are sending out a testflight invite to an email list.