Skip to content

Instantly share code, notes, and snippets.

@perryqh
Created January 9, 2017 18:53
Show Gist options
  • Save perryqh/2fd2a9317140de405d43bcdce77aec53 to your computer and use it in GitHub Desktop.
Save perryqh/2fd2a9317140de405d43bcdce77aec53 to your computer and use it in GitHub Desktop.
corelogic hidden form
<form action="{{the-corelogic-action-url}}" method="post" target="_blank" class="cta">
<input type="hidden" name="unitNumber" data-swap-value="apartment.name"/>
<input type="hidden" name="leaseTerm" value="{{location_setting.default_lease_term_months}}"/>
<input type="hidden" name="moveInDate" data-swap-value="moveInDate"/>
<input type="hidden" name="buildingId" data-swap-value="apartment.building"/>
<input type="submit" class="floorplan-card-cta no-cta" data-swap-value="cta.name">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment