Started the Hubspot script for Tracy... super confusing. Added a few notes and template items.
This commit is contained in:
@ -4,11 +4,13 @@
|
||||
<div class="np-box-content-container">
|
||||
<form class="np-form np-box-content" action="{{ form.url }}" method="get" novalidate>
|
||||
<div class="np-form-headline"> {% t shared.welcome_to_school, school_name: current_school.name %} </div>
|
||||
<div class="np-form-subheadline"> {% t .headline, key: current_school.course_vocabulary %} </div>
|
||||
<div class="np-form-subheadline">
|
||||
To access your courses enter the email address you will use with Tripleseat, first name, and last name below.
|
||||
</div>
|
||||
{% form_authenticity_token %}
|
||||
<div class="np-form-field">
|
||||
<label class="np-input-label" for="learner_email">
|
||||
{% t shared.email_address %}
|
||||
Work Email Address
|
||||
</label>
|
||||
<input
|
||||
class="np-input"
|
||||
@ -43,7 +45,7 @@
|
||||
value="{{ form.last_name }}"
|
||||
/>
|
||||
</div>
|
||||
<div class="np-form-field">
|
||||
{% comment %} <div class="np-form-field">
|
||||
<label class="np-input-label" for="learner_phone_number">
|
||||
{% t shared.phone_number_optional %}
|
||||
</label>
|
||||
@ -54,7 +56,8 @@
|
||||
id="learner_phone_number"
|
||||
value="{{ form.phone_number }}"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
{% endcomment %}
|
||||
<div class="np-form-field np-open-access-terms">
|
||||
<input type="hidden" name="terms" value="0" />
|
||||
<input id="terms" type="checkbox" name="terms" value="1" />
|
||||
|
||||
Reference in New Issue
Block a user