Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi vagrantweb,

    Looks like this is a bug. The booking form should accept the location’s post id, but it’s actually looking for the location’s term id, an under-the-hood value that’s used to improve performance.

    I’ve filed an issue for this bug where you can track the status. I’ll probably get it fixed in the next version.

    In the meantime, you can work around this by passing the term id in the shortcode. To find the term id, you’ll need to look at the HTML code of the location select field (usually right-clicking and selecting Inspect Element in your browser will help). Here’s a quick screenshot showing the term ids for each location.

    If you have trouble finding the term ids, send me a link to the booking form on your site I can find them for you.

    I expect to get an update out with this and a couple other issues resolved in the next week or so. When I do, the shortcode will be compataible with term ids and post ids, so you won’t need to change your shortcodes.

    Thread Starter vagrantweb

    (@vagrantweb)

    Perfect, this worked. Thanks.

    Oh yeah I forgot to post back that I put out an update. Thanks for reporting back!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Shortcode for location-based Booking Form’ is closed to new replies.