diff --git a/plugins/janvince/smallcontactform/components/smallcontactform/scf-form.htm b/plugins/janvince/smallcontactform/components/smallcontactform/scf-form.htm
index cfcc3aa13..1f7589ac8 100644
--- a/plugins/janvince/smallcontactform/components/smallcontactform/scf-form.htm
+++ b/plugins/janvince/smallcontactform/components/smallcontactform/scf-form.htm
@@ -6,16 +6,17 @@
{{ form_open(__SELF__.getFormAttributes) }}
+
{% for field in __SELF__.fields %}
{{ __SELF__.getFieldHtmlCode(field)|raw }}
-
+ {% if loop.index == 2 %}
{% endif %}
{% endfor %}
{{ __SELF__.getAntispamFieldHtmlCode({})|raw }}
{{ __SELF__.getDescriptionFieldHtmlCode({})|raw }}
-
+
{{ __SELF__.getRedirectFieldHtmlCode({})|raw }}
{% if (settingsGet('google_recaptcha_version') is null or settingsGet('google_recaptcha_version') == 'v2checkbox') and settingsGet('add_google_recaptcha') and settingsGet('google_recaptcha_site_key') %}
@@ -33,16 +34,16 @@
{{ form_close() }}
{% if settingsGet('add_google_recaptcha') and settingsGet('google_recaptcha_scripts_allow') %}
-
+
{% if settingsGet('google_recaptcha_version') == 'v2invisible' %}
+{% framework extras %}
+
+