-
Notifications
You must be signed in to change notification settings - Fork 2
/
no-form.html
59 lines (47 loc) · 2.13 KB
/
no-form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!-- SECTION: random gif -->
<section class="pb-4 pt-2">
<div class="container">
<div class="row flex-column text-center">
<div class="pb-3">
{% include new-web/random-video.html %}
</div>
<div><p class="mb-0"><strong>Ola James!</strong></p class="mb-0"></div>
</div>
</div>
</section>
<style>
#drip-ef-848311919 { font: .875rem/1.5rem sans-serif; width: 100%; }
#drip-ef-848311919 h3 { font-size: 1.125rem; margin: 0 0 .375rem; }
#drip-ef-848311919 > div { margin-bottom: .75rem; }
#drip-ef-848311919 fieldset { border: none; margin: 0; padding: 0; }
#drip-ef-848311919 legend { margin: 0; padding: 0; }
#drip-ef-848311919 input[type="email"],
#drip-ef-848311919 input[type="number"],
#drip-ef-848311919 input[type="tel"],
#drip-ef-848311919 input[type="text"] { margin: 0; padding: .375rem .5625rem; width: 100%; }
#drip-ef-848311919 input[type="checkbox"],
#drip-ef-848311919 input[type="radio"] { margin: .1875rem .1875rem 0 0; padding: 0; }
#drip-ef-848311919 input[type="submit"] { margin: 0; padding: .375rem .5625rem; }
</style>
<form action="https://www.getdrip.com/forms/848311919/submissions" method="post" data-drip-embedded-form="848311919" id="drip-ef-848311919">
<div data-drip-attribute="description"><strong>Put here the email address of those applicant for whom we should send the THANKS BUT NO email. </strong></div>
<div>
<label for="drip-email">Rejection Email Automation</label><br>
<input type="email" id="drip-email" name="fields[email]" value="">
</div>
<div style="display: none;" aria-hidden="true">
<label for="website">Website</label><br>
<input type="text" id="website" name="website" tabindex="-1" autocomplete="false" value="">
</div>
<input type="hidden" name="tags[]" id="tags_" value="job application_applicant rejected" tabindex="-1">
<div>
<input type="submit" value="Send the NO email" data-drip-attribute="sign-up-button">
</div>
</form>
<section class="pt-5 pb-0 px-0">
<div class="container">
<div class="col">
<h3 class="text-center">Don't forget the peeps that are a maybe...</h3>
</div>
</div>
</section>