Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: We've nothing for that, but you maybe able to fake it using CB Conditional (it can set fields required/non-required) by checking if email is not empty then setting the condition to not function on registration. Using JS only will not work; CB has PHP protection against simple DOM edits.
Please Log in or Create an account to join the conversation.
For pre-selected you can only do this for fields at registration by configuring the Default parameter when editing your fields in Field Management. This parameter will do nothing for fields not displayed on profile though.What about show/hide or pre-selection of selectboxes/checkboxes/radio ? Is this possible?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Pre-selected values would work as they'd post with the form. Show/hide would not work for required fields as you'd need PHP to remove the required flag. CB Conditional can do all of this easily for you except for the pre-selecting.Sorry my fault, i mean show/hide/pre-selection with custom JavaScript on register form. Does the protection allow such manipulations?
Please Log in or Create an account to join the conversation.