Skip to content

Instantly share code, notes, and snippets.

@okomarov
Last active November 10, 2019 12:15
Show Gist options
  • Save okomarov/602f6767e66723bfa430fea8aa3b27a3 to your computer and use it in GitHub Desktop.
Save okomarov/602f6767e66723bfa430fea8aa3b27a3 to your computer and use it in GitHub Desktop.
viral queue email form
class EmailForm(FlaskForm):
email = EmailField('Email', validators=[DataRequired(), Email()])
submit = SubmitField('Get early access')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment