{% inline_rich_text field="additional_content_block_group.more_texts_block" value="" %}
{% if module.additional_content_block_group.if_form_needed %}
	<!-- HTML to show when checked -->
{% endif %}
{% if module.additional_content_block_group.form_top_image_on %}
	<!-- HTML to show when checked -->
{% endif %}
{% if module.additional_content_block_group.form_top_image.src %}
	{% set sizeAttrs = 'width="" height=""' %}
	{% if module.additional_content_block_group.form_top_image.size_type == 'auto' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% elif module.additional_content_block_group.form_top_image.size_type == 'auto_custom_max' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% endif %}
	 {% set loadingAttr = module.additional_content_block_group.form_top_image.loading != 'disabled' ? 'loading=""' : '' %}
	<img src="" alt=""  >
{% endif %}
{% inline_text field="additional_content_block_group.form_tite" value="" %}
{% inline_text field="additional_content_block_group.form_subtitle" value="" %}
{% form
	form_to_use=""
	response_response_type=""
	response_message=""
	response_redirect_id=""
	response_redirect_url=""
	gotowebinar_webinar_key=""
%}