Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
48 views

Let's say we have 4 controls in a given section where only 3 of them are mandatory (required="true()"). How can I dynamically calculate the number of mandatory controls? I have tried the ...
Pete Atkin's user avatar
0 votes
2 answers
80 views

I am using the image orbeon/orbeon-forms:2025.1-pe and using MySQL server as a database. orbeon.xml: <Context path="/orbeon"> <Resource name="jdbc/mysql" ...
A Basak's user avatar
  • 31
Advice
2 votes
1 replies
57 views

I have a specific requirement to implement in Orbeon. Client would like to add a new mode for the repeated grids. The idea is to introduce a paging feature for repeated grids. In the form view, users ...
Jacek Kacperski's user avatar
2 votes
0 answers
41 views

We want a button that displays a dialog popup with YES/NO options. If the user chooses YES, then we want to populate a specific control with "done" in all the rows in a repeated grid. We ...
Pete Atkin's user avatar
5 votes
1 answer
96 views

We have a requirement to provide a way in Orbeon Builder to define a custom label for the "Add" and "Remove" buttons on repeatable instances. For example, instead of the default &...
Marek Kamiński's user avatar
1 vote
1 answer
40 views

I am trying to update custom css in Orbeon. After editing the properties-local or my custom css file. It only allows me to point towards a new file name, if I point to a used file name, Orbeon seems ...
user30503733's user avatar
1 vote
1 answer
57 views

How can you add an icon next to a text field similar to telephone number field in the image below. We would like to add other images, such as an email icon, to the left-hand side of text boxes. I ...
Pete Atkin's user avatar
-2 votes
1 answer
63 views

The corporate colour scheme dictates that the section should have a dark blue colour. The implication of this is that the expand/collapse icon (up/down arrow) is barely visible (see image below) I ...
Pete Atkin's user avatar
1 vote
0 answers
45 views

Some of our forms have 10-20 questions, and when answer the question at the bottom of the current page, the user has to page-down to see the next question, and so on until they reach the last question....
Pete Atkin's user avatar
-1 votes
1 answer
98 views

I was trying to use the IF/THEN/ELSE syntax in the Custom CSS Classes field within a control For example, we wanted to change the background colour of a text depending on a radio-button setting: So ...
Pete Atkin's user avatar
1 vote
1 answer
110 views

We have a requirement to enter a value in a control (Repeating Grid Rows), then use that number to create the same number of Repeated Grid rows/iterations. Furthermore, if that control number is ...
Pete Atkin's user avatar
1 vote
1 answer
42 views

We paste a JSON string into one of our form controls which is then used by another application to generate data. We need a way of validating this JSON string before the form is saved/submitted. How ...
Pete Atkin's user avatar
2 votes
1 answer
52 views

I know we can populate a hidden control at the xforms-ready event: <xf:action event="xforms-ready" type="javascript"> var vProtocol = window.location.protocol; var ...
Pete Atkin's user avatar
2 votes
1 answer
85 views

I'm trying to configure Orbeon Forms to use SQL Server instead of SQLite, but I keep encountering this error: 2024-07-01T18:53:45,482 ERROR relational - Data source `sqlite` not configured 2024-07-...
Georgiana Iuliana's user avatar
1 vote
1 answer
126 views

We have a situation whereby the user is losing form data when they navigate away from the form (e.g. clicking on a URL link). So we want to force a form SAVE before the URL is opened. Is there a way ...
Pete Atkin's user avatar

15 30 50 per page
1
2 3 4 5
83