Module::get_default_success_message()

Returns the default message to display when a form submission has been completed.

Description

See also

Return

(string) Message to display.

Source

File: src/modules/form-settings/module.php

	protected function get_default_success_message() {
		return __( 'Thank you for submitting!', 'torro-forms' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.