I have a loyout of the type add instance called: "Bewerbungen DE add".
In the field mail I have the entry: <p>{|text_textfield_34|} </p>
textfield_34 should be "OP-23-790"
But the output in the mail is "103.309.738-19"
The valu for textfield_34 comes from another field by this custom code:
"jQuerOs( document ).ready(function() {
jQuerOs(".text_textarea_49"
.val( jQuerOs(".text_textfield_17"
.text() ) ;
});"
Sometimes it works fine, somtimes it displays the wrong value.