Is there a way to capture data from a partially completed form? I asked Hubspot's chat bot and it mentioned a string query URL, but I'm not familiar with this. The idea was to create an initial form with basic contact info and then a second form with additional information. The second form would have a hidden email field that copied the data from the first form via the URL query. When I tried to follow directions and add &email={{contact.email}} to the URL redirect from form 1 to form 2, I got an error. Any ideas?