Got feedback or spotted a mistake?

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

Undo Delete of Fields

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 list page.

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

  • 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.

 

Got feedback or spotted a mistake?

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