mirror of
https://github.com/marcogll/molding_assesment.git
synced 2026-03-15 16:25:06 +00:00
Trim trailing spaces in n8n workflow for all text fields, add facility dropdown to funnel form with Planta 1-4 options, update Google Sheets schema for funnel data
This commit is contained in:
@@ -201,6 +201,50 @@
|
||||
"backButtonLabel": {
|
||||
"default": "Anterior"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "facility",
|
||||
"type": "multipleChoiceSingle",
|
||||
"headline": {
|
||||
"default": "Instalación/Facility"
|
||||
},
|
||||
"subheader": {
|
||||
"default": ""
|
||||
},
|
||||
"required": true,
|
||||
"choices": [
|
||||
{
|
||||
"id": "c0",
|
||||
"label": {
|
||||
"default": "Planta 1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "c1",
|
||||
"label": {
|
||||
"default": "Planta 2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "c2",
|
||||
"label": {
|
||||
"default": "Planta 3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "c3",
|
||||
"label": {
|
||||
"default": "Planta 4"
|
||||
}
|
||||
}
|
||||
],
|
||||
"buttonLabel": {
|
||||
"default": "Siguiente"
|
||||
},
|
||||
"backButtonLabel": {
|
||||
"default": "Anterior"
|
||||
},
|
||||
"shuffleOption": "none"
|
||||
}
|
||||
],
|
||||
"endings": [
|
||||
|
||||
Reference in New Issue
Block a user