# getresponse/1.3.5/layouts/postbox/postbox_5/layout.html

GetResponse Forms by Optin Cat, version 1.3.5. 24 lines.

- Page: https://pluginprobe.com/plugins/getresponse/1.3.5/code/layouts/postbox/postbox_5/layout.html
- Raw: https://pluginprobe.com/plugins/getresponse/1.3.5/raw/layouts/postbox/postbox_5/layout.html
- Modified: 2015-06-12T09:52:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getresponse/1.3.5/code/layouts/postbox/postbox_5/layout.html#L10-L20`.

```html
<form>

	{{#headline_copy}}
		<h3 class="fca_eoi_postbox_5_headline_copy_wrapper">{{{headline_copy}}}</h3>
	{{/headline_copy}}

	{{#description_copy}}
		<div class="fca_eoi_postbox_5_description_copy_wrapper">{{{description_copy}}}</div>
	{{/description_copy}}

	{{#show_name_field}}
		<p class="fca_eoi_postbox_5_name_field_wrapper">{{{name_field}}}</p>
	{{/show_name_field}}

	<p class="fca_eoi_postbox_5_email_field_wrapper {{^show_name_field}}fca_eoi_postbox_5_no_name{{/show_name_field}}">{{{email_field}}}</p>

	<p class="fca_eoi_postbox_5_submit_button_wrapper">{{{submit_button}}}</p>
	{{#privacy_copy}}
		<p class="fca_eoi_postbox_5_privacy_copy_wrapper">{{{privacy_copy}}}</p>
	{{/privacy_copy}}

	{{{fatcatapps_link}}}
</form>

```
