Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Last active August 29, 2015 14:15
Show Gist options
  • Save jennimckinnon/4afcf08d7da9c92f1314 to your computer and use it in GitHub Desktop.
Save jennimckinnon/4afcf08d7da9c92f1314 to your computer and use it in GitHub Desktop.
Example custom appointment booking page structure using the Appointments + plugin by WPMU DEV.
<h1>Book Your Consultation</h1>
<p>You can add a bit of info here to to briefly describe the booking process and how it can be done automatically, right now.</p>
<h2>Step One:</h2>
<h3>Select the type of consultation you want below.</h3>
[app_services]
<h2>Step Two:</h2>
<h3>Select the date and time of the consultation below, then fill out your basic info, followed by clicking the "please click here to confirm your appointment" button. If you're a member, you can login below.</h3>
[app_login redirect_text="Let's Go required to make an appointment. Now you will be redirected to login page."]
[app_monthly_schedule]
[app_pagination month="1" date="0"]
[app_confirmation]
<h2>Step Three:</h2>
<h3>click the "confirm payment" button that will appear below to pay for and fully book your consultation.</h3>
[app_paypal]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment