Closed meganesu closed 1 year ago
Name | Link |
---|---|
Latest commit | 54c1f585207d579ff00d0fa2ae3065bedfde4917 |
Latest deploy log | https://app.netlify.com/sites/meganesulli/deploys/63df3b43ebb10c0009a75b1b |
Deploy Preview | https://deploy-preview-92--meganesulli.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Status update:
Check out the official ConvertKit React component.
Looks like I might need to load their script for it to work? Not sure how closely that script is tied to the DOM structure in the form templates. Might need to do some testing.
Update: Using the ConvertKit API works. (Sending a POST request in Postman does send me the email confirmation form.)
Closes #91
Note: Need to test in deploy preview. ConvertKit won't send confirmation emails when using localhost.This is no longer the case now that I'm calling the ConvertKit API and not using the ConvertKit auto-generated HTML embed code.To Do
required
attribute to the HTML input handles this)required
attribute to the HTML input handles this)Replace ConvertKit confirmation email redirect link(extracted into #104)Future improvements:
Open Questions
Resources