Hi,
I am trying to make my form email the results and have the body include all of the custom fields on the form. I followed the instructions here:
https://getsatisfaction.com/apperyio/...
So basically, I have the mapping set up to look like this:
Then on the button I have two actions set. The first action is to write the fields to a stored variable. The second action is to initiate the SendGrid service.
The page is question is triggered by a button on a previous page in my app, but it does not open when I press the button. I find this curious since all of the actions are set on the form button press not on page open. What did I do wrong?