Its posible generate formular without table?
Notice: This thread is very old.
- Šaman
- Member | 2659
Sure. You can use another renderer (your own, or eg. Bootstrap renderer), use manual rendering, or even just bind form to prepared html. See documentation
Last edited by Šaman (2016-05-02 18:36)
- Darkling
- Member | 35
Hi, yes there is a way how to do it. Either you can use manual rendering (more here https://doc.nette.org/en/forms#…) or you can implement your own FormRenderer and then use $form->setRenderer(MyRenderer); (more here https://doc.nette.org/en/forms#…).
You can find some examples on web, for example Bootsrap renderer (https://github.com/…otstrap-form)
Hope it helps.
Last edited by Darkling (2016-05-02 18:40)