Embedding A Video
window.onload = function() {
Formio.createForm(document.getElementById('formio'),
'https://khvenypsypifjpi.form.io/embed2',
{
sanitizeConfig: {
allowedAttrs: ['ref', 'src', 'url', 'data-oembed-url'],
allowedTags: ['iframe', 'oembed'],
addTags: ['iframe', 'oembed'],
addAttr: ['url', 'data-oembed-url']
}
});
};Last updated
Was this helpful?
