If this is a bug, please let me know and I'll post it over there. If not, please look at my example - I recreated it based on a form I am working on, with just the elements I am having issue with, and the problem still persists. I can create new fields in the preview using the Repeater Area functionality, but I have yet to be able to get javascript to see the new fields, much less affect them. The javascript sees the original fields just fine. I have tried input, and in this example, class as items for the javascript to identify the fields by, but only the original field is affected. The rest are ignored.[file=10291]Repeater_Area_Test_27_Mar_2018_14_34_18.cf6bak[/file]
Anyone? Or is this a really stupid question?
Hi itpates ,
It is not a bug so I have deleted your duplicate post there.
The problem as I understand it is that the 'new' Repeater area elements did not exist when the page loaded so no JavaScript events/actions will have been added to them. You have to re-identify them after they have been added. There is a FAQ showing how to do that with CFv5 - I imagine that something similar will work with CFv6 but I have not yet tested that out.
Bob
I found 2 FAQs for v5 that dealt with multiplier areas, but neither of them gave much inspiration on how to initialize new fields to JQuery in V6.
I disagree that this is not a bug. I tried the v5 recommendations and it's FUBAR. I know JQuery works on these sorts of forms just fine because I had it working on v4. What changed to break that? I need this and it should be trivial.