Notification is not getting send
-
Hi
First of all Thank you for such a great plugin and providing necessary hook and filters.
I am having one issue.
I want : When user makes reservation, it directly confirms instead of default pending.
What I tried :
add_action( 'rtb_booking_form_before_fields', array($this, 'add_custom_hidden_fields' ) ); public function add_custom_hidden_fields(){ echo '<input type="hidden" name="rtb-post-status" value="confirmed" />'; }
Its working. But somehow it is not firing notification event.
Am I doing something wrong ?
Thanks & Regards,
NHRK
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Notification is not getting send’ is closed to new replies.