FE Forms
1. Installation Guide
Step 1 – Add Required Script
Insert this line before the closing </body> tag:
<script type="module" crossorigin src="https://cdn.jims.net/franchiseenquiryform/franchiseenquiryform.js"></script>
Step 2 – Place the Form
Add this wherever you want the booking form to appear:
<jims-franchise-enquiry settings='{{json of settings}}'></jims-franchise-enquiry>
Replace {{json of settings}} with your configuration JSON.
Note: The form will render automatically when the page loads. No other libraries are required.
3. Configuration Guide
3.1 Default JSON Example
{
"header": {
"show": false
},
"divisions": {
"selected": "1", //add your division Id
"show": false
}
You can get help finding your division Id by visiting here: https://internal.jims.net/find-division-id/
