How do I access changeset data in my HTML, passed in via form: to_form(changeset), when not using a Phoenix input component? Am I really supposed to do this:
<p><%= @form[:foo].value %></p>
Or am I missing something?
How do I access changeset data in my HTML, passed in via form: to_form(changeset), when not using a Phoenix input component? Am I really supposed to do this:
<p><%= @form[:foo].value %></p>
Or am I missing something?