Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjasper committed Nov 8, 2024
1 parent c38fa1f commit 0974733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['hubspot_forms']['portalID'] = 'Your P
* Next, you can add a General Plugin content element where you want your form to be on your website
* After that, go to the Plugin Tab in the settings of your new content element. Here, you can select which form you want to load from your given HubSpot Portal in Form of a select list
* After selecting your form, switch over to the frontend to see it all loaded in
* There is an option to only simulate form submissions in the Extension Settings. This toggle disables the line of code responsible for the POST request to HubSpot after submitting a form
* There is an option to only simulate form submissions in the `Extension Settings`. This toggle disables the line of code responsible for the POST request to HubSpot after submitting a form

## Styling
* Every field type of the forms is rendered by a partial, if you want to individually style your form fields, overwrite the partials and add your own styling
Expand Down

0 comments on commit 0974733

Please sign in to comment.