-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "verify registration" buttons + forms to the site (#4)
We now always display two buttons, one for "Verify registration" and one for "Register to vote". In cases where either state will do, we just have generic buttons; in cases where we're explicitly suggesting a state, the buttons name the state by abbreviation. This adds two new events that go to both Facebook and Google: VerifyStart and VerifyFinish. VerifyStart happens after the user submits the initial intake form. VerifyFinish generally speaking happens right after (see https://docs.voteamerica.com/software/events/#action-finish-event-4) * Separate out the form and verification pages. * Plumb new 'verify' events through. * About as good as I can make it, I suppose.
- Loading branch information
Showing
6 changed files
with
348 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.