Orbeon Form Builder - hyperlink with dynamic url?

前端 未结 1 963
攒了一身酷
攒了一身酷 2021-01-25 05:13

In Orbeon 4.4 Form Builder, I\'d like to be able to add a hyperlink control to a form, where the target URL is constructed partially from values available in other form fields.

相关标签:
1条回答
  • 2021-01-25 05:58

    You can use attribute value templates in xf:load/@resource attributes like you've done in the simple link:

    <xf:action ev:event="DOMActivate">
        <xf:load show="new" resource="{xxf:bind('url-field-bind')}"/>
    </xf:action>
    
    0 讨论(0)
提交回复
热议问题