March 23, 2015 at 11:39 /
Go into /lib/functions/ajax.php
and add this after line 437
1 2 3 4 5 |
$check = easyreservations_auto_approve($res, false); if(!$check){ $error[] = 'easy-form-from'; $error[] = __( '' , 'easyReservations' ); } |
In the last line enter the error message. I’m not sure about one fitting for all reservation scenarios.
Regards