Numbers not showing from template
Hey!
Absolutely love what you have done here https://developers.google.com/gsuite/solutions/content-signup
I am using the brackets on my google doc and everything works (this is my second time using this script) but I have brackets where the input from G form is numbers - They dont show up in the email - just the reference to the brackets
Any ideas?
Need more info in order to help, but in that sample only the two placeholders, {{NAME}} and {{TOPICS}} are ever replaced -- see https://github.com/gsuitedevs/solutions/blob/master/content-signup/src/Code.js#L83. If you have additional form fields you want reflected in the template, you'd have to modify the solution to do so.
Or are you seeing a bug where if name is a number it fails?