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
It turns out, not everyone has an email client configured on their devices, and if they do, it's not alway set up to handle mailto links properly. Could we send people to Google Form instead?
<a type="button" class="lgx-btn lgx-btn-anim" href="{% if job.apply_url %}{{ job.apply_url }}{% else %}mailto:{{ job.email }}?subject=I am interested in applying to the {{ job.title }} position at {{ job.team }}{% endif %}">Apply Here</a>
raney24
changed the title
Careers page email "Apply Now" working inconsistently across devices
Careers page email "Apply Now" button - Add pre-fill to different careers
Sep 9, 2020
It turns out, not everyone has an email client configured on their devices, and if they do, it's not alway set up to handle
mailto
links properly. Could we send people to Google Form instead?Perhaps change line on https://github.com/ainc/ainc-2018/blob/master/careers.html page from this:
To this
The text was updated successfully, but these errors were encountered: