Skip to content

Commit 4eda61c

Browse files
committed
reword email note, fix js capture of full name, make email address visible for copying
1 parent d455234 commit 4eda61c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h2 id="job-signup" class="section-head"><i class="icon-web"></i> Work with us</
248248
<label class="recruit_fullname" for="recruit-name">
249249
Full Name
250250
</label>
251-
<input type="text" id="recruit-name" name="fullname">
251+
<input type="text" id="recruit-name" class="js-recruit-name" name="fullname">
252252
</div>
253253
<div class="recruit_chunk recruit_chunk__email">
254254
<label class="recruit_email" for="email">
@@ -277,7 +277,7 @@ <h2 id="job-signup" class="section-head"><i class="icon-web"></i> Work with us</
277277

278278
<a href="mailto:[email protected]?subject=Interested in working in tech at CFPB&body=First name:%0D%0ALast name:%0D%0ADiscipline: %0D%0AResume:" class="btn btn-primary recruit_submit js-recruit-submit">Email Us</a>
279279

280-
<p class="u-disclaimer"><small>The information you provide will permit the Consumer Financial Protection Bureau to process your request or inquiry. <a href="#privacy">See More</a></small></p>
280+
<p class="u-disclaimer"><small>The information you send to <a href="mailto:[email protected]?subject=Interested in working in tech at CFPB">[email protected]</a> will permit the Consumer Financial Protection Bureau to send you updates about future job openings. <a href="#privacy">See More</a></small></p>
281281
</form>
282282
</div>
283283
</section>

js/site.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
recruitEmail +
1515
'%0D%0A%0D%0ADiscipline: ' +
1616
discipline +
17-
'%0D%0A%0D%0ABe sure to attach your resume ' +
18-
'and remove this line before sending';
17+
'%0D%0A%0D%0ANote: Attaching your resume can help us identify ' +
18+
'openings you may be interested in.';
1919

2020
window.location.href = url;
2121
} );

0 commit comments

Comments
 (0)