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

Careers page email "Apply Now" button - Add pre-fill to different careers #162

Open
nicksuch opened this issue Sep 8, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@nicksuch
Copy link
Member

nicksuch commented Sep 8, 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:

<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>

To this

<a type="button" class="lgx-btn lgx-btn-anim" href="https://docs.google.com/forms/d/e/1FAIpQLSeo_C5kwAFAwtxY64qT03egpsnVrwjGc-5UNezZ4HLwQj5SGA/viewform">Apply Here</a>
@nicksuch
Copy link
Member Author

nicksuch commented Sep 8, 2020

@raney24
Copy link
Member

raney24 commented Sep 9, 2020

@nicksuch I edited the code so that apply_url is still available if someone does end up using a different method of accepting applications.

I would like to have the pre-filled form eventually, leaving this Open and labelling it as an Enhancement

@raney24 raney24 added the enhancement New feature or request label Sep 9, 2020
@raney24 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants