4
votes
Send files to Hubspot contacts through Elementor forms.
The file field exists in Hubspot and the form field exists in Elementor. 🙂
Got an idea for a new feature or integration? We’d love to hear it! You can find our roadmap here.
The file field exists in Hubspot and the form field exists in Elementor. 🙂
This is not as straightforward as syncing a field since the file needs to be uploaded via the Files API, and then associated with the contact via a separate API call.
So it turns one API call into three, and could potentially slow down the form submission as the file uploads. Multiple files could slow down the form exponentially.
It’s technically possible, but we try to avoid introducing new features that will add additional API calls or slow down the user experience. Will leave this Under Review and we can see if there’s enough interest from other users.
Ah, gotcha.