jochen777 / jWebForm

Java WebForm Library: HTML Form generation and validation
MIT License
17 stars 2 forks source link

Pebble and Bootstrap (3) out of the box? #4

Closed decebals closed 5 years ago

decebals commented 5 years ago

Can I use it with Pebble template engine and Bootstrap (3) without modifications? I my mind (maybe I'm wrong) this means:

jochen777 commented 5 years ago

Yes, you can use it without modifications. The build in theme (jwebform-themes) can render a form without any template engine at all. (But to be honest: In a bigger/professional project, you want to style sooner or later your forms yourself. Then you can use the pebble-templates from the jWebformExample project as a starting point.) The core should never needed to be touched - but you can greatly modfiy it by injecting different behaviours our your own input-fields. Feel free to ask, if you need help to start!! best regards - Jochen

decebals commented 5 years ago

Thanks for advices.