How to enable developer options when the form type is Embed?

Markdown

View as Markdown

Collect.chat gives you developer options to customize your forms based on the conversation and interactions between user and form. By default, these options are only available when the form is used as Widget.

To enable these developer options for the form when the Form type is Embed, you need to add the following snippet code along with your form Embed code.

<script type="text/javascript" src="https://collectcdn.com/embed.js"></script>

First go to your Settings > General > Form type and choose Embed as Form type

Click 'embed'Then go to Share and copy the iframe code.

Click here

Then wherever you place the embed code, you have to add the above mentioned snippet code. So it will look like:

Note

Following JavaScript methods are not available for Embed forms.

collectchat.config()
collectchat.open()
collectchat.close()
collectchat.toggle()
collectchat.load()
collectchat.unload()
collectchat.onThankyou()

You can use rest of the functions mentioned in developers.collect.chat


Was this article helpful?

Still need help?

Contact us