more explanation

This commit is contained in:
2017-08-26 19:30:03 +10:00
parent 9f9c437037
commit 23ff234bae

View File

@@ -972,7 +972,8 @@ function booking_earlyaccess_feedback_callback($form, &$form_state) {
//matched a code so let the user know everything is fine
else {
//watchdog('booking', "<pre>booking_earlyaccess_feedback_callback code check matched</pre>");
return '<div id="booking_earlyaccess_feedback_wrapper"><span style="color:#234600;font-weight: bold;">Your early registration code has been validated.</span><br /><br /></div>';
return '<div id="booking_earlyaccess_feedback_wrapper"><span style="color:#234600;font-weight: bold;">' .
'Your early registration code has been validated.<br />Please do not share this code, since it will be validated again when you submit the form.</span><br /><br /></div>';
}
}
//no access code entered but we required one