slug = 'Splitter'; $this->title = esc_attr__( 'Split Form', 'questions-locale' ); $this->description = esc_attr__( 'Splits a form into several steps', 'questions-locale' ); $this->icon_url = QUESTIONS_URLPATH . '/assets/images/icon-split-form.png'; $this->is_question = FALSE; $this->splits_form = TRUE; parent::__construct( $id ); } public function settings_fields() { } public function get_html() { } } qu_register_survey_element( 'Questions_FormElement_Splitter' ); */