You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no built-in way to create form with multiple column, but you should not modify the inputContainer template, or at least keep the standard class.
The right way to do what you want is to insert input into a layout:
CakePHP has a inputs methods to generate multiple inputs in a fieldset. I will probably extend it to all multiple columns in a future version, so something like that:
Hello there,
First, thanks for releasing this Plugin.
Is is possible to group multiple input inside the same row ?
For exemple, if I want to show 2 input in the same row, I use the following code :
Am i missing something or is the only way ?
Thanks in advance
The text was updated successfully, but these errors were encountered: