Hello! (especially
I have a full-page embed of a Typeform that works with the JavaScript code like this:
// create widget embed
window.tf.createWidget('<form-id>', {
container: document.querySelector('#wrapper'),
// pass the data to your typeform as hidden fields
hidden: {
hidden_var_1: x,
hidden_var_2: y,
hidden_var_3: z
}
})
What is the equivalent JavaScript code in VideoAsk?