Tutorials

Using Ziggeo together with FormAssembly

If you are already building forms on FormAssembly, here is a quick way to add video submissions to it using Ziggeo:

1. Manage your application settings on Ziggeo and check: “Let us host separate subpages for each single video”.

2. Head over to the form builder on FormAssembly. For every video that you want to be recorded, create a text field with the placeholder text “ziggeo” (without the "").

3. Add the following custom code to your form (via Properties, Custom Code). Make sure to replace YOUR_APPLICATION_TOKEN by the actual application token from your Ziggeo dashboard.

[code language=“html”] ” + data.video.token);     });   });   [/code]