I have a page where we are collecting user information. I found some code that takes some of that information and includes it in an email. I am trying to understand what the
${}
does in this case
${$w('#fullnameInput').value}
How is this different from
$w('#fullnameInput').value