sa-lp-form v2026-06-15
Rendered live Spanish landing-page intake form contract. Added because the live Spanish LP form passed QA but was not separately represented in the registry.
Source skill: wp-form-deploy-qa · Updated 2026-06-15 14:51:59
When to use
Spanish-language landing-page form placements that should preserve Litify, email, and tracking routing.
Rules & constraints
- Must keep sa-homepage-custom-form or sa-custom-contact-intake-form approved class, POST method, /sal/v1/contact-intake route, required hidden attribution fields, redirect fields, and sal_contact_intake_submit marker. Verify with rendered-form-contract-qa before deployment.
Live reference
Deployment notes
Created from the rendered live site on 2026-06-15 after full form QA passed. The stored HTML is a known-working rendered contract example; adapt visible copy carefully but keep field names and hidden attribution fields intact.
HTML
<!-- sa-form-label-submit-guard-2026-06-15 -->
<style id="sa-form-label-submit-guard-2026-06-15">
.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}
.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}
.sa-custom-contact-intake-form .sa-field-control > input,
.sa-custom-contact-intake-form .sa-field-control > select,
.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}
.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}
.sa-custom-contact-intake-form button[type="submit"],
.sa-custom-contact-intake-form .submit,
.sa-custom-contact-intake-form input[type="submit"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}
</style>
<form action="#" class="sa-lp-form sa-custom-contact-intake-form" cr-attached="true" data-rest-endpoint="https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake" data-sal-attribution-ready="1" data-sal-bridge-rest-attached="1" data-sal-form-configured="20260529" data-sal-submit-ready="1" method="post" novalidate="">
<div class="sa-lp-field">
<label for="sa-lp-name">Nombre completo</label>
<input autocomplete="name" id="sa-lp-name" name="nombre" required="" type="text"/>
</div>
<div class="sa-lp-field">
<label for="sa-lp-phone">Teléfono</label>
<input autocomplete="tel" id="sa-lp-phone" name="telefono" required="" type="tel"/>
</div>
<div class="sa-lp-field">
<label for="sa-lp-type">Tipo de accidente</label>
<select id="sa-lp-type" name="tipo" required="">
<option value="">Seleccione una opción</option>
<option value="auto">Auto</option>
<option value="camion">Camión</option>
<option value="motocicleta">Motocicleta</option>
<option value="peaton">Peatón</option>
<option value="otro">Otro</option>
</select>
</div>
<div class="sa-lp-field">
<label for="sa-lp-msg">Cuéntenos qué pasó</label>
<textarea id="sa-lp-msg" name="mensaje" rows="3"></textarea>
</div>
<button class="sa-lp-form-submit submit" type="submit">Enviar Mi Consulta</button>
<p class="sa-lp-form-disclaimer">La consulta es gratuita y confidencial. No paga nada a menos que ganemos.</p>
<input name="sal_contact_intake_submit" type="hidden" value="1"/><input name="page_title" type="hidden" value="Abogado De Lesiones Personales | Sam Aguiar"/><input name="success_redirect" type="hidden" value="https://aguiarinjurylawyers.com/contact-us/thank-you/"/><input name="error_redirect" type="hidden" value="https://aguiarinjurylawyers.com/contact-us/?intake=error"/><input name="page_url" type="hidden" value="https://aguiarinjurylawyers.com/lesiones-personales/?registry_capture=20260615"/><input name="landing_page_url" type="hidden" value="https://aguiarinjurylawyers.com/lesiones-personales/?registry_capture=20260615"/><input name="last_page_url" type="hidden" value="https://aguiarinjurylawyers.com/lesiones-personales/?registry_capture=20260615"/><input name="gclid" type="hidden" value=""/><input name="gbraid" type="hidden" value=""/><input name="wbraid" type="hidden" value=""/><input name="utm_source" type="hidden" value=""/><input name="utm_medium" type="hidden" value=""/><input name="utm_campaign" type="hidden" value=""/><input name="utm_term" type="hidden" value=""/><input name="utm_content" type="hidden" value=""/><input name="referrer" type="hidden" value=""/><input name="company" type="hidden" value=""/><input name="full_name" type="hidden" value=""/><input name="phone" type="hidden" value=""/><input name="email" type="hidden" value=""/><input name="case_type" type="hidden" value="Website Form"/><input name="injured_status" type="hidden" value=""/><input name="message" type="hidden" value=""/></form>
CSS
No CSS on file yet. Edit this element to add it.