Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] Registration form can not be sent even registration is allowed in CB settings

  • artpol
  • artpol
  • OFFLINE
  • Posts: 69
  • Thanks: 5
  • Karma: 1
11 years 5 months ago - 11 years 5 months ago #226535 by artpol
Hi,
ok so i did now the update to 3.07. but this seems to change the logic of my coditions as well as now it is impossible to reach the last process stept - captcha within a defined condition.

so i changed to another condition wich only displays a limited set of fields and tried to register but still the register button does not work.
in error console i get this:


Zeitstempel: 03.05.13 19:19:27
Fehler: ReferenceError: PostAffTracker is not defined
Quelldatei: aita.iq310.com/component/comprofiler/registers
Zeile: 349


there are also several warnings like this

Zeitstempel: 03.05.13 19:19:27
Warnung: Fehler beim Verarbeiten des Wertes für 'height'. Deklaration ignoriert.
Quelldatei: aita.iq310.com/component/comprofiler/registers
Zeile: 0

Zeitstempel: 03.05.13 19:30:20
Warnung: ReferenceError: deprecated arguments usage
Quelldatei: aita.iq310.com/components/com_comprofiler/js/overlib_all_mini.js?v=74886f53156cae88
Zeile: 30

ok so it seems to be a problem with the condition plugin from my understanding :-/
what can i do now to get my condition back working and more to get the register process to work again :-)
Last edit: 11 years 5 months ago by artpol.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 5 months ago #226537 by krileon

ok so i did now the update to 3.07. but this seems to change the logic of my coditions as well as now it is impossible to reach the last process stept - captcha within a defined condition.

A couple of logic bugs were fixed with latest release. There was some tab hiding conditional issues that needed fixed. So the usage you experienced before was actually a bug.

Reviewed source on your page and you have several Date of Birth fields that are marked as required. You probably have a double conditional issue. Please review those fields conditionals and adjust as needed. You're setting them required or not-required at the same time as disabling their tabs and causing their conditions to conflict. This results in hidden required fields, which will cause jQuery form validation to fail.


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.

Please Log in or Create an account to join the conversation.

  • artpol
  • artpol
  • OFFLINE
  • Posts: 69
  • Thanks: 5
  • Karma: 1
11 years 5 months ago #226538 by artpol
Ok as well i checked now what happens after disabling the tabbed condition and this does not work as well. same error feedback as before.

Please Log in or Create an account to join the conversation.

  • artpol
  • artpol
  • OFFLINE
  • Posts: 69
  • Thanks: 5
  • Karma: 1
11 years 5 months ago #226540 by artpol
ok so from my understanding i have to set them to "not required " so they will not conflict after a tab is hidden. did i get that right or may i set them without any condition to "required" and if the tab is hidden because of a other condition they will not throw an error message because of a mandantory state?

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 5 months ago #226542 by krileon

Ok as well i checked now what happens after disabling the tabbed condition and this does not work as well. same error feedback as before.

Don't understand the issue, tab conditionals seam to be working fine to me. You have a lot going on, it's extremely easy to create conflicting conditionals. Multiple conditions on a tab or field run independent from one another.

ok so from my understanding i have to set them to "not required " so they will not conflict after a tab is hidden. did i get that right or may i set them without any condition to "required" and if the tab is hidden because of a other condition they will not throw an error message because of a mandantory state?

Are you setting the field as required or not required using a conditional or is it already set to required with no conditional?


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.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
11 years 5 months ago - 11 years 5 months ago #226543 by krileon
Aha, was able to duplicate the field required bug. Will review fixing for next release. It happens when a field is set to Required after the tab has already been hidden and the field was originally set as Required. When setting the Required state of a field it should make sure the tab isn't hidden first.


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.
Last edit: 11 years 5 months ago by krileon.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum