Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
themeRDark
languagephp
titleSample Code
linenumberstrue
collapsetrue
$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;   
Info
titleNote


Related Labels