01
o
Document

Get a consultation or request support

You have questions about our services or your account, no matter what the issue is, we will help you

Planning

Information

If you already have icons on your page, you can use the CSS class of this information to use the form

Load Form Style


You can use the icons you want to use.

INQUSI does not provide any icons unless you include the style sheet which uses icons supplied by us.

HTML-head:
Without Icons:
<link href="https://www.inqusi.com/core/css/form.min.css" rel="stylesheet"> With Icons (fontawesome): <link href="https://www.inqusi.com/core/css/form-icon.min.css" rel="stylesheet">
Planning

Load the Form yourself


To load the form, you need an HTML tag which you also have to include.

HTML-code: <div id="inqusi"></div>
Planning

Information

Your client ID is automatically created when registering an account and is only available under the specified domains

Load Form script


Finally, you need the JavaScript tag by calling the form.

HTML-body JavaScript: <script src="https://www.inqusi.com/core/js/api.js?clientID=INSERT-YOUR-CLIENT-ID-HERE&formID=INSERT-FORM-ID-HERE&lang=de" id="inqusi-forms"></script>
Planning

Full example


Here's a simple example with no other elements, but there are already several elements on the page.

HTML-body JavaScript: <html>
<head>
<link href="https://www.inqusi.com/core/css/form.min.css" rel="stylesheet">
</head>
<body>
<div id="inqusi"></div>
<script src="https://www.inqusi.com/core/js/api.js?clientID=INSERT-YOUR-CLIENT-ID-HERE&formID=INSERT-FORM-ID-HERE&lang=de" id="inqusi-forms"></script>
</body>
</html>