Hi everyone, Do you know if there is a way to prevent the creation of html output elements when the corresponding xforms field is not relevant? I mean that currently, when we have non-relevant content, the corresponding elements are just styled with display:none in css, but is there a way not to create those html output elements ? Thanks a lot for your help ! Best, Josselin.
Hello Alain, Thank you very much for your help, with "mode='synchronous'" it works perfectly ! I missed this feature. Thank you again, Josselin
Hi everyone We are developing an app with xforms (with XSLTForms client) and BaseX, to manage historical entities (actors) and conduct network analysis. In one of our forms, we fill the relations between an actor and his relatives, and we'd like, when submitting the form, to create and submit a pre-filled instance for each relative… …but we have issues with the multiple submissions. Basically, we have 3 instances : instance('entity'), for the main form <xf:instance id="entity"> <entity xmlns="">...
Hi everyone We are developing an app with xforms (with XSLTForms client) and BaseX, to manage historical entities (actors) and conduct network analysis. In one of our forms, we fill the relations between an actor and his relatives, and we'd like, when submitting the form, to create and submit a pre-filled instance for each relative… …but we have issues with the multiple submissions. Basically, we have 3 instances : instance('entity') for the main form <xf:instance id="entity"> <entity xmlns=""> <name>John...