|
38 | 38 |
|
39 | 39 | <divclass="mb-3">
|
40 | 40 | <labelclass="form-label">Phone Number</label>
|
41 |
| -<inputclass="form-control"type="phone"name="phone"placeholder="(415)123-4567"size="42"> |
| 41 | +<inputclass="form-control"type="tel"name="phone"placeholder="(415)123-4567"size="42"> |
42 | 42 | </div>
|
43 | 43 |
|
44 | 44 | <divclass="mb-3">
|
45 | 45 | <labelclass="form-label">LinkedIn URL</label>
|
46 |
| -<inputclass="form-control"type="linkedin"name="linkedin"placeholder="PostgresML"size="42"> |
| 46 | +<inputclass="form-control"type="text"name="linkedin"placeholder="PostgresML"size="42"> |
47 | 47 | </div>
|
48 | 48 |
|
49 | 49 | <divclass="mb-3 w-100">
|
|
75 | 75 |
|
76 | 76 | let success_message = format!(r#"
|
77 | 77 | <divclass="d-flex flex-column gap-2 p-2">
|
78 |
| -<pclass="text-center">You have successfully applied for the<spanclass="text-capitalize">{}</span> role! We’ll be incontract with you shortly.</p> |
| 78 | +<pclass="text-center">You have successfully applied for the<spanclass="text-capitalize">{}</span> role! We’ll be incontact with you shortly.</p> |
79 | 79 | <aclass="btn btn-primary-web-app mx-auto"href="/careers"data-turbo-frame="_top">Careers</a>
|
80 | 80 | </div>
|
81 | 81 | "#, job_title);
|
|