Hi, I would like to have these fields inline. How can I achieve this using bebuilder?
Hi,
to put button and text field next to each other, you need to put each element into own column using html, like:
<div class="column one-second">text input</div> <div class="column one-second">button</div>
Comments
Hi,
to put button and text field next to each other, you need to put each element into own column using html, like: