__( 'Ask your customers for a phone number to receive a call back.', 'userfeedback-lite' ) ); } /** * @inheritdoc * * @return array */ public function get_config() { return array( 'questions' => array( array( 'type' => 'text', 'title' => __( "Have questions? Provide us your phone number and we'll give you a call!", 'userfeedback-lite' ), ), array( 'type' => 'text', 'title' => __( "What's Your Name?", 'userfeedback-lite' ), ), ), ); } }