CMS Development

yshinzato
Contributor

HS Form Module Open in New Window

Hi, how can I add the target="_blank" code to a Form Module? It's not opening in a new window and we do not want it to redirect to a new page (it's for free content download)

 

<div class="blox_form {% if module.styling.animate_content %}fw-animated-element{% endif %}" {% if module.styling.animate_content %}data-animation-type="fadeInUp"{% endif %} style="padding-top: {{ module.form.top_padding }}px; max-width: {{ module.form.form_width }}%;" target="_blank">
{% form
form_to_use="{{ module.form.form_field.form_id }}"
response_response_type="{{ module.form_field.response_type }}"
response_message="{{ module.form_field.message }}"
response_redirect_id="{{ module.form_field.redirect_id }}"
response_redirect_url="{{module.form_field.redirect_url}}"
notifications_are_overridden="{{ module.form.send_form_notifications }}"
notifications_override_email_addresses="{{ module.form.email_addresses }}"
form_follow_ups_workflow_id="{{ module.form.workflow_field }}"
follow_up_type_simple="{{ module.form.send_a_follow_up_email }}"
simple_email_campaign_id="{{ module.form.followup_email }}"
%}
</div>

0 Upvotes
1 Reply 1
jennysowyrda
Community Manager
Community Manager

HS Form Module Open in New Window

Hi @yshinzato,

 

Do you have a link to the page you're working on? Can you please share what you have tried so far and what your end goal is (through screenshots or examples)?

 

The more information, screenshots and details you can provide, the better the Community can assist.

 

Thank you,
Jenny

0 Upvotes