# getresponse/1.5.0/layouts/widget/layout_1/layout.html

GetResponse Forms by Optin Cat, version 1.5.0. 18 lines.

- Page: https://pluginprobe.com/plugins/getresponse/1.5.0/code/layouts/widget/layout_1/layout.html
- Raw: https://pluginprobe.com/plugins/getresponse/1.5.0/raw/layouts/widget/layout_1/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.5.0/code/layouts/widget/layout_1/layout.html#L10-L20`.

```html
<form>
	{{#headline_copy}}<h3 class="fca_eoi_layout_1_headline_copy_wrapper">{{{headline_copy}}}</h3>{{/headline_copy}}
	{{#description_copy}}
		<div class="fca_eoi_layout_1_description_copy_wrapper">{{{description_copy}}}</div>
	{{/description_copy}}
	<div class="fca_eoi_layout_1_inputs_wrapper">
		{{#show_name_field}}
			<p class="fca_eoi_layout_1_name_field_wrapper"><i class="fa fa-user"></i>{{{name_field}}}</p>
		{{/show_name_field}}
		<p class="fca_eoi_layout_1_email_field_wrapper"><i class="fa fa-envelope"></i>{{{email_field}}}</p>
		<p class="fca_eoi_layout_1_submit_button_wrapper">{{{submit_button}}}</p>
	</div>
	{{#privacy_copy}}
		<p class="fca_eoi_layout_1_privacy_copy_wrapper">{{{privacy_copy}}}</p>
	{{/privacy_copy}}
	{{{fatcatapps_link}}}
</form>

```
