Skip to content

Commit

Permalink
Multiline prework
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyngvelundin committed Jul 8, 2024
1 parent 91caef8 commit 2e03180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/list/getFieldLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ function getFieldLabel(id) {
return fieldName.trim();
}
catch (error) {
let baseId = id.split("|")[0];
let baseField = JotForm.getFieldFromID(baseId)
// console.log("Here's basefield", baseField);
fieldName = `Unkown Label ${id}`
return fieldName;
}
Expand Down

0 comments on commit 2e03180

Please sign in to comment.