-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
-
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project -
Summary
First things first, thanks for this useful package.
I was wondering if there are any plans to support the European aspects of Hubspot. More particularly, I see two obvious spots:
- in
HubspotProviderbeing able to provide a boolean as a prop (which would default tofalsefor backward compatibility) which, whentrue, would usehttps://js-eu1.hsforms.net/forms/v2.jsinstead of the currenthttps://js.hsforms.net/forms/v2.js(line: https://github.com/aaronhayes/react-use-hubspot-form/blob/master/src/HubspotProvider.tsx#L29) - in
UseHubSpotFormPropsadding an optional fieldregionwhich accepts eitherna1oreu1as specified on this documentation page: https://legacydocs.hubspot.com/docs/methods/forms/advanced_form_options (line: https://github.com/aaronhayes/react-use-hubspot-form/blob/master/src/index.ts#L23)
- Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
In the meantime, I'm using this other package to get this flexibility. However it's not an ideal solution.
Any reply is appreciated. Thank you! π
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed