Tag: React

Prefill a HubSpot Form in a React App

I have a React App with a HubSpot contact form. The user must be logged into submit the form so I wanted to prefill their email address. Fortunately, HubSpot Forms API provides a onFormReady callback!