Comprehensive reference guide of the syntax and the available parameters for all HubL tags.
Parameter | Type | Description | Default |
---|---|---|---|
limit | Number | Sets maximum number of comments. | 5000 |
select_blog | ”default” or blog ID | Specifies which blog is connected to the comments embed. This parameter accepts arguments of either "default" or a blog ID (available in the URL of the Blog dashboard). If want to use your default blog, this parameter is unnecessary. | default |
skip_css | Boolean | Setting this option to True will stop the blog comments CSS from loading. | false |
message | String | The message to display when there are no comments. By default, appears as empty (no text displayed). | "" |
Parameter | Type | Description | Default |
---|---|---|---|
select_blog | ”default” or blog ID | Selects the HubSpot blog to use. This parameter uses either an blog ID or “default” value. | "default" |
expand_link_text | String | Text link to display if more posts than max_links number available. Exclude parameter to omit link. | "see all" |
list_title | String | List title to display. | "" |
list_tag | String | Sets the tag used for the list. Value should generally be "ul" or "ol" . | "ul" |
title_tag | String | Sets the tag used for the list title. | "h3" |
max_links | Number | Maximum number of filter values to display. Excude parameter to show all. | 5 |
filter_type | Enumeration | Selects the type of filter. Possible values include "topic" , "month" , and "author" . | "topic" |
hsPostListingComplete(feeds)
, where feeds
is the jQuery selector on all feeds that have been completed. You will want to directly manipulate the DOM object in that function.Parameter | Type | Description | Default |
---|---|---|---|
select_blog | ”default” or blog ID | Selects the HubSpot blog to use for the listing. This parameter uses either an blog ID or "default" value. | "default" |
list_title | String | List title to display. | "" |
list_tag | String | Sets the tag used for the list. Value should generally be "ul" or "ol" . | "ul" |
title_tag | String | Sets the tag used for the list title. | "h3" |
listing_type | String | List the blog posts by most recent or most popular in a time range. Possible values include recent, popular_all_time, popular_past_year, popular_past_six_months, and popular_past_month. | "recent" |
max_links | Number | Maximum number of blog posts to list. | 5 |
include_featured_image | Boolean | Display featured image along with post link. | False |
Parameter | Type | Description | Default |
---|---|---|---|
blog_ids | Number | The IDs of the blogs to include posts from. If not specified, it will include posts from the default blog. | |
blog_post_ids | String | The IDs of the blog posts to use when finding relevant blog posts to list, separated by commas.Use this parameter only when the widget is appearing on pages. When used on blog posts, it will look for relevant posts based on the currently displaying blog post. | |
blog_post_override | String | The IDs of the blog posts which should always show up in the returned listing, despite all other parameter values and filters (comma separated). | |
limit | Number | The maximum number of blog posts to list. | 3 |
tags | String | The blog tags that should be used to determine if a post is relevant (comma separated). Blog posts with the specified tags will rank higher for relevancy. | |
tag_boost | Number | Increases the weight given to the tags specified in the tags parameter to generate related posts. Include this parameter to pull in posts more closely related to the currently displaying or specified posts. Accepts positive numbers. | |
start_date | datetime | Earliest published date.See an example below. | |
end_date | datetime | Latest published date.See an example below. | |
blog_authors | String | The names of authors to include posts from (comma separated).See an example below. | |
path_prefixes | String | URL paths or subdirectories to include posts from (comma separated). If a blog post has a similar prefix in its path, the post’s relevancy is increased, improving its ranking in the listing. | |
callback | String | The name of a JavaScript function to render returned blog posts. The function is passed an array of blog post objects to format. If neither the callback nor post_formatter parameter is specified, the tag will generate HTML in a default format.See an example below. | none |
post_formatter | String | The name of a custom macro to render returned blog posts. The macro is passed three parameters which are the blogs blog post object to format, the count in the iteration of blog posts, and the total count of blog posts in the results. If not specified or set to default , the built-in formatter will be used to format each post. | default |
allow_any_language | Boolean | When set to false , only posts in the same language as the page the tag is used on will appear. When set to true , the language restriction is ignored and all related posts are pulled in regardless of the page language. | False |
callback
parameter instead of post_formatter
to improve page loading speed.blog_authors
across two different blogs:
blog_post_ids
parameter, so it would be used on a page:
callback
parameter to control the HTML output of the post listing:
Parameter | Type | Description | Default |
---|---|---|---|
select_blog | ”default” or blog ID | Species which blog is connected to the share counters. This parameter accepts arguments of either "default" or a blog ID (available in the URL of the Blog dashboard). If you want to use your default blog, this parameter is unnecessary. | default |
downgrade_shared_url | Boolean | Use HTTP in the url sent to the social media networks. Used to preserve counts when upgrading domains to HTTPS only. | false |
Parameter | Type | Description | Default |
---|---|---|---|
select_blog | ”default” or blog ID | Selects which blog subscription form to render. This parameter accepts arguments of either "default" or a blog ID (available in the URL of the Blog dashboard). If want to use your default blog, this parameter is unnecessary. | default |
title | String | Defines text in an h3 tag title above the subscribe form. | "Subscribe Here!" |
no_title | Boolean | If True, the h3 tag above the title is removed. | false |
response_message | String | Defines the inline thank-you message that is rendered when a user submits a form. Supports HTML. | "Thanks for Subscribing!" |
edit_form_link | String | This parameter generates a link that allows users to click through to the corresponding Form editor screen. This option will only show in the editor UI if the modules has the parameter overrideable=True .For example, to replace HubID and form ID with the information from the URL of your default blog subscriber form: edit_form_link=" <ul>\n <li><a href="https://developers.hubspot.com/docs/forms/HubID/FormID/edit/" target="_blank">Default Blog</a></li> \n</ul> " . Note that the \n newline characters above add an extra line of padding before and after the link. |
export_to_template_context
.
Parameter | Type | Description | Default |
---|---|---|---|
value | Boolean | Determines whether the checkbox is checked or unchecked. | False |
export_to_template_context
.
Parameter | Type | Description |
---|---|---|
value | Boolean | The default field value for the dropdown |
choices | Sequence | A comma-separated list of values, or list of value-label pairs. The syntax for value label pairs is as follows: choices="[[\"value1\", \"Label 1\"], [\"value2\", \"Label 2\"]]" . The editor will display the label, while it will print the value to the page. |
<style>
or inline CSS, you will want to use the no_wrapper=True
parameter to remove the wrapper <span>
wrapper.
Parameter | Type | Description |
---|---|---|
color | String | A default HEX color value for the color picker |
Parameter | Type | Description |
---|---|---|
embed_code | String | The embed code for the CTA. \n differentiates line breaks. |
full_html | String | The embed code for the CTA (Same as embed_code). \n differentiates line breaks. |
image_src | String | Image src url that defines the preview image in the content editor. |
image_editor | String | Markup for the image editor preview |
guid | String | The unique ID number of the CTA. This ID number is available in the URL of the Details screen of a particular CTA. This parameter is used to choose which CTA to display by default. |
image_html | String | CTA image HTML without the CTA script.* |
image_email | String | Email-friendly version of the CTA code.* |
Parameter | Type | Description |
---|---|---|
value | String | Sets the default content HTML of the module. |
Parameter | Type | Description |
---|---|---|
module_id | String | The id of the module to render. |
path | String | The path of the module to render. Include leading slash for absolute path, otherwise path is relative to template. Reference HubSpot default modules with paths corresponding to their HubL tags such as @hubspot/rich_text, @hubspot/linked_image, etc. |
editor_placeholder
HubL tag. This can be useful when the module doesn’t have or need default content, or to streamline module building.
if
statement identifies whether the module is present. Then, the
elif
statement identifies if the module is being rendered in the context of
the editor using the is_in_editor
variable. This variable returns true
if
the content is being rendered in any content editor, but you can be more
specific with other in-app editor and preview
variables.meta.json
file.
Parameter | Type | Description |
---|---|---|
show_module_icon | Boolean | Whether to display the module’s icon. |
title | String | The title that appears in the placeholder. |
description | String | The description that appears in the placeholder. |
label
must follow the name
value for the flexible column to function in the content editor. For example, the following syntax is invalid:[% widget_container label="My label" "my_flexible_column" %}
Parameter | Type | Description |
---|---|---|
form_key | String | Specifies a unique ID for the form at the page level. |
form_to_use | String | Specifies which form to load by default, based on the Form ID. This ID is available in the form editor URL of a each form. |
title | String | Populates an h3 header tag above the form. |
no_title | Boolean | If True , the h3 tag above the title is removed. |
form_follow_ups_follow_up_type | Enumeration | Specifies follow up actions such as enrolling a contact into a workflow or sending a simple follow up email. Possible values include: no_action , simple , and automation . |
simple_email_for_live_id | Number | Specifies the ID of the simple follow-up email for the live page. |
simple_email_for_buffer_id | Number | Specifies the ID of the simple follow-up email for the auto-save version of a page. |
follow_up_type_simple | Boolean | If true, enables a simple follow-up email. Alternative to form_follow_ups_follow_up_type . |
follow_up_type_automation | Boolean | If true, enrolls submissions in a workflow. Alternative to form_follow_ups_follow_up_type . |
simple_email_campaign_id | Number | Specifies the ID of the simple follow-up email. Alternative to simple_email_for_live_id . |
form_follow_ups_workflow_id | Number | Specifies the ID of the workflow in which to enroll submissions. |
response_redirect_url | String | If redirecting to an external page, this parameter specifies the URL to redirect to. |
response_redirect_id | Number | If redirecting to HubSpot hosted page, this parameter specifies the page ID of that page. The page ID is available in the page editor URL of each page. |
response_response_type | Enumeration | Determines whether to redirect to another page or to display an inline thank you message on submission. The value of this parameter should either be "redirect" or "inline" (default). |
response_message | String | Sets an inline thank you message. This parameter supports HTML. |
notifications_are_overridden | Boolean | If set to True , the form will send form notifications to specified email addresses selected in the notifications_override_email_addresses parameter, instead of the form defaults. Default is False . |
notifications_override_guid_buffer | String | ID of override settings in auto-save version of page. |
notifications_override_guid | String | ID of override settings in live version of page. |
notifications_override_email_addresses | JSON | Block syntax supports a JSON list of email recipients that will be notified upon form submission. These email addresses will override the email notification settings set in the form. |
sfdc_campaign | String | Specifies the Salesforce campaign to enroll contacts who submit the form into. This parameter’s value should be the SFDC campaign ID and is only available for accounts that are integrated with Salesforce. |
gotowebinar_webinar_key | String | Specifies the GoToWebinar webinar to enroll contacts into after submitting the form. Only available for accounts using the GoToWebinar integration. |
webinar_id | String | A more generic field that specifies the ID of the Microsoft Teams or GoToWebinar webinar to enroll contacts into after submiting the form. Only available in accounts using the GoToWebinar or Microsoft Teams integrations, and when support_all_webinar_types is set to true in the form fields definition. |
webinar_source | String | The ID of the integration app, either GoToWebinar (35161 ) or Microsoft Teams (221635 ). |
Parameter | Type | Description | Default |
---|---|---|---|
slides | JSON | A JSON list of the default caption, the link url, the alt text, the image src, and whether to open in a new tab. See block syntax above. | |
loop_slides | Boolean | When True, continuously loop through slides. | True |
num_seconds | Number | Time in seconds to pause between slides. | 5 |
show_pagination | Boolean | Provide buttons below slider to navigate among slides. | True |
sizing | Enumeration | Determines whether the slider changes sizes, based on the height of the slides. Possible values include: “static” or “resize”. | "static" |
auto_advance | Boolean | Automatically advance slides after the time set in num_seconds. | False |
transition | Enumeration | Sets the type of slide transition. Possible values include: “fade” or “slide”. | "slide" |
caption_position | Enumeration | Affects positioning of caption on or below the slide. Possible values include “below” or “superimpose”. | "below" |
display_mode | Enumeration | Determines how the image gallery will be displayed. Possible values include: “standard”, “lightbox”, “thumbnail”. | "standard" |
lightboxRows | Number | If “display_mode” is set to “lightbox”, this parameter will control the number of rows displayed within the lightbox. | 3 |
Parameter | Type | Description | Default |
---|---|---|---|
header_tag | String | Select which heading tag to render. Possible values include: h1, h2, h3, h4, h5, h6. | h1 |
value | String | Renders default text within the heading module. | "A clear bold header" |
Parameter | Type | Description | Default |
---|---|---|---|
name | String | Name of the icon. | |
style | String | Style of the icon. Possible values: REGULAR or SOLID | REGULAR |
unicode | String | The Unicode character representation of the icon. | |
icon_set | String | The FontAwesome icon set to use. Possible values are:
| |
purpose | String | The purpose of the icon, used for accessibility. Possible values are decorative or semantic . If set to decorative , an additional attribute of aria-hidden="true" will be added to the icon. | decorative |
title | String | The title element of the icon’s svg, along with a labelledby attribute that points to the title. |
Parameter | Type | Description | Default |
---|---|---|---|
alt | String | Sets the default alt text for the image. | |
src | String | Populates the src attribute of the img tag. | |
width | Number | Sets the width attribute of the img tag. | The width of the image |
height | Number | Sets a min-height in a style attribute of the img tag for email templates only. | The height of the image |
hspace | Number | Sets the hspace attribute of the img tag. | |
align | String | Sets the align attribute of the img tag. Possible values include: left, right, & center. | |
style | String | Adds inline CSS declarations to the img tag. For example style=“border:1px solid blue; margin:10px” | |
loading | String | Controls img element loading attribute. Used for browser based lazy loading. |
no_wrapper=True
parameter, so that the image src can be added to inline CSS or other markup. An alternative to using this tag is to use the export_to_template_context
parameter.
Parameter | Type | Description |
---|---|---|
src | String | Specifies the default URL image src. |
Parameter | Type | Description | Default |
---|---|---|---|
display_mode | Enumeration | The language of the text in the language switcher. Values are:
| Localized |
Parameter | Type | Description | Default |
---|---|---|---|
alt | String | Sets the default alt text for the image. | |
src | String | Populates the src attribute of the img tag. | |
width | Number | Sets the width attribute of the img tag. | The width of the image |
height | Number | Sets a min-height in a style attribute of the img tag for email templates only. | The height of the image |
hspace | Number | Sets the hspace attribute of the img tag. | |
align | String | Sets the align attribute of the img tag. Possible values include: left, right, & center. | |
style | String | Adds inline CSS declarations to the img tag. For example style=“border:1px solid blue; margin:10px” | |
open_in_new_tab | Boolean | Selects whether or not to open the destination URL in another tab. | False |
link | String | Sets the destination URL of the link that wraps the img tag. | |
target | String | Sets the target attribute of the link tag. | |
loading | String | Controls img element loading attribute. Used for browser based lazy loading. |
Parameter | Type | Description | Default |
---|---|---|---|
alt | String | Sets the default alt text for the image. | Value in brand kit settings |
src | String | Populates the src attribute of the img tag. | Value in brand kit settings |
link | String | Sets the destination URL of the link that wraps the img tag. | |
width | Number | Sets the width attribute of the img tag. | The width of the image |
height | Number | Sets a min-height in a style attribute of the img tag for email templates only. | The height of the image |
hspace | Number | Sets the hspace attribute of the img tag. | |
align | String | Sets the align attribute of the img tag. Possible values include: left , right , and center . | |
style | String | Adds inline CSS declarations to the img tag. For example:style="border:1px solid blue; margin:10px" | |
suppress_company_name | Boolean | Hides company name if an image logo isn’t set. | False |
use_account_default | Boolean | Set to true to use the company name from the account’s default settings. | False |
open_in_new_tab | Boolean | Selects whether or not to open the destination URL in another tab. | False |
override_inherited_src | Boolean | When set to true , use src from logo widget rather than src inherited from settings or template. | True |
heading_level | String | When using non-linked text-based logos, this wraps the text-based logo in one of the following available options as an HTML tag: h1 , h2 , h3 , h4 . | h1 |
loading | String | Controls img element loading attribute for browser based lazy loading. |
id
is set to null
the menu tag will render the default menu for the HubSpot account.
Parameter | Type | Description | Default |
---|---|---|---|
id | Number | ID of Menu Tree from Advanced Menus in Content Settings. | |
site_map_name | String | Name of Menu Tree from Advanced Menus in Content Settings. | "default" |
root_type | Enumeration | Specifies the type of advanced menus. Options include: “site_root”, “top_parent”, “parent”, “page_name”, “page_id”, and “breadcrumb”. These values correspond to static, dynamic by section, dynamic by page, and breadcrumb. | "site_root" |
flyouts | String | When true, a class is added to the menu tree that can be styled to allow child menu items will appear when you hover over the parent. When false, child menu items will always appear. | "true" |
max_levels | Number | Determines how many levels of nested menus render in the markup. This parameter dictates number of menu tree children that can be expanded in the menu. | 2 |
flow | Enumeration | Sets orientation of menu items. This adds classes to menu tree, so that they can be styled accordingly. Possible values include “horizontal”, “vertical” or “vertical_flyouts”. Horizontal menus display items side-by-side, and vertical menus are top-to-bottom. | "horizontal" |
root_key | String | Used to find the menu root. When root_type is set to page_id or page_name, this param should be the page ID or the label of the page, respectively. | "horizontal" |
label | String | Some rich content to describe this entity | False |
label | String | Some rich content to describe this entity | False |
<head>
.
This tag is similar to the require_css function, except that this tag inserts styling inline rather than from a stylesheet. This tag also does not deduplicate against other instances of the CSS on the same page. If you’re building a module and want to insert a stylesheet, but you might use that module multiple times on a single page, you may want to use the require_css
function instead.
standard_header_includes
which is in the template’s <head>
. For most Javascript and CSS see require_js
and require_css
. Some use-cases for require_head
include supplying meta tags, and special link tags (like prefetch and preconnect) from modules.
<head />
from a different file via a <script />
element (as opposed to inline as shown here), use the HubL function require_js(absolute_url)
instead.
Parameter | Type | Description | Default |
---|---|---|---|
position | String | Set the position where the inline script will be rendered. Options include: "head" and "footer" . | "footer" |
Parameter | Type | Description | Default |
---|---|---|---|
html | String | Default rich text content for module. | <h2>Something Powerful</h2> <h3>Tell The Reader More</h3> <p>The headline and subheader tells us what you're offering, and the form header closes the deal. Over here you can explain why your offer is so great it's worth filling out a form for.</p> <p>Remember:</p> <ul><li>Bullets are great</li><li>For spelling out [benefits](#) and</li><li>Turning visitors into leads.</li></ul> |
hsRssFeedComplete(feeds)
, where feeds
is the jQuery selector on all feeds that have been completed. You can directly manipulate the DOM object in that function.Parameter | Type | Description | Default |
---|---|---|---|
show_title | Boolean | Shows or hides RSS feed title. | True |
show_date | Boolean | Displays post date. | True |
show_author | Boolean | Displays author name. | True |
show_detail | Boolean | Display post summary up to number of characters set by limit_to_chars parameter. | True |
title | String | Populates a heading above the RSS feed listing. | |
limit_to_chars | Number | Maximum number of characters to display in summary. | 200 |
publish_date_format | String | Format for the publish date. Possible values include "short" , "medium" and "long" . Also accepts custom formats including "MMMM d, yyyy 'at' h:mm a" . | "short" |
attribution_text | String | The text which attributes an author to a post. | "by" |
click_through_text | String | The text which will be displayed for the click through link at the end of a post summary. | "Read more" |
publish_date_text | String | The text which indicates when a post was published. | "posted at" |
include_featured_image | Boolean | Displays featured image with post link for HubSpot generated RSS feeds. | False |
item_title_tag | String | Specifies HTML tag of each post title. | span |
is_external | Boolean | RSS feed is from an external blog. | False |
number_of_items | Number | Maximum number of posts to display. | 5 |
publish_date_language | String | Specifies the language of the publish date. | en_US |
rss_url | String | The URL where the RSS feed is located. | |
content_group_id | String | ID for blog when feed source is internal blog. | |
select_blog | String | Can be used to select an internal HubSpot blog feed. | default |
feed_source | String | Set source for RSS feed. When internal, general format is {rss_url="", is_external=False, content_group_id="2502431580"} . When external, general format is {rss_url="http://blog.hubspot.com/marketing/rss.xml", is_external=True} . | |
tag_id | Number | ID for tag when feed source is internal blog. |
<p>
subheader.
Parameter | Type | Description | Default |
---|---|---|---|
header | String | Text to display in header. | "A clear and bold header" |
subheader | String | Text to display in subheader. | "A more subdued subheader" |
heading_level | String | The semantic HTML heading level. h1 to h6 are supported. | "h1" |
Parameter | Type | Description | Default |
---|---|---|---|
orientation | Enumeration | Defines classes of menu markup to allow to style the orientation of menu items on the page. Possible values include "horizontal" and "vertical" . | "horizontal" |
menu_tree | JSON | Menu structure including page link names and target URLs. | [] |
Parameter | Type | Description | Default |
---|---|---|---|
use_page_url | Boolean | If true, the module shares the URL of the page by default. | True |
link | String | Specifies a different URL to share, if use_page_url is false. | |
pinterest | JSON | Parameters for Pinterest link format and icon image source. | See block syntax example, above |
twitter | JSON | Parameters for Twitter link format and icon image source. | See block syntax example, above |
linked_in | JSON | Parameters for LinkedIn link format and icon image source. | See block syntax example, above |
facebook | JSON | Parameters for Facebook link format and icon image source. | See block syntax example, above |
email | JSON | Parameters for email sharing link format and icon image source. | See block syntax example, above |
Parameter | Type | Description | Default |
---|---|---|---|
header | String | Renders text in an h1 tag above the unsubscribe form. | "Email Unsubscribe" |
input_help_text | String | Renders help text in an h3 tag above your email unsubscribe form field. | "Your email address:" |
input_placeholder | String | Adds placeholder text within the email address form field. | "email@example.com" |
button_text | String | Changes the text of the unsubscribe form submit button. | "Unsubscribe" |
Parameter | Type | Description | Default |
---|---|---|---|
header | String | Renders text in an h1 tag above the subscription preferences form. | "Communication Preferences" |
subheader_text | String | Populates text below the heading above the unsubscribe preferences. | "<p>If this is not your email address, please ignore this page since the email associated with this page was most likely forwarded to you.</p>" |
unsubscribe_single_text | String | Renders text in a <p class="header"> above the subscription options. | "Uncheck the types of emails you do not want to receive:" |
unsubscribe_all_text | String | Renders text in a <p class="header"> above the unsubscribe from all emails checkbox input. | "Or check here to never receive any emails:" |
unsubscribe_all_unsubbed_text | String | Populates text within a <p> that renders, if a contact is currently unsubscribed from all emails. | "You are presently unsubscribed from all of our emails. Would you like to receive our emails again?" |
unsubscribe_all_option | String | Sets the text next to the unsubscribe from all emails checkbox input. | "Unsubscribe me from all mailing lists." |
button_text | String | Sets the text of the submit button that updates subscription preferences. | "Update email preferences" |
resubscribe_button_text | String | Sets the text of the submit button for when contacts are resubscribing. | "Yes, resubscribe me!" |
Parameter | Type | Description | Default |
---|---|---|---|
header | String | Renders text in an h1 tag above the unsubscribe form. | "Communication Preferences" |
subheader_text | String | Populates text above the confirmation message. | "<p>If this is not your email address, please ignore this page since the email associated with this page was most likely forwarded to you.</p>" |
unsubscribe_all_success | String | Sets the text that will display when someone unsubscribes from all email communications. | "You have successfully unsubscribed from all email communications." |
subscription_update_success | String | Sets the text when a recipient updates his or her subscription preferences. | "You have successfully updated your email preferences." |
Parameter | Type | Description | Default |
---|---|---|---|
email_label | String | The label for the email entry field. | "Email" |
password_label | String | The label for the password entry field. | "Password" |
remember_me_label | String | The label for the “Remember Me” checkbox. | "Remember Me" |
reset_password_text | String | The text for the password reset hyperlink. | "Forgot your password?" |
submit_button_text | String | The text for the submit button. | "Login" |
show_password | String | The text for the password reveal link. | "Show password" |
Parameter | Type | Description | Default |
---|---|---|---|
email_label | String | The label for the email entry field. | "Email" |
password_label | String | The label for the password entry field. | "Password" |
password_confirm_label | String | The label for the password confirmation field. | "Confirm Password" |
submit_button_text | String | The text for the submit button. | "Save Password" |
show_password | String | The text for the password reveal link. | "Show password" |
Parameter | Type | Description | Default |
---|---|---|---|
email_label | String | The label for the email entry field. | "Email" |
submit_button_text | String | The text for the submit button. | "Send Reset Email" |
password_reset_message | String | The message that displays after requesting the password reset email. | False |
Parameter | Type | Description | Default |
---|---|---|---|
password_label | String | The text label for the password input field. | "Email" |
password_confirm_label | String | The text label for the password confirmation input field. | "Send Reset Email" |
submit_button_text | String | The text label for the form submit button. | False |
show_password | String | The text label for the button to unhide the entered password value. | False |
password_requirements | String | The text label that describes password requirements. | False |
Parameter | Type | Description | Default |
---|---|---|---|
submit_button_text | String | Label for button below password entry field. | "Submit" |
bad_password_message | String | Message displayed if incorrect password entered. | "<p>Sorry, please try again.</p>" |
password_placeholder | String | Defines placeholder text within the password field. | "Password" |
no_wrapper=True
parameter. For example, if you wanted your end users to be able to define a destination of a predefined anchor, you could populate the href
with a text module with no_wrapper=True
.
Parameter | Type | Description |
---|---|---|
value | String | Sets the default text of the single line text field. |
no_wrapper=true
parameter.
Parameter | Type | Description |
---|---|---|
value | String | Sets the default text of the textarea. |
Parameter | Type | Description | Default |
---|---|---|---|
hide_playlist | Boolean | Hide the video playlist. | True |
playlist_color | String | A HEX color value for the playlist. | |
play_button_color | String | A HEX color value for the play and pause buttons. | #2A2A2A |
embed_button | Boolean | Display embed button on the player | False |
viral_sharing | Boolean | Display the social networks sharing button on the player. | False |
width | Number | Width of the embedded video player. | Auto |
height | Number | Height of the embedded video player. | Auto |
player_id | Number | The player_id of the video to embed. | |
style | String | Additional style for player. | |
conversion_asset | JSON | Event setting for player. Can render CTA or Form before or after video plays. This parameter takes a JSON object with three parameters: type (FORM or CTA), id (The guid of the type object), position (POST or PRE). | See above example |
placeholder_alt_text | String | The video’s alt text. |