I am not sure. But should we consider getElementsInitializedAndFlattened in place of getElementsDecoded considering that the previously used function was getElementsFlattenedAndHasValue
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2847658-6-use-flattened-elements.patch | 805 bytes | andy_w |
| #2 | use-2847658-2.patch | 652 bytes | gokulnk |
Comments
Comment #2
gokulnk commentedComment #3
grisendo commentedWhat are the advantadges of using getElementsInitializedAndFlattened instead of getElementsDecoded?
Comment #4
grisendo commentedComment #5
andy_w commentedThis is required in order to locate email fields which are nested within a fieldset (or any container element), currently only root level email fields are available as an option.
Comment #6
andy_w commentedHere is a patch for the latest release 8.x-5.3
Comment #7
andy_w commentedComment #8
mbovan commented#6 seems correct and works for me.
Comment #10
mbovan commentedCommitted. Thanks.