No, we don't have a release date but we're doing our best to work towards a stable release soon.Do you know when 2.0 will be out
Absolutely, you'll upgrade CB the same way you always have.and if it is an easy update from 1.9.1 to 2.0?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You'll need to use CSS to move it to the bottom. A combination of absolute positioning on the checkbox and relative on its parent can be used to do this, etc..I tried your method and all worked except the checkbox is at the top of the field. I needed it at the bottom so the user was forced to scroll to the very bottom to check it
No.Is there no way to display a checkbox field inside of another field?
Correct, it'd be a security violation of CB just stored anything that posted. It only stores fields that are designed to store.I tried putting code for an input field which worked fine, but it wouldn't pass the data on to the database.
That shouldn't be an issue for CB Auto Actions. You can grab any value sent with the form post using [post_INPUT_NAME_HERE].I couldn't get an auto action to do that part either.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Using absolute positioning on the div and the checkbox with a parent that has relative positioning will allow you to move them around. Sorry, but I can provide you with no other solution at this time. This won't be an issue with CB 2.0 as it has a Terms and Conditions fieldtype that'll allow inline text above checkbox, etc..Since I have all the terms in a scrolling div and the checkbox is outside the div, I can't move it where I need it using CSS.
Leave User as Automatic. Setting it to "User" for a registration trigger will result in an empty user object, because "User" uses the viewing user and on that trigger there isn't one. So your query is always going to fail because there's no user for it to update.the User field is set to "User"
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.