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 3 Current »

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 the "<deletedFields>" section to "<undoDeletedFields>" which you want to undo.

  • Import the updated XML file from the form list page.

    CF 23.png


    CF 24.png
  • After successful import, download the XML version of the form that includes the field. Click on the Preview 'Eye Icon' to see which version contains the field.

    image-20241125-115808.png
  • Import the newly downloaded XML file and Refresh the form page to verify if the field is reverted.

  • No labels