• Resolved tetevic

    (@tetevic)


    I want to obtain a list of “tomorrow” reservations, with the name and contact telephone number.

    In the “Program” option, in the calendar view, only shows the mail.

    I tried using the shortcode [CP_APP_HOUR_BOOKING_LIST from =" today +1 days "to =" today +1 days "fields =" DATE, TIME, email, <% fieldname1%>, <% fieldname2%>, <% fieldname3%> "calendar =" 1 "] , but neither accepts the fieldname fields.
    It only shows the mail.

    Is it possible to add name and telephone or with shortcode or to the programming calendar view?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    For that purpose use the “Schedule List View”. To access the “Schedule List View” use the “Schedule” button in the list of forms that points to the “Calendar View” and then on that page you have a button to change to a “list view” ordered by the booked date.

    The “Schedule List View” can be used to print the appointments ordered exactly by date-time, so you can print the schedule of the needed time interval.

    If you prefer to use the shortcode to create a custom list then the shortcode should look like this one:

    [CP_APP_HOUR_BOOKING_LIST from="today -1 days" to="today +1 days" fields="DATE,TIME,email,fieldname2,fieldname3" calendar="1"]

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘List Appoint with name and telephone’ is closed to new replies.