array(
'classic' => array(
array(
'selector' => '.contact-form-box .col-md-3',
'html' => '
',
'append' => '0',
),
array(
'selector' => '.contact-form-box .submit',
'html' => '',
'append' => '3',
),
array(
'selector' => '.contact-form-box .submit',
'html' => '',
'append' => '3',
'css' => '.stgr_contact{display:inline-block;vertical-align:middle;}',
),
),
'st' => array(
array(
'selector' => '.contact-form-box .contact_info_box',
'html' => '',
'append' => '0',
),
array(
'selector' => '.contact-form-box .col-md-3',
),
),
),
'login' => array(
'classic' => array(
'selector' => 'body#authentication #login_form .submit',
'html' => '',
'append' => '1',
),
'st' => array(
'selector' => 'body#authentication #login_form .form_content_inner',
'html' => '',
'append' => '0',
),
),
'register' => array(
'selector' => 'body.authentication #account-creation_form .submit',
'html' => '',
'append' => '1',
'css' => '.stgr_register .g-recaptcha{display:inline-block;}',
),
'opclogin' => array(
'classic' => array(
'selector' => 'body#order-opc #login_form .submit',
'html' => '',
'append' => '1',
),
'st' => array(
'selector' => 'body#order-opc #login_form .submit',
'html' => '',
'append' => '0',
),
),
'opcregister' => array(
'selector' => '#new_account_form .submit',
'html' => '',
'append' => '1',
),
'stnewsletter' => array(
'selector' => '.st_news_letter_form',
'html' => '',
'append' => '0',
),
'blocknewsletter' => array(
'selector' => 'button[name="submitNewsletter"]',
'html' => '
',
'append' => '8',
),
'productcomments' => array(
'selector' => '#new_comment_form_footer',
'html' => '',
'append' => '1',
'm_t' => 10,
),
'stblogcomments' => array(
'selector' => 'form[name=st_blog_comment_form] #comment_textarea',
'html' => '',
'append' => '1',
),
);
$fields_form['1.7'] = array(
'contact' => array(
'classic' => array(
array(
'selector' => '.contact-form .form-fields',
'html' => '',
'append' => '0',
),
array(
'selector' => '.contact-form .form-footer',
'html' => '',
'append' => '3',
'css' => '.stgr_contact .g-recaptcha{display:inline-block;}'
),
),
'st' => array(
array(
'selector' => '.contact-form .form-fields',
'html' => '',
'append' => '0',
),
array(
'selector' => '.contact-form .form-footer',
'html' => '',
'append' => '3',
'css' => '.contact-form .form-footer{display:-webkit-box;display:-moz-box;display:box;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}',
),
),
),
'login' => array(
'classic' => array(
array(
'selector' => 'body#authentication #login-form .forgot-password',
'html' => '',
'append' => '1',
),
array(
'append' => '2',
),
array(
'html' => '',
'append' => '2',
'css' => '.stgr_login .g-recaptcha{display:inline-block;}',
),
),
'st' => array(
array(
'selector' => 'body#authentication #login-form .form_content_inner .form-group:last',
'html' => '',
'append' => '2',
),
array(
'selector' => 'body#authentication #login-form .form_content_inner .forgot-password',
'append' => '6',
),
array(
'selector' => 'body#authentication #login-form .form_content_inner .forgot-password',
'html' => '',
'append' => '6',
'bg' => '#dbdbdb',
'p_t' => '5',
'p_b' => '3',
),
),
),
'quicklogin' => array(
'selector' => '.quick_login form .forgot-password',
'html' => '',
'append' => '1',
),
'register' => array(
'classic' => array(
'selector' => 'body#authentication #customer-form > section',
'html' => '',
'append' => '0',
),
'st' => array(
'selector' => 'body#authentication #customer-form .com_grid_view',
'html' => '',
'append' => '0',
),
),
/*'password' => array(
'selector' => '.forgotten-password .form-fields',
'html' => array(
'classic' => '',
'st' => '',
),
'append' => '0',
),*/
'opclogin' => array(
'classic' => array(
'selector' => 'body#checkout #login-form .forgot-password',
'html' => '',
'append' => '1',
),
'st' => array(
'selector' => 'body#checkout #login-form .form_content_inner .form-group:last',
'html' => '',
'append' => '2',
),
),
'opcregister' => array(
'classic' => array(
'selector' => 'body#checkout #customer-form > section',
'html' => '',
'append' => '0',
),
'st' => array(
'selector' => 'body#checkout #customer-form .form_content_inner',
'html' => '',
'append' => '0',
),
),
'stnewsletter' => array(
'selector' => '.st_news_letter_form_inner',
'html' => '',
'append' => '0',
),
'emailsubscription' => array(
'selector' => '.block_newsletter form .col-xs-12:first',
'html' => '',
'append' => '2',
),
'stproductcomments' => array(
'selector' => 'form[name=st_product_comment_reply_form] .form-group:last',
'html' => '',
'append' => '2',
),
'stecologin' => array(
'selector' => '#steco_login_form .steco_mb_16',
'html' => '',
'append' => '2',
),
'stecoregister' => array(
'selector' => '#steco_customer_form_register .steco_grid_view',
'html' => '',
'append' => '2',
),
'stblogcomments' => array(
'selector' => 'form[name=st_blog_comment_form] #comment_textarea',
'html' => '',
'append' => '1',
),
);
return $fields_form;