How to create an ad mock-up preview?

Make sure you change the “yourInputField” and “yourTextBox” with the IDs of your elements.

export function yourInputField_input(event) {
   $w('#yourTextBox').text = $w('#yourInputField').value;
}

We would love to see your website!