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 #226554 by artpol

krileon wrote:

it ssems there is still something not working correct. i have a field which called cb_trainierende. min value is 1 and max value is 5 and it is required if the user checks radiobutton cb_selfmainuser (second option).
at the end oif the regprocess i get an error feedback that says i have to put a number from 1 to 5 into the field cb_selfmainuser even i did so at teh beginning of the process

You could have conflicting conditionals causing that field to reset to 0. Please be careful with complex conditional setups as it's easy to mess up as you add more and more conditionals. I suggest reviewing making it more simple.

.. at the moment they are not complicated at all. there is a first set of radio buttons that show up a second group of radio buttons (cond 1)
.. then in the second group of rb. there are 2 that show a certain field....
.. the number i type into the respective field shows up a tab with several fields

thats all.... i removed all "make mandantory stuff from conditions an so the basic fields are mandantory even the condition might hide the tab where the fields are assigned to....

what does that mean - i did not understand if this will perhaps impact my situation as i have several steps and if the user selects a certain radiobutton in cb_selfmainuser this will hide some tabs in one condition....
does that work by now?

Right now you can click the Steps and navigate through them. You'll notice you can go from Step 1 to Step 3, which bypasses Step 2; it's not supposed to do that. Step 2 has required fields so it should stop you from going to Step 3. Am looking into fixing this as well.[/quote]

ok now i understandt. but this will not have any impact if a condition shows in one situation tab 12345 and in another 1345 as the user in both situations follows linear by clicking next - right ?
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 #226566 by krileon

.. at the moment they are not complicated at all. there is a first set of radio buttons that show up a second group of radio buttons (cond 1)
.. then in the second group of rb. there are 2 that show a certain field....
.. the number i type into the respective field shows up a tab with several fields

thats all.... i removed all "make mandantory stuff from conditions an so the basic fields are mandantory even the condition might hide the tab where the fields are assigned to....

I think this maybe a bug of value resetting. Please try turning off value resetting and see if you 1-5 field still errors when trying to register. If you've multiple conditions on the field that you supply 1-5 for it maybe resetting in PHP, which would give you that popup window error.

ok now i understandt. but this will not have any impact if a condition shows in one situation tab 12345 and in another 1345 as the user in both situations follows linear by clicking next - right ?

Yeah, this has no affect on if Prev/Next are being used. This bug is if you click the steps at the top directly. I'm looking into fixing it for next release so it behaves the same as Prev/Next like it should.


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 #226572 by artpol
Hm,
i switched off resetting and was not able ageain to send a registration. button does not accept the last next click before the captcha page is shown. technical this means that it seems to be an error with the tab that corrosponds with the numer i had to fill in my field that is shown by the condition (value expected 1-5).

Ok but you had fixed already value resetting in 3.0.5 for me as i found another bug on that. if i remove this my fields will not behave correct as a user might change a radiobutton after he has filled in a field value.

would it be an option till you can fix it to remove the number constrain 1-5 ?
i have the problem that i have to set the page online tomorrow :-/

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 #226581 by krileon
I'm not sure what the issue is at this point. I was able to register perfectly fine, see "demouser". Please PM exact steps to duplicate your issue so I can understand better what's happening.


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 #226582 by krileon
Aha, reviewed further and nothing to do with CB Conditional. The issue is the REGEX validation that was added to the field, which wasn't valid. I've removed it (not needed anyway) and works perfectly fine now. Please also confirm is working fine now.


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.

  • artpol
  • artpol
  • OFFLINE
  • Posts: 69
  • Thanks: 5
  • Karma: 1
11 years 5 months ago - 11 years 5 months ago #226584 by artpol
Hm - is still have the isssue.
test case was this:
vollmitgliedschaft
Nur andere Familienmitglieder trainieren
1

then added all information to fields and got again the error that there are only values betwenn 1 and 6 are validf for the field Anzahl trainierender Familienmitglieder.

did you test this way or just removed the regex ?

.. ah sorry i see you removed the regex only for the other field - ill test again...
Last edit: 11 years 5 months ago by artpol.

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

Moderators: beatnantkrileon
Powered by Kunena Forum