I am trying to get the email that was put on a input field to appear on the wix form next step as a text field after pressing the button.

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 ???