$message()

A string which display on the bottom of the BlinkForms entry screens and will override the Success Message displayed after a successful submission.

Parameters   

 
String
$message= 'Your custom message';
Sample Code
$mymessage = 'Thank you for registering your details.

';
$mymessage .= 'Your registration will be approved within 24 hours.
';
$mymessage .= 'A test email will be sent to you when your registration is approved.
';
$message = $mymessage;   

Note


There are no related labels.