From 09747334bd81aaefa8d5c84e10026dfa604cac3e Mon Sep 17 00:00:00 2001 From: Benjamin Jasper Date: Fri, 8 Nov 2024 15:50:50 +0100 Subject: [PATCH] release: 1.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5900735..89cd0c8 100644 --- a/README.md +++ b/README.md @@ -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