Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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
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


  • No labels