Thread Starter
mrppp
(@mrppp)
would it be like this [CP_APP_HOUR_BOOKING_LIST fields="DATE,TIME,fieldname2" calendar="1"] and if i wanted to only show next months worth then auto remove can that be achieved? with say from="today" to="today +30 days" so [CP_APP_HOUR_BOOKING_LIST from="today" to="today +30 days" fields="DATE,TIME,fieldname2" calendar="1"]
-
This reply was modified 6 years, 3 months ago by
mrppp.
-
This reply was modified 6 years, 3 months ago by
mrppp.
Hi,
The following image shows how to locate the field ID for the lists shortcode and for the emails:

https://apphourbooking.dwbooster.com/customdownloads/field-ids-tags-form-builder.png
The following FAQ contains the attributes for the lists, including the date filter attributes:
https://apphourbooking.dwbooster.com/faq#q511
Thank you!
Thread Starter
mrppp
(@mrppp)
Ok that works, one last question, can the default message be changed from “No appointments found with the selected filters”
Hi,
That text can be translated with the PO/MO files (ex: using the Poedit application), or using a WordPress compatible translation plugin or by directly editing the text in the plugin files (this latest one not recommended since may be overwritten in future updates).
Thank you!
The following short code returns, “ No appointments found with the selected filters” What I am doing wrong.
[CP_APP_HOUR_BOOKING_LIST from=“today” to=“today +90 days” fields=“DATE, TIME, email” calendar=“1”]
Is there a list of field names I can use to get other fields? I tried using the names generated from a cover extract, but Either get the same result or blank fields.
Hi,
Please be sure that the shortcode has the correct quote characters, example:
[CP_APP_HOUR_BOOKING_LIST from="today" to="today +90 days" fields="DATE, TIME, email" calendar="1"]
The following FAQ entry contains the list of tags supported:
https://apphourbooking.dwbooster.com/faq#q81
About locating the field ID’s in the form builder:

https://apphourbooking.dwbooster.com/customdownloads/field-ids-tags-form-builder.png
Thank you for using the plugin!