export function button11_click(event) {
$w(‘#input9’).text=$w(‘#text16’).value
What am I doing wrong? The input text does not appear on the next step (Wix form with 2 steps) as text field.
export function button11_click(event) {
$w(‘#input9’).text=$w(‘#text16’).value
What am I doing wrong? The input text does not appear on the next step (Wix form with 2 steps) as text field.
Look at this one more time…
$w('#input9').text=$w('#text16').value
Do you recognize something STRANGE ???