Hi there, I may have run into some bugs.
1. When using the multiplier radio fields do not work. They also work fine in regular repeaters with the multiplier option disabled. Checkboxes, etc work fine.
2. Validation does not work when the content multiplier option is enabled whether the field has data or not. No problem when the multiplier option is disabled.
3. Mask does not work on multiplied fields, if I set the Data Provider to 4 for example, then it will work on the initial multipliers but not on additional ones. No issue with multiplier disabled.
I'd like to at least get the radio buttons and validation figured out, the mask is not as urgent. I'd drop back to CF5 and rebuild but I have quite a bit of time in this now. Maybe I'm missing something.
1. When using the multiplier radio fields do not work. They also work fine in regular repeaters with the multiplier option disabled. Checkboxes, etc work fine.
2. Validation does not work when the content multiplier option is enabled whether the field has data or not. No problem when the multiplier option is disabled.
3. Mask does not work on multiplied fields, if I set the Data Provider to 4 for example, then it will work on the initial multipliers but not on additional ones. No issue with multiplier disabled.
I'd like to at least get the radio buttons and validation figured out, the mask is not as urgent. I'd drop back to CF5 and rebuild but I have quite a bit of time in this now. Maybe I'm missing something.
Hi jlundmark ,
Please post a link to the form so we can take a quick look.
Bob
Please post a link to the form so we can take a quick look.
Bob
You can find it below. Notice the radio buttons and how the first name field in the Parent/Guardian section will not validate.
This is private content
Hi jlundmark,
There is something wrong with the element naming - you are getting names like name="group1[{"key":"1"}]" which is illegal HTML.
Not sure why the {"key":"1"} part isn't being replaced by a number - maybe the quotes in there are a problem?
Bob
There is something wrong with the element naming - you are getting names like name="group1[{"key":"1"}]" which is illegal HTML.
Not sure why the {"key":"1"} part isn't being replaced by a number - maybe the quotes in there are a problem?
Bob
Thanks, that helped me look into issues with the naming.
It looks like I was missing ".key" in the field names which was causing some issues with the radio buttons.
Also, setting the ID and Name to the same value solved the validation issue.
The mask still doesn't seem to be working so I may be missing something else.
It looks like I was missing ".key" in the field names which was causing some issues with the radio buttons.
Also, setting the ID and Name to the same value solved the validation issue.
The mask still doesn't seem to be working so I may be missing something else.
Hi jlundmark,
I suspect that the mask doesn't work because the code is activated when the page loads and at that point the extra multiplier inputs don't exist.
If you ask Max (the owner and developer) using the Contact menu above he may be able to add some code to check for and add masks when the 'Add' button is clicked.
Bob
PS You might try a datepicker set to show years when opened - but I'm not sure if that will work correctly in a repeater.
I suspect that the mask doesn't work because the code is activated when the page loads and at that point the extra multiplier inputs don't exist.
If you ask Max (the owner and developer) using the Contact menu above he may be able to add some code to check for and add masks when the 'Add' button is clicked.
Bob
PS You might try a datepicker set to show years when opened - but I'm not sure if that will work correctly in a repeater.
This topic is locked and no more replies can be posted.
