socialincome-san / public

Fighting global poverty with the help of everyday people and your coding skills. Public repository of the NGO and global initiative Social Income.
https://socialincome.org
Other
84 stars 23 forks source link

[Admin Tool Feature]: Adding email input validations for email form fields #755

Closed ssandino closed 3 months ago

ssandino commented 7 months ago

Is there an existing request for this feature?

Is your feature request related to a problem? Please describe.

Currently we don't have an input validation for the email input fields in the Admin Tool. This applies to the contributor list, as well as the recipient list.

Screenshot 2024-02-28 at 22 34 36

A valid email address consists of three parts: an individual part, the at-sign @, and a domain name part. If any of these parts are missing, misspelt, or misplaced, an email address becomes invalid.

Describe the solution/feature

This can be achieved by setting email flag to true in string property. See Firecms Documentation

Describe alternatives you've considered

No response

Criteria for Completion

No response

Anything else?

No response

Code of Conduct

ntkzwane commented 3 months ago

Hey there, could I grab this issue?