How can I submit the token of a recorded video in an html form?

You can either listen to the submission event, or let our system automatically add the token of the recorded video to your html form. Our system either creates or uses your hidden input field to store the token of the recorded video. Let the name of the hidden input field be video token. You can then configure the recorder as follow: [code language="html"] <ziggeo ziggeo-input_bind='videotoken'></ziggeo> [/code] Yep, that's it.
PREV NEXT