Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible in Orbeon Form Builder to store the multiple copy of same form?

For example I have create one form with 10 fields and also I need another form with 1 more additional field. I want use the copy of existing so that I can add another field and save it.

Thanks Pradeep Bansal

share|improve this question

1 Answer

At this point, there is no "save as…" or "create copy of this form" capability in Form Builder. You can simulate this by:

  1. Opening the form you would like to make a copy of, clicking on Edit Source, copying the source of the form.
  2. Creating a new form, choosing a new app name / form name, again going to Edit Source, and pasting the source you copied.
  3. Pasting the source will change the app name / form name of your form to be the one of the original form, so after pasting the source, go to Metadata / Edit Metadata and reset the app name / form name.

This technique does not copy attachments you might have to your form, so if you have attachments you also need to reattach them to the target form.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.