Functionality to add shortcode with only one service, something like this
If I have these services:
I can make two different pages with only some services, for example:
Page called "Rent sport equipment":
[bookingpress_form, service=1,2]
Page called "Rent venue":
[bookingpress_form, service=1]
Page called "All services":
[bookingpress_form]
Is like a string search value and if the string only have one service don't show the service select tab.
1 year ago