I've got a file upload group with two fields - document name and file upload. It has a limit of 20 documents.
It works with the first two file upload boxes but trying to add more do not open the upload dialog.
I get these two errors in the console though. Are they the cause? I've reinstalled CB and CBSUBS.
CB version - 2.11.0+build.2026.04.17.15.58.10.fe6bcab9e
CBSUBS version - 4.9.0+build.2026.04.24.18.10.29.a213aedfe
Uncaught SyntaxError: Identifier 'cbHideFields' has already been declared (at cb12.min.js?v=8c5b8f1ace83b9e7:1:1)
Uncaught SyntaxError: Identifier 'planOptions' has already been declared (at cbsubsoptions.min.js?v=0294ef909b20810b:1:1)
Attachments:
Last edit: 1 hour 29 minutes ago by wintercorn. Reason: versions
Is this happening during registration, profile edit, or both? On backend, frontend, or both? That logic is basically entirely handled by CB Field Groups so be sure you've latest release of it installed as well.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
During registration. I've reinstalled the plugin but it was the latest (2.1.2) anyway.
Another seemingly connected thing is that if there's one field and I click Add Row it adds rows 2 & 3 and then doesn't allow uploads. If it just adds a single row then it works OK.
Works OK in Chrome normal but not an incognito tab. Doesn't work in Firefox, Brave, Edge or Vivaldi.