<small><spanid="warning">Warning</span> : this pre-registration will only be confirmed upon signature of the training agreement by both sides.</small><br>
<inputtype="submit"value="Send">
</form>
<br>
> OCamlPro is registered as a training provider in accordance with the provisions of Article R. 6351-6 of the Labor Code under number **11755991975**. This registration does not constitute state approval.
<style>
.small-text {
font-size:16px;
}
#warning{
color:red;
}
.invalid-input {
background-color: #ffa5a5;
}
</style>
<script>
/* converts input to a valid string */
function validInput(str) {
return encodeURIComponent(str.trim());
}
/* sends pre-filled mail to contact@ocamlpro.com */
function mailto(name,email,tel){
let new_line = "%0D%0A";
let course = document.getElementById("fcourse").value;
let subject = course + " pre-registration by " + name;