How do I add an enquiry form to my website
To add an Enquiry form to your website, you need to initially setup the Enquiry form by going to Admin > Website Integration > Enquiry Forms > Setup. After designing your form, you can insert it into your website in two ways.
The first is to use a the URL displayed after creating the Enquiry form, it will look something like this: https://demo.functiontracker.com/public/v4/enquiry/2 - this URL can be simply added as a link on your website, or can be embedded into an iFrame.
The second way is to create a piece of code using Enquiry Form Codes option found below on the same page as where you create the Enquiry forms. You need to click on Add and enter the domain name of your website, for example, google.com - you do not need to add http:// to the front, or use links to pages afterwards, just simply the domain name. This will create a piece of code that looks something like:
<script language="javascript" src="https://support.functiontracker.com/public/v4/enquire.js"></script><script language="javascript">ftenquireinit(610,'support')</script><div id="ftenquire601"></div>
This code can then be inserting into a website page, even if you are using systems such as Wordpress or Joomla. The Enquiry form associated with the code will then appear on the page where you have inserted the code.
You may need help with the above if you have limited knowledge on how you website works.