I have an app that sends emails after a form is submitted and I would like to use the form response data from a couple of questions in the email subject.
currently the email subject is pulling from this
const subject = "Text -" + this.title
I was thinking, but am not sure how to reference a specific form question using getResponse() or if this is the proper solution const subject = "Text -" + this.title + getResponse()