Skip to main content
All CollectionsEnquiries
Setting up Enquiry form for your Wordpress Website
Setting up Enquiry form for your Wordpress Website
Max avatar
Written by Max
Updated over a week ago

Here’s how to embed your Fergus enquiry form on your WordPress site using an iFrame.

Step 1: Enable the Enquiry Form in Fergus

  1. Log in to Fergus and go to Settings > Web Enquiries.

  2. Enable the web enquiry form and copy the form URL.

Step 2: Embed the Form as an iFrame in WordPress

  1. Log in to WordPress and open the page or post where you want the form to appear.

  2. Add a custom HTML element:

  3. Insert the iFrame Code:

    • Paste the following iFrame code into the "Write HTML" box:

      <iframe src="YOUR_FORM_URL" width="100%" height="1250" frameborder="0" style="border:0;"></iframe>
    • Replace YOUR_FORM_URL with the URL of your Fergus enquiry form.

  4. Save and Publish your page.

The enquiry form will now appear on your WordPress site, allowing visitors to submit their enquiries directly into Fergus.

Did this answer your question?