【问题标题】:Validate one input field to another input field in Orbeon在 Orbeon 中验证一个输入字段到另一个输入字段 【发布时间】:2017-03-02 19:24:21 【问题描述】: 我有一个输入字段,它是 4 个字段的总和。我希望这个总和字段等于表单后面的另一个输入字段。我该怎么做? 【问题讨论】: 标签: orbeon 【解决方案1】: 使用validation constraint formula。 假设您的 sum 字段称为 sum,而您的另一个字段称为 other。随便写: $sum = $other 作为公式。 另见: Validation Examples of formulas 【讨论】: