Knowledgebase

Article number: 301397

Embedded Forms

Sitekit CMS forms can be embedded within global variables or templates, using an XML data island.

To insert a form into a text block, it can be entered into a global variable, and the global variable called within the text block.

The XML code is as follows:-

<ENQUIRYFORM><FORMID>123</FORMID></ENQUIRYFORM>

Where 123 is the ID number of the form.

Form IDs can be retrieved from the Form Usage table in the Forms section of the Sitekit CMS administration system.

Related questions