/
Undo Delete of Fields
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.

  1. Go to the forms overview page.

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

    CF 22.png
  3. 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>
  4. 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>
  5. Move the fields from the "<deletedFields>" section to "<undoDeletedFields>" which you want to undo.

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

    CF 23.png



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

  8. Import the newly downloaded XML file and Refresh the form page to verify if the field is reverted.

Related content

Form Actions
Form Actions
More like this
Example Forms
Example Forms
Read with this
How to remove default value set for the custom form field?
How to remove default value set for the custom form field?
More like this
HTML Formatting in Forms
HTML Formatting in Forms
Read with this
Bulk edit/delete participants via UI
Bulk edit/delete participants via UI
More like this
Attribute Types Examples
Attribute Types Examples
Read with this
Got feedback or spotted a mistake?

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