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.
Please Log in or Create an account to join the conversation.
krileon wrote: Each field is contained in a single div. If you order those 2 fields one after another you can use CSS to make them appear as columns (side by side in a single row). Example as follows.
Code:.cbft_password { display: inline-block; width: 50% }
You can find the class on the div surrounding your fields by right clicking and clicking inspect element on them. You can also add your own CSS class using the "CSS Class" parameter found while editing your field in CB > Field Management.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.