email conf sent to user test ok

This commit is contained in:
Massimiliano Assante 2021-11-03 20:15:57 +01:00
parent 37b9d395df
commit 2b3b273a6f
2 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,20 @@
#wrapper input[type=text] , #wrapper textarea {
height: 25px;
}
#wrapper label {
min-width: 200px;
}
#wrapper label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
margin-top: 15px;
font-weight: 400 !important;
min-width: 220px;
font-size: 16px;
line-height: 1.5;
font-family: "Open Sans", Arial, sans-serif !important;
}

View File

@ -54,12 +54,12 @@ pageContext.setAttribute("required", "true");
<aui:fieldset>
<aui:input id="participatedInActivities " type="checkbox"
name="participatedInActivities"
label="Have you participated in the activities of any of our MOVING Regional Multi-Actors Platforms?" />
label=" Have you participated in the activities of any of our MOVING Regional Multi-Actors Platforms?" />
<!--
SELECT
-->
<aui:select
label="What is your main motivation for joining the EU MAP of MOVING?"
label=" What is your main motivation for joining the EU MAP of MOVING?"
name="mainMotivation" required="${required}" showEmptyOption="true"
style="width:800px;">
<c:forEach var="type" items="${main_motivations}">
@ -112,7 +112,7 @@ pageContext.setAttribute("required", "true");
.
</p>
<aui:input id="privacyPolicyAgree" type="checkbox"
name="privacyPolicyAgree" label="I Agree" required="${required}" />
name="privacyPolicyAgree" label=" I Agree" required="${required}" />
</aui:fieldset>
<!--
Submit Button