-
Goal: I want to send an e-mail through the Sendgrid Resource.
-
Steps: I use the resource and configured the body. No matter how I configure the body, it keeps saying 'contactForm' or 'contactInput' is out of scope for this editor'. I tried to get the variables in so many ways:
{{contactForm.contactIEmailInput.value}}
{{contactIEmailInput.value}}
{{contactForm.contactIEmailInput}}
{{contactIEmailInput}}
I moved it to global scope and back to page scope and so on. No way I can retreive those values from that form.
- Screenshots:
Thanks for any help.