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
From time to time I want to render arbitrary html in the middle of the form. Think of it like a free-form, pseudo field that won't render any <input> - just other, custom html.
I know that there's the after_content.html.erb facility, but that renders content after the entire form. What I often want is to render html between two fields of the form.