% profile = nil if profile.nil? # weird hack so erb doesn't throw an exception when profile is not passed in
%>
<% required ||= {} %>
<% show_anon = true if show_anon.nil? %>
<% # we need to generate a unique id for the "anonymous" checkbox if this form is included multiple times throughout a page
%>
<% unique_id_token = SecureRandom.uuid %>