I'm new to Orbeon forms using version Orbeon Forms 2018.1.2.201810050007 PE.I have had to create an eForm that is very long, made up of predominantly Yes/No selection controls. I want users to be able to hide all the 'No' responses to all Yes/No controls in each form section so that the saved version of the form is not so long. Only the Yes responses are required to be viewed on the completed form and there isn't usually many of them. Is this possible?
-- Thanks, Regards Jamian You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/07e9f039-9d53-47e7-a80f-de4a9ab704db%40googlegroups.com. |
Hi, you can try to use formula in the visibility element something like that : not(fr:mode() = 'view') or (fr:mode() = 'view' and . = 'Yes') ref Let me know if it works. //Jarek pt., 17 sty 2020 o 19:04 <[hidden email]> napisał(a):
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/CAHFpwcVEHS%3DRE0YCTxgodcfnD6UXYR_xTS%2B%2B%3Df6Q31cU7hwdRQ%40mail.gmail.com. |
Administrator
|
In reply to this post by Jamian Manton
Hi Jamian, did you get a chance to try Jarek's suggestion of using the
Visibility for this? If so, did it work for you? ‑Alex ----- -- Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1580149992217-0.post%40n4.nabble.com.
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
In reply to this post by Jarosław Kowalewski
Hi Jarek,
-- Apologies for the delay in responding, I have been on leave. Thank you, yes this works as expected. I altered the code to suit a Yes/No control: not(fr:mode() = 'view') or (fr:mode() = 'view' and ./string() = 'true') Thanks again! Cheers Jamian On Tuesday, January 21, 2020 at 2:23:13 AM UTC+11, Jarek wrote:
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/74c7286e-bc10-4205-8832-27f700b53c45%40googlegroups.com. |
Administrator
|
Perfect Jamian, thank you for the confirmation, and thank you Jarek for the
tip! ‑Alex ----- -- Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1580844725292-0.post%40n4.nabble.com.
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |