Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I see, yeah I don't think the minimum length parameter even has jQuery validation usage. Have added a note to the ticket to also look into that.What you are saying is correct only for maximum number of words but not for minimum.
Here is an example what I believe is much better: www.aspsnippets.com/demos/262/
Validation errors will display under the field with proper Bootstrap alert styling. You can see it now by making a field required then not supplying it a value.In this case it is for characters only but it could be customed for words as well. What I am trying to say is that I am missing a visual clue for the user what to expect from this field. Another option would be to have a red background of the field as long as the validation is negative and turn green once it is validated. this would prevent the fields to jump around due to the validation text.
I see lots of ways to improve here.
Another option would simply be a counter that show the number of words. Make it red colour as long as minimum is not met. Green when minimum is met and maximum not yet reached and red again when maximum is due.
I think this would help a lot.
I've implemented jQuery binding for cbTabNavPrevious and cbTabNavNext. You can add buttons with these classes in a Custom HTML field to have previous/next navigation anywhere you like.- Add "Next" and "Previous" buttons until the user hits the last tab. Then change button to register.
That doesn't make sense unless you're specifically wanting Step by Step, which not everyone wants. That's something you could do with a little jQuery added by CB Auto Actions. It's just too specific to be a part of the core. It also wouldn't be functional at all on Flat layout. You could also use CSS to hide the initial registration button and render a custom one on your last tab using a Custom HTML field. This used to be something CB Conditional provided and may provide again in a later release.- Make the "Register" button unclickable or at least grey colour until user reachces last tab.
They're Bootstrap 3 styled. Once we go stable I'll be releasing the LESS files in which case you could generate a new bootstrap.css with whatever bootstrap theme you like. We are avoiding altering the core styling of Bootstrap to allow for unlimited styling potential through Bootstrap Themes.- Make tab heading different colour and easier to detect. Colours could even change once the user has finished one tab.
Please Log in or Create an account to join the conversation.
I am comparing the new tabbed registration process with the step by step registration and I believe the new way poses more confusion for the users.krileon wrote: Validation errors will display under the field with proper Bootstrap alert styling. You can see it now by making a field required then not supplying it a value.
Yes this might be specific for step by step compared to simply tabbed registration. But it seems that there is no step by step registration any more. So I have to use this. And I believe it is not very good substition. If there will be improvement in the core or by a plugin does not matter to me.krileon wrote: That doesn't make sense unless you're specifically wanting Step by Step, which not everyone wants. That's something you could do with a little jQuery added by CB Auto Actions. It's just too specific to be a part of the core. It also wouldn't be functional at all on Flat layout. You could also use CSS to hide the initial registration button and render a custom one on your last tab using a Custom HTML field. This used to be something CB Conditional provided and may provide again in a later release.
Please Log in or Create an account to join the conversation.
The validation kicks in on change for selects and on click for other inputs. I'll be reviewing this behavior further as part of the bug ticket. It should be for text and textarea fields on keyup so it can validate as you type.The validation for minimum words/characters ist not present. For maximum words/characters it is simply that the user cannot type anymore without giving him a hint what is going on. And validation for a required field happends only on pressing register button.
CB Conditional will be providing Step by Step using the Tabbed layout as its based. It was removed because it was jQuery tabs and barely worked at times. With built in Tabbed layout it'll be significantly easier for this functionality to be implemented. Core CB does not have built in Step by Step; just Tabbed. I've added a CB Conditional ticket for this so it'll be more clear that it's coming back for its next release.Yes this might be specific for step by step compared to simply tabbed registration. But it seems that there is no step by step registration any more. So I have to use this. And I believe it is not very good substition. If there will be improvement in the core or by a plugin does not matter to me.
I am just testing it and telling you what I believe is missing.
Please Log in or Create an account to join the conversation.