# Can't open Form with flowable designer

**URL:** https://forum.flowable.org/t/cant-open-form-with-flowable-designer/7815
**Category:** Flowable Designer
**Created:** [May 4, 2021, 8:18am UTC](https://forum.flowable.org/t/cant-open-form-with-flowable-designer/7815 "2021-05-04T08:18:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kilian](https://avatars.discourse-cdn.com/v4/letter/k/ee7513/32.png) [@kilian](https://forum.flowable.org/u/kilian)
#### Post date: [May 4, 2021, 8:18am UTC](https://forum.flowable.org/t/cant-open-form-with-flowable-designer/7815/1 "2021-05-04T08:18:52Z")

</div>

Hello,

I’ve been provided with a flowable process .zip file made in version 6.4.1 and I need to interact with it on version 6.6.0.

Somehow, when I try to open the process with Flowable Engage I am facing an infinite loading avec le whole layout frozen, I can’t clic anywhere except going backward.  
I manage to upload and view the process by unzipping the file and renaming the xml process file into bpmn20.xml.

However, I still can’t open form with the Form Import interface, neither with .json nor .form extension.  
I think they are broken, could you help me point a way to fix it ?  
I literally don’t know what’s inside those forms unfortunately.

Here is an example of a form:

{  
“id”: “2b541af3-2ed3-11e9-b021-847beb151ea5”,  
“name”: “CDSS TU Form1”,  
“key”: “cdsstuf1”,  
“description”: “”,  
“editorJson”: {  
“name”: “CDSS TU Form1”,  
“key”: “cdsstuf1”,  
“version”: 0,  
“fields”: [  
{  
“fieldType”: “FormField”,  
“id”: “quelssontvossymptômesniv1”,  
“name”: “Quels sont vos symptômes (Niv1)”,  
“type”: “headline-with-line”,  
“value”: null,  
“required”: false,  
“readOnly”: false,  
“overrideId”: false,  
“placeholder”: null,  
“layout”: null  
},  
{  
“fieldType”: “FormField”,  
“id”: “q1”,  
“name”: “Dysurie (miction difficile, douloureuse)”,  
“type”: “boolean”,  
“value”: null,  
“required”: false,  
“readOnly”: false,  
“overrideId”: true,  
“placeholder”: null,  
“layout”: null  
}  
],  
“outcomes”: [{ “id”: null, “name”: “Next” }]  
}  
}

Thank you for your help,  
Kilian

---

<div class="post-metadata">

### Author: ![kilian](https://avatars.discourse-cdn.com/v4/letter/k/ee7513/32.png) [@kilian](https://forum.flowable.org/u/kilian)
#### Post date: [May 5, 2021, 9:07am UTC](https://forum.flowable.org/t/cant-open-form-with-flowable-designer/7815/2 "2021-05-05T09:07:13Z")

</div>

The reason was that my form was created with Flowable Modeler while I was trying to open it with Flowable Designer.

This issue can be closed.
