Is there some way to derive field values from other fields in Orbeon CE with the help of perhaps some xml script?
I would like it to take some fields as in-parameters, do some calculations and then produce an out-parameter to put in a non-editable field.
I am assuming that this is for a form you’re creating with Form Builder. If this is the case:
first-name.concat('Hello ', $first-name, '!'). As you can see from this example, you can use the$gagavariable to refer to the field namedgaga.