START Contact Redux::set_section( $opt_name, array( 'title' => esc_html__( 'Contact', 'babyme' ), 'id' => 'Contact', 'icon' => 'el el-map-marker', 'desc' => esc_html__( '', 'babyme' ), 'fields' => array( array( 'id' => 'address', 'type' => 'textarea', 'title' => esc_html__( 'Address', 'babyme' ), 'default' => esc_html__('1234 North Avenue Luke Lane, South Bend, IN 360001','babyme' ), ), array( 'id' => 'phone', 'type' => 'text', 'title' => esc_html__( 'Phone', 'babyme' ), 'preg' => array( 'pattern' => '/[^0-9_ -+()]/s', 'replacement' => '' ), 'default' => esc_html__('+0123456789','babyme' ), ), array( 'id' => 'email', 'type' => 'text', 'title' => esc_html__( 'Email', 'babyme' ), 'validate' => 'email', 'msg' => esc_html__('custom error message','babyme' ), 'default' => esc_html__('support@example.com','babyme' ), ), ) ) );