I am trying to pass parameters to an app script embedded in page on google sites. This page was created using a custom template that has the original script. Everything works on the template but on the page itself, i get an 'undefined' when I try to use the values.
I am using the usual e.parameter.name
code in the doGet(e)
to get the value for the parameter 'name'. I do not understand why it works for the template but not for the page with the same template.