You should be able to copy paste the above code and have the form working.
The settings page of the plugin. Located here:
Appointments+ -> Settings -> Display Settings.
Its the first option, read what it says and you’ll see the configuration pages.
Hey MDMedia, I was having the same issue until I found the section in the settings page that shows you a fully configured page. The code is as follows:
<table>
<tbody>
<tr>
<td colspan="2">[app_my_appointments]</td>
</tr>
<tr>
<td>[app_services]</td>
<td>[app_service_providers]</td>
</tr>
<tr>
<td colspan="2">[app_monthly_schedule]</td>
</tr>
<tr>
<td colspan="2">[app_pagination month="1"]</td>
</tr>
<tr>
<td colspan="2">[app_login]</td>
</tr>
<tr>
<td colspan="2">[app_confirmation]</td>
</tr>
</tbody>
</table>
Now I’m having some issues of my own, where having the calendar behind a secure login page, will not work. Anyone got ideas?