This question have many answers out there but none of those answers solved my problem. I have a modal with some tags. I am trying to save the value
I finally got this working with a hint from Ricardo Almeida:
<%=form_with id: :friend_email_form, url: friend_emails_create_path do |f|%> # form fields entered here <%= f.submit "Send Email", class: 'btn btn-primary', "onclick":"submit_form();", "data-dismiss":"modal"%>