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

Collect.chat gives you developer options [https://developers.collect.chat/] 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
[https://collect.chat/help/article/1004-how-to-add-chatbot-widget-to-website].



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
[https://collect.chat/help/article/1005-how-to-embed-chatbot-in-a-webpage] 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

Then go to Share and copy the iframe code.



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
[https://developers.collect.chat]