Please Log in or Create an account to join the conversation.
You don't need CB Auto Actions for tabbed/stepped registration. This can be enabled within CB > Configuration > Registration by adjusting "Registration Layout" as needed.A. Two or more tabs, the first tab collects firstname, lastname and cb_birthdate, and click next.
You'll just need to set the email field as non-required. Next you'll need to add the below CSS to suppress its display (it needs to be on the form so its post data can process).B. The second tab has been auto-populated with values from firstname, lastname and cb_birthdate as an email address like: firstname@lastname.mmddyysixdigits as:
joseph@smith.080568
Please Log in or Create an account to join the conversation.