VertNet / bels

Biodiversity Enhanced Location Services
Apache License 2.0
17 stars 1 forks source link

Change message when request is submitted #15

Closed tucotuco closed 3 years ago

tucotuco commented 3 years ago

Currently the message given when the Submit button is clicked is "We will send you an email with your content". Change this to "An email with a link to the results for this request will be sent to {email}." where {email} is the one entered on the request page if the email is not black-listed. If it is black-listed, present the message "The email destination {email} has been disabled from receiving results." If the email address does not follow a valid email pattern, provide the message "The email address provided is not valid please try another."

tucotuco commented 3 years ago

Implemented changed wording and blacklist response.

tucotuco commented 3 years ago

Done