# How to add a form to your Mobile App

Collect.chat allows you to embed the interactive form anywhere using a unique
link. Using webviews in mobile apps you can actually add your interactive form
to your mobile app.


COPY THE FORM LINK

Go to Edit.

Click on Share.



Please make sure you have selected Link as your Form type
under Settings > General.



Copy the link.




ADD TO WEB VIEW

You can set the URL of your webviews inside the mobile app to this URL. Please
note that the app will need to have an internet connection to load the
interactive form.

 * Web Views in IOS apps
   [https://developer.apple.com/design/human-interface-guidelines/ios/views/web-views/]
   
   

 * Web Views in Android
   [https://developer.android.com/reference/android/webkit/WebView]