Last active
January 6, 2017 20:08
-
-
Save perryqh/9a2b22c46e7928e2385342d729502697 to your computer and use it in GitHub Desktop.
Core Logic Longer Form Apply
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="{{set-in-dashboard}}" method="post" target="_blank" class="cta"> | |
<input type="hidden" name="unitNumber" data-swap-value="apartment.name"/> | |
<input type="hidden" name="leaseTerm" value="{{lease-term-set-in-dashboard}}"/> | |
<input type="hidden" name="moveInDate" data-swap-value="moveInDate"/> | |
<input type="hidden" name="buildingId" data-swap-value="apartment.building"/> | |
<div class="form-field"> | |
<label for="firstName">FirstName</label> | |
<input type="text" name="firstName" value="" required/> | |
</div> | |
<div class="form-field"> | |
<label for="lastName">Last Name</label> | |
<input type="text" name="lastName" value="" required/> | |
</div> | |
<div class="form-field"> | |
<label for="email">Email</label> | |
<input type="email" name="email" value="" required/> | |
</div> | |
<div class="form-field"> | |
<label for="phone">Phone</label | |
><input type="tel" name="phone" value="" required/> | |
</div> | |
<input type="submit" class="floorplan-card-cta no-cta" value="Send"/> | |
</form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
id: 1092548, | |
name: "CoreLogic Longer Form Apply", | |
url: "/api/v1/locations/g5-cl-i6453t99-advantage-self-storage-jefferson-avenue/html_forms/long_apply", | |
external_id: "online_application_long_corelogic", | |
action_type: "online_application_long_corelogic", | |
auto_submit: false, | |
is_external: false, | |
redirect_url: null, | |
show_raw_form: true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment