Awesome, so few suggestions when adding the code. You can use “input-bind” parameter to say where the token should be added to. This is possible if the input field (for example hidden input field named “video token”) has always the same ID.
* I have not yet checked the Fluent Forms enough to know if this is the case or not (that ID is always same for same field).
This could look like so in your recorder:
<ziggeorecorder ziggeo-theme=”cube” ziggeo-themecolor=”green” ziggeo-input-bind=”some_id”></ziggeorecorder>
That would be it really, this would be easiest way to get the video token. You can of course extend this further with events, etc.
Hope this helps as well.
Oh and please note that by default video will not be tagged with any info that would associate the video itself with the form details. This is possible, however would require a bit of JS codes.
Best,
Bane