-
18 votes
Is there any studio to develop forms?
Status: completedOrbeon now has Form Builder. Check Orbeon Forms 3.7.2 or nightly builds for details as well as our wiki for the complete user guide.
-
3 votes
is there anyway that we can be shown how to create a form with variables.
i am in the process of create data forms, but i need to be able to hide forms in the back ground of the main form and then show the relevant form depending on the answer by the customer, example user chooses A so this shows form C, if the user choose B it shows D, but it is difficult as the instr... more
Status: completedMatt, you can use the "relevant" attribute for this. If you are writing the XForms "by hand", that is done by adding an xforms:bind. If you are using Form Builder, by editing the "visibility" (more on: http://wiki.orbeon.com/forms/doc/user-guide/form-builder-user-guide#TOC-Control-Validation-dialog)
-
1 votes
Please try the URL: http://www.orbeon.com/sitemap.xml.gz
It blows the server
Status: completedThat's now fixed.
-
6 votes
Allow execution of xxforms:script on xforms-ready event
xxforms:script is a good way to put javascript code in a clear way. But if you put a xxforms:script in an event xforms-ready, Orbeon don't execute or call the script.
For example:
<xforms:model ...>
...
<xxforms:script ev:event="xforms-ready">
alert("The xforms is... moreStatus: completed -
1 votes
Update the User Guide
I am going through your User Guide and come across some inconsistencies.
For example. The image shown at the end of paragraph 5.8. Finishing-Up the Controls shows a Save button. This button cannot be seen yet, because the next paragraph explains how to add the Save button.
Also, paragraph 5.10.... more
Status: completedGood catch. I added a note before that screenshot to warn readers that they will see how to add the "Save" button in the next section.
-
13 votes
Provide a date entry field where users can type in dates
Currently, you have to use the date picker which is inadequate for entering lots of dates or dates far in the past.
Status: completed -
3 votes
Make demo works on Firefox 3.X
Demo lile sql-address-book doesn't work on Firefox 3.0 but they do on Firefox 2.0.
Status: completedDid you try the nightly builds? This issue was fixed a long time ago in the nightlies.
-
2 votes
Add an event for when a whole form is dirty, and valid.
Basically it would be good if there was a simple way xform developers could know if their whole form is valid and is dirty.. Thus making it easy to know when the submit button is to be enabled..
Status: completedWe have implemented two extension events: xxforms-valid/xxforms-invalid, dispatched to instances when they become valid/invalid. See: http://www.orbeon.com/ops/doc/reference-xforms-2#validation-extensions-events
-
1 votes
add usersuggest to contact us
Status: completedDone, we have added this to the home page and the contact page.
