When an online application is submitted, and the secondary_email field is omitted, the database responds with a no duplicate allowed error.
This is expected behaviour as the secondary email must also be unique. However, as the second email is optional, omitting it should not result in this error.
When an online application is submitted, and the
secondary_email
field is omitted, the database responds with ano duplicate allowed
error.This is expected behaviour as the secondary email must also be unique. However, as the second email is optional, omitting it should not result in this error.