1. Help Center
  2. Connect Your Existing Tools

How to Connect Your BentoBox Inquiry Form to Perfect Venue

  1. Login to BentoBox
  2. Head to the Private Events Page in BentoBoxScreen Shot 2021-09-17 at 1.18.58 PM
  3. Click on the Form Content Block
    If you are not using the Private Event template, you may not have that option (you can change the template type on the right-hand side).
    Screen Shot 2021-09-17 at 1.19.16 PM
  4. Turn the "Don't Display BentoBox Form" to be ON
    Screen Shot 2021-09-17 at 1.33.04 PM
  5. Add in Your Code Snippet Below - Make Sure to Insert Your Link!

Copy-paste the below code into the box. Make sure to copy-paste your contact form link into the section that says PASTE YOUR CONTACT FORM LINK HERE below. (to find your contact form link follow the steps outlined here.)

<script>

document.querySelector('button[data-bb-track-category="Inquire Trigger Button"]').onclick = function() { window.open("PASTE YOUR CONTACT FORM LINK HERE"); }

</script>

 

Once you are done, it will look like this! Publish your changes, and test it out!

Screen Shot 2021-09-17 at 1.34.12 PM