Pow v1.0.8 Pow.Phoenix.HTML.FormTemplate View Source
Module that can build user form templates for Phoenix.
For Phoenix 1.3, or bootstrap templates, Pow.Phoenix.HTML.Bootstrap
can be
used.
Link to this section Summary
Functions
Renders a form
Link to this section Functions
Link to this function
render(inputs, opts \\ []) View Source
Renders a form.
Options
:button_label
- the submit button label, defaults to "Submit".:bootstrap
- to render form as bootstrap, defaults to false with phoenix 1.4 and true with phoenix 1.3.