# getresponse/1.8.0/layouts/widget/layout_2/layout.html

GetResponse Forms by Optin Cat, version 1.8.0. 25 lines.

- Page: https://pluginprobe.com/plugins/getresponse/1.8.0/code/layouts/widget/layout_2/layout.html
- Raw: https://pluginprobe.com/plugins/getresponse/1.8.0/raw/layouts/widget/layout_2/layout.html
- Modified: 2016-07-26T19:45:02+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.8.0/code/layouts/widget/layout_2/layout.html#L10-L20`.

```html
<form>
	<h3 class="ribbon">
		<span class="ribbon-content">
			<span class="fca_eoi_layout_2_headline_copy_wrapper">{{{headline_copy}}}</span>
		</span>
	</h3>
	<div class="fca_eoi_layout_2_description_copy_wrapper">{{{description_copy}}}</div>
	
	<p class="fca_eoi_layout_2_name_field_wrapper">
		<i class="fa fa-user"></i>{{{name_field}}}
	</p>
	
	<p class="fca_eoi_layout_2_email_field_wrapper">
		<i class="fa fa-envelope"></i>{{{email_field}}}
	</p>

	<p class="fca_eoi_layout_2_submit_button_wrapper">
		{{{submit_button}}}
	</p>
	<p class="fca_eoi_layout_2_privacy_copy_wrapper">
		{{{privacy_copy}}}
	</p>
	{{{fatcatapps_link}}}
</form>

```
