You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
the error messages produced, e.g. by entering a donation amount below $5, will only show up if a user session is present (NOTE: the user does not have to be logged in, just a session cookie is enough). Also all user input gets lost in that case. Maybe as a workaround you could add client side validation (type="number" min="$min_amount") seems to work fine with jquery-validation
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
the error messages produced, e.g. by entering a donation amount below $5, will only show up if a user session is present (NOTE: the user does not have to be logged in, just a session cookie is enough). Also all user input gets lost in that case. Maybe as a workaround you could add client side validation (
type="number" min="$min_amount"
) seems to work fine with jquery-validationThe text was updated successfully, but these errors were encountered: