'How to create a custom html form with Twillio Send Grid
I am trying to create a contact intake form on SendGrid. However, it seems to only want to let me do an iframe which renders weird on an existing site. Is it possible to customize the HTML of the intake form so that I can more seamlessly embed the form into the site?
I looked around the docs but it appears the only options are the iframe and separate longing page, neither of which are what I want.
Solution 1:[1]
You can create your own form that POSTs the data to your back-end and then use the Add Contact API to create the contact.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | philnash |
