Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

If any form field is deleted accidentally, it can be reverted by using the form XML. Please follow the steps mentioned below to revert the deletion.

  • Go to the forms overview page.

  • Download the XML of the form that you want to undo deleted fields for.

    CF 22.png

  • The list of deleted fields is available in the exported form XML underneath the <deletedFields> tag.

<deletedFields>
<field udn="Address"/>
<field udn="biobank_details"/>
</deletedFields>
  • The deletion of form fields can be undone by adding the following section in the XML to be imported.

<undoDeletedFields>
<field udn="Address"/>
<field udn="biobank_details"/>
</undoDeletedFields>
  • Move the fields from "<deletedFields>" section to "<undoDeletedFields>" which you want to undo.

  • Import updated XML file from the form list page.

    CF 23.png


    CF 24.png

  • No labels