How can I create an email sign up form to use on my website?
#Trailhead Challenges #Trailhead #Nonprofit
Hey @Amy Wynn
,
There are actually many ways you could do this - I'll suggest few, you can choose what suits your case.
1. If you want the Sign up to list as Leads:
Use Salesforce
Web-to-Lead,this will generate HTML code which you can style and embed into your website.
2. If you want the Sign ups in a custom object:
Create a Flow in Salesforce to capture email submissions.Expose the Flow using Lightning Out or LWC.
Use an API (like REST or GraphQL) to integrate the form
with Salesforce.
Let me know if this helps or if you have any questions.
Regards,
Madan