# getresponse/1.5.1/layouts/widget/layout_2/layout-new.php

GetResponse Forms by Optin Cat, version 1.5.1. 17 lines.

- Page: https://pluginprobe.com/plugins/getresponse/1.5.1/code/layouts/widget/layout_2/layout-new.php
- Raw: https://pluginprobe.com/plugins/getresponse/1.5.1/raw/layouts/widget/layout_2/layout-new.php
- Modified: 2016-02-23T03:21:24+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.1/code/layouts/widget/layout_2/layout-new.php#L10-L20`.

```php
<?php

/**
 * @package    Optin Cat
 */

require_once dirname( __FILE__ ) . '/../../common/layout_2/layout.php';

$layout = fca_eoi_layout_descriptor_2( 'Layout 2', 'layout_2', array(
	'headline_copy' => 'Email Goodies',
	'description_copy' => 'Subscribe now and be the first to receive all the latest updates!',
	'name_placeholder' => 'Name',
	'email_placeholder' => 'Email',
	'button_copy' => 'Sign Up Now',
	'privacy_copy' => "We respect your privacy.",
) );

```
