<%= f.input :social_media_icon, label: false, as: :file, input_html: { class: "hide social-media-icon", id: "social-media-icon-#{f.object_id}"} %>
<%= f.input :social_media_url, label: false, placeholder: "Type social media influencer URL" , input_html: { class: "w80 h40" } %>
<%= link_to_remove_association f do %><% end %>