# getresponse/1.3.8/layouts/widget/layout_1/layout.php

GetResponse Forms by Optin Cat, version 1.3.8. 107 lines.

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

```php
<?php

/**
 * @package    Optin Cat
 */

$layout = array(

	'name' => __( 'Layout 1' ),

	'editables' => array(

		// Added to the fieldset "Form Background"
		'form' => array(
			'.fca_eoi_layout_1' => array(
				'background-color' => array( __( 'Form Background Color' ), '' ),
				'border-color' => array( __( 'Border Color' ), '#D2D2D2' ),
			),
		),

		// Added to the fieldset "Headline"
		'headline' => array(
			'.fca_eoi_layout_1 .fca_eoi_layout_1_headline_copy_wrapper' => array(
				'font-size' => array( __('Font Size'), '25px'),
				'color' => array( __('Font Color'), '#2B6B98'),
			),
		),
		'description' => array(
			'.fca_eoi_layout_1 .fca_eoi_layout_1_description_copy_wrapper p' => array(
				'font-size' => array( __('Font Size'), '14px'),
				'color' => array( __('Font Color'), '#6D6D6D'),
			),
		),
		'name_field' => array(
			'.fca_eoi_layout_1 .fca_eoi_layout_1_name_field_wrapper, .fca_eoi_layout_1 .fca_eoi_layout_1_name_field_wrapper input' => array(
				'color' => array( __( 'Font Color' ), '#7f7f7f' ),
				'background-color' => array( __( 'Background Color' ), '#F5F5F5' ),
			),
			'.fca_eoi_layout_1 .fca_eoi_layout_1_name_field_wrapper' => array(
				'border-color' => array( __('Border Color'), '#CCC'),
			),
		),
		'email_field' => array(
			'.fca_eoi_layout_1 .fca_eoi_layout_1_email_field_wrapper, .fca_eoi_layout_1 .fca_eoi_layout_1_email_field_wrapper input' => array(
				'color' => array( __( 'Font Color' ), '#7f7f7f' ),
				'background-color' => array( __( 'Background Color' ), '#F5F5F5'),
			),
			'.fca_eoi_layout_1 .fca_eoi_layout_1_email_field_wrapper' => array(
				'border-color' => array( __( 'Border Color' ), '#CCC'),
			),
		),
		'button' => array(
			'.fca_eoi_layout_1 .fca_eoi_layout_1_submit_button_wrapper input' => array(
				'font-size' => array( __('Font Size'), '14px'),
				'color' => array( __( 'Font Color' ), '#963' ),
				'background-color' => array( __( 'Button Color' ), '#f5d03b' ),
				'border-color' => array( __( 'Border Color' ), '#EEC22B' ),
			),
			'.fca_eoi_layout_1 .fca_eoi_layout_1_submit_button_wrapper input:hover' => array(
				'background-color' => array( __( 'Hover Background Color' ), '#FC3' ),
			),
		),
		'privacy' => array(
			'.fca_eoi_layout_1 .fca_eoi_layout_1_privacy_copy_wrapper' => array(
				'font-size' => array( __('Font Size'), '14px'),
				'color' => array( __('Font Color'), '#8F8F8F'),
			),
		),
		'fatcatapps' => array(
			'.fca_eoi_layout_1 .fca_eoi_layout_1_fatcatapps_link_wrapper a, .fca_eoi_layout_1 .fca_eoi_layout_1_fatcatapps_link_wrapper a:hover' => array(
				'color' => array( __('Font Color'), '#BAA34E'),
			),
		),
	),

	'autocolors' => array(
		array(
			'source' => '[.fca_eoi_layout_1 .fca_eoi_layout_1_submit_button_wrapper input][background-color]',
			'destination' => '[.fca_eoi_layout_1 .fca_eoi_layout_1_submit_button_wrapper input][border-color]',
			'operations' => array(
				'spin' => '-1.6029776674937963',
				'desaturate' => '5.13842370797476',
				'darken' => '4.5098039215686225',
			),
		),
		array(
		'source' => '[.fca_eoi_layout_1 .fca_eoi_layout_1_submit_button_wrapper input][background-color]',
			'source' => '[.fca_eoi_layout_1 .fca_eoi_layout_1_submit_button_wrapper input][background-color]',
			'destination' => '[.fca_eoi_layout_1 .fca_eoi_layout_1_submit_button_wrapper input:hover][background-color]',
			'operations' => array(
				'spin' => '-0.010217486498312667',
				'saturate' => '-0.08718050326927962',
				'lighten' => '-11.568627450980395',
			),
		),
	),

	'texts' => 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.",
	),
);

```
