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'; |
Code Block |
---|
theme | RDark |
---|
language | php |
---|
title | Sample Code |
---|
linenumbers | true |
---|
collapse | true |
---|
|
$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; |