View entire form submission from text message
When a prospect submits a form, especially in external form...
Right now, We only see something like this as a text message:
```
New form submission for Mike the Handy Guy:
From: ${formSubmission.phoneNumber}
${getCallRailLink(formSubmission.id)}
```
And that's it. We have to click the link and wait for the page to load just to see the message, including whether or not it's a spam message that we need to filter...
And that's assuming that the weird CallRail auth step doesn't stop this.
We should be able to view the details on that very same message, or at least customize the text message alert contents to tell us more than just the phone number. "Send us a text" forms should do just that.... Sending us a text.
0
Comments
Please sign in to leave a comment.