Reuzenpanda Widget Integration
Enhance your users' experience on your website by seamlessly integrating the Reuzenpanda widget. Whether you want to provide quick access to all available forms or guide your customers directly to a specific form, we offer flexible options for integration through buttons or links on your website.
1. Open All Forms
You can trigger the Reuzenpanda widget to show all forms by attaching the link #reuzenpanda-open-all
to any clickable element, such as a button or a link in your text.
Example:
<a href="#reuzenpanda-open-all">Open Reuzenpanda</a>
This allows you to launch the full Reuzenpanda widget from any part of your website, providing a consistent and intuitive user experience.
2. Open a Specific Form
If you prefer to direct users to a specific form, use the link format #reuzenpanda-open-{ID}
, replacing {ID}
with the actual ID of your form.
Finding the Form ID
- Go to hub.reuzenpanda.nl (opens in a new tab).
- Navigate to the Forms section (
/app/forms
). - Click on the form you want to integrate.
- In the header of the page, you will see the form ID.
- Copy this ID and paste it into the link.
Example:
<a href="#reuzenpanda-open-123">Open Form 123 in Reuzenpanda</a>
- ✅ Correct: replace
{ID}
with the exact form ID from the header. - ❌ Incorrect: leaving
{ID}
unchanged or using the wrong number.
By choosing between these two options, you can tailor the Reuzenpanda integration to fit your website’s layout and user interaction preferences — either providing broad access to all forms or a streamlined path to a specific form.