'email', 'name' => __('Email', 'mailpoet'), 'type' => 'text', 'params' => [ 'label' => __('Email', 'mailpoet'), 'required' => true, 'label_within' => true, ], 'styles' => [ 'full_width' => true, ], ], [ 'id' => 'submit', 'name' => __('Submit', 'mailpoet'), 'type' => 'submit', 'params' => [ 'label' => __('Subscribe!', 'mailpoet'), ], 'styles' => [ 'full_width' => true, ], ], ]; } public function getSettings(): array { return [ 'on_success' => 'message', 'success_message' => '', 'segments' => null, 'segments_selected_by' => 'admin', ]; } public function getStyles(): string { return << span { width: 5px; height: 5px; background-color: #5b5b5b; } EOL; } }