Google Sheet API - Button Does Nothing

I got this one. We should replace:

$w ( ‘#nameOutput’ ). value = name ;
$w ( ‘#emailOutput’ ). value = email ;

with

$w ( ‘#nameOutput’ ).text = name ;
$w ( ‘#emailOutput’ ).text = email ;

Good luck with your project and let me know @tom.nahas if it works also for you!