xPages and Legacy Forms

Hi…If I have a form with 10 fields on it, but with a lot hidden fields (to mark status and live of the document)…

How would I use that in a new xPage format?

If I pull over the UI 10 Fields into a XPAGE, with the hidden fields on the form be computed still when submitting the xPage? (since a xpage is just a link to a form).

Is the form filled in accordingly for notes client users?

Subject: computewithform

only bring in the fields to the xpage that needs to be visible to the user. then use computewithform on the document (see all properties-Data)

if you want to change fields not in the xpages use ssjs for that.

e.g

doc.replaceItemValue(“myfield”,“myValue”);

doc.save();

Good Luck

Thomas Adrian

http://www.notessidan.se