# getresponse/1.3.5/layouts/lightbox/lightbox_1/layout-new.php

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

- Page: https://pluginprobe.com/plugins/getresponse/1.3.5/code/layouts/lightbox/lightbox_1/layout-new.php
- Raw: https://pluginprobe.com/plugins/getresponse/1.3.5/raw/layouts/lightbox/lightbox_1/layout-new.php
- 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/lightbox/lightbox_1/layout-new.php#L10-L20`.

```php
<?php

/**
 * @package    Optin Cat
 */

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

$layout = fca_eoi_layout_descriptor_1( 'Popup 1', 'lightbox_1', array(
	'headline_copy' => 'Free Email Updates',
	'description_copy' => 'Get the latest content first.',
	'name_placeholder' => 'Name',
	'email_placeholder' => 'Email',
	'button_copy' => 'Join Now',
	'privacy_copy' => "100% Privacy. We don't spam.",
) );

```
