{exp:freeform:form form_name="{stash:form_name}" required="name|email|address-line1|city|state_province_region|postal-code|country" form:class="sky-form" inline_errors="yes" inline_error_return="{segment_1}/{segment_2}/{stash:form_name}/"} {exp:subscriber:form form_id="1"} {freeform:field:unique_hash}
Your Information
{if freeform:error:name}
This is a required field.
{/if}
{!-- end .row --}
{if freeform:error:email}
Enter a valid email address.
{/if}
{!-- end .row --}
Mailing Address
{if freeform:error:address-line1}
Enter a street address.
{/if}
{if freeform:error:city}
Enter a city.
{/if}
{if freeform:error:state_province_region}
Enter a state or province.
{/if}
{if freeform:error:postal-code}
Enter a Zip or postal code.
{/if}
{if freeform:error:country}
Select a country.
{/if}
{!-- end .row --}
{/exp:freeform:form}