Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid attribute mailto #14

Open
resonantdoghouse opened this issue Jun 19, 2019 · 0 comments
Open

invalid attribute mailto #14

resonantdoghouse opened this issue Jun 19, 2019 · 0 comments

Comments

@resonantdoghouse
Copy link
Collaborator

resonantdoghouse commented Jun 19, 2019

Currently this link will not work as the attribute is invalid.
It's very close to being valid, you just need to add an href and then set mailto inside of the href attribute e.g.

<a href="mailto:[email protected]" etc...

or to match your code

<a href="mailto:<?php echo $member['email_address']; ?>">

Here's more info e.g. how to include a subject line: https://www.rapidtables.com/web/html/mailto.html#examples

<a mailto="<?php echo $member['email_address']; ?>">Contact</a>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant