I generated a new form using the rest api.
Here is the link to the editor
Here is the JSON body i used to create the form:
{
"form_name": "Mass Tort- NEW - Silicosis",
"template_form_id": "XmYpWq",
"steps": [
{
"step_id": "Have you worked as a countertop",
"template_step_id": "Were you injured?",
"origin": true,
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"text": "Have you worked as a countertop installer and/or stone fabricator?"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "Have you worked with quartz",
"template_step_id": "Were you injured?",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174001",
"text": "Have you worked with quartz and/or other manmade (engineered) stone for 1 year or longer?"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "How many years have you worked",
"template_step_id": "How did the accident happen?",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174002",
"text": "How many years have you worked/did you work with quartz and/or other manmade (engineered) stone?\n\nHelp text: if IP has worked for less than 1 year, please choose \"0\""
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "Names of stones you have worked with",
"template_step_id": "Describe Your Injuries",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174003",
"text": "Names of stone(s) you have worked with?"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "What are your job duties",
"template_step_id": "Describe Your Injuries",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174004",
"text": "What are/were your job duties?"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "Names of places you have worked",
"template_step_id": "How did the accident happen?",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174005",
"text": "Name(s) of place(s) you have worked"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "Have you suffered from illnesses",
"template_step_id": "Describe Your Injuries",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174006",
"text": "Have you suffered from any of the following illnesses after being exposed?"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "If other please describe",
"template_step_id": "How did the accident happen?",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174007",
"text": "If other, please describe"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "Date of diagnosis",
"template_step_id": "When did your accident happen?",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174008",
"text": "Date of diagnosis\n\nHelp text: If no diagnosis, please use date of injury"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "State of diagnosis",
"template_step_id": "Where did the accident happen?",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174009",
"text": "State of diagnosis"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "City of diagnosis",
"template_step_id": "Where did the accident happen?",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174010",
"text": "City of diagnosis"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "Currently represented by attorney",
"template_step_id": "Were you injured?",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174011",
"text": "Currently/Previously represented by an attorney"
}
],
"buttons": [],
"images": [],
"progress_bars": []
},
{
"step_id": "Accepted settlement offers",
"template_step_id": "Were you injured?",
"fields": [],
"texts": [
{
"id": "123e4567-e89b-12d3-a456-426614174012",
"text": "Accepted settlement offers for injuries"
}
],
"buttons": [],
"images": [],
"progress_bars": []
}
],
"navigation_rules": []
}
The form was successfully created via API but the editor is not working.
“Something happened while loading your page.”