Disable validation within CB Conditional configuration and you won't be forced to complete required fields on a step by step basis.However I not convinced about step by step process. I don't know if is because I made some wrong manipulation or other but is a bit difficult to setup. After making some test I get some problem... In fact all seem to be fine when filling correctly all required fields. But in case I voluntary not filled some required fields, I was stuck and it was impossible to go back or even to continue the process to next step because the form was blocked and the fact to click on previous/next button or to click on tabs had no effect.
Nope.So my question: Do you have added in the coming CBSubs version 1.3 a feature (in Workflow Tab) for allow us to SHOW fields instead to only HIDE ?
Please Log in or Create an account to join the conversation.
Disable validation within CB Conditional configuration and you won't be forced to complete required fields on a step by step basis.
element.style {
background-image: url(" www.site.com/modules/mod_cblogin/mod_cblogin/login.png ");
background-position: 0 0;
background-repeat: no-repeat;
border-width: 0;
cursor: pointer;
height: 20px;
margin: 0;
vertical-align: top;
width: 250px;
}
Please Log in or Create an account to join the conversation.
Nope, validation is triggered on input change or key up.Have you a workaround for this problem ??
Sure, simply use the below.Can you tell me what CSS code I'm supposed to put in my css template file for hide the Bar ??
Sorry, don't have any code to provide. You'll need to use Firebug for Firefox and inspect the profile to restyle it to fit your needs.3) For use step by step process we must use the DIV profile view. Until now I used the Table view because I liked the fact to get a nice grid who allow to well delimit each field at registration and also on profile view. Also because each field was more spaced while with DIV is not the case who result in a more "compressed" view. I suppose is possible to get the same Table result in DIV view using CSS but I don't know how to get it. Have you a code to give me?
You can use CSS to hide a fields title at registration, example as follows.4) I would like create some delimiter field for allow me to separate/categorize a bit some fields by putting for example a HR line. The problem is the delimiter title is always displayed on registration form and I would like to hide it. It seem is also possible to hide the title of some specific delimiter field using CSS but here also I don't know how to do... Have you an example please?
Below are the buttons classes so you can style however you please. As for Joomfish, CB has never supported Joomfish so nothing to advise there; sorry.5) I would like customize the Previous + Next + Register default button with my own graphical button. This buttons must also be displayed correctly according to the site language (I use Joomfish on my 2 multi-language site). Here also I suppose is possible using CSS... Can you help me ??
No idea where that CSS is coming from as CBs login module has no inline-styling. It's all done from CBs CSS files. However, CB doesn't style any of the buttons; it inherits however Joomla styles them. The class used is "button".6) Finally I would like replace the default Login/Logout image button of CB Modlogin. I found all image who are located on /public_html/modules/mod_cblogin/mod_cblogin but I'm unable to find where is the related css code for increase the size of the image background. When checking with Firebug I found the code who is this one:
Please Log in or Create an account to join the conversation.
Nope, validation is triggered on input change or key up.
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.