Hi everybody,
I created a contract which has one constraint, when the expression it’s true the form is submitted as expected. However, when it’s false the error is not shown in the form, it only appears in the log file.
Any idea of what could be happening?
Thanks,
Clara
I set an “error” variable in the UIDesigner and I assigned it to a text field: Error : {{error | json}}. The result is the same as in the original question, the constraint message appears in the log files but it’s not shown in the form when the process is executed.
In addition, I tryed to replace my form for an autogenerated one and in this type of form the message appears as expected.