Closed guoqqqi closed 2 years ago
useHubspotForm({ portalId: 'XXXXXXX', formId: 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX', target: 'hubspot-form-wrapper' });
The target attribute is missing the #
#
Good catch, thank you. However, I think an extra paragraph about object destructuring you added is redundant for the readme. It's not a library feature, but just how js works.
The target attribute is missing the
#