Hello carsol
I may have a solution with an HTML field.
Copy this script into LINK_HELP, replace the #xxxxxxxx with your value, possibly 'Length of the box "B" (mm)' by your text and place it in a paragraph below the form.
<script>
arraylabel=Array();
arraylabel = document.getElementsByClassName('control-label');
for (i=0;i<arraylabel.length;i++){
if (arraylabel[i].innerHTML == 'Length of the box "B" (mm)'){
cllabel0 = arraylabel[i];
cllabel0.innerHTML = 'Length of the box "B" (mm) <a href="#xxxxxxxx" rel="nofollow">Help</a>';
}
}
</script>


After publishing

J'ai peut-être une solution avec un champ HTML .
Copiez ce script dans LINK_HELP, remplacez le #xxxxxxxxx par votre valeur, éventuellement 'Length of the box "B" (mm)' par votre texte et vous le placez dans un paragraphe sous le formulaire.
Cordially
frangin62
Edit : Une précision concernant le #xxxxxxxx , cela correspond à la valeur du signet du paragraphe vers lequel on veut arriver en affichage. Si vous voulez aller sur une autre page ce sera :
<a href="la-page.html" ............
si vous allez sur une autre page et sur un paragraphe particulier ce sera
<a href="la-page.html#xxxxxxxx" ............
sur l'image, ce serait #B0dqW6E1
