app/views/phcmembers/member/profiles/_form.html.erb in phcmembers-7.0.3 vs app/views/phcmembers/member/profiles/_form.html.erb in phcmembers-8.0.0

- old
+ new

@@ -1,10 +1,12 @@ <%= form_for(member_profile) do |f| %> <!-- PHC-Notifi Render Validation --> <%= render 'phcnotifi/validations', :object => @member_profile %> - + <!-- PHC-Notifi Render Validation --> + + <!-- Form Fields --> <div class="form-group field_with_errors"> <%= f.label :mfirstname, "First Name*" %> <%= f.text_field :mfirstname, class: 'form-control', placeholder: 'First Name' %> </div> <div class="form-group field_with_errors"> @@ -21,11 +23,14 @@ </div> <div class="form-group field_with_errors"> <%= f.label :mphone, "Contact Phone Number*" %> <%= f.text_field :mphone, class: 'form-control masked', placeholder: 'Contact Phone Number (Will Remain Private)', data: {format: '(999) 999-9999', placeholder: 'x'} %> </div> - + <!-- Form Fields --> + + <!-- Form Button --> <div class="actions"> <%= f.submit class: "btn btn-primary" %> </div> + <!-- Form Button --> -<% end %> +<% end %> \ No newline at end of file