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 overview 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 the "<deletedFields>" section to "<undoDeletedFields>" which you want to undo.
Import the updated XML file from the form list page.
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.
Import the newly downloaded XML file and Refresh the form page to verify if the field is reverted.
Leave a comment at the end of this page or email contact@krishagni.com