I had a form that I modified to add more input fields. I duplicated a number of the existing fields to save time and renamed them with a new element name. These new input elements do not show up in the data binding. Dropping a new input element does show up. I tried a few tests to see if it was related to each element being part of a DIV group (the text label and input element) but that was not the case. Anyone have any insight to what is happening or what I did wrong. I can make work by deleting the duplicated inputs and re-adding them by dropping them in but would like to know for the future.
Hi @celtic_saint are the inputs in a repeating group? If so, they won’t show up there. If not, is it a native input element or a component?