Sha256: 316cc79b4249ed846858ac1c0bcd2c0f3cb85bd6e799221e4e25cd07a5d3c5f3
Contents?: true
Size: 1.77 KB
Versions: 13
Compression:
Stored size: 1.77 KB
Contents
<!-- PHCMembers Form - Profiles --> <%= form_with(model: @member_profile, local: true) do |phc_members_member_profile| %> <!-- PHCNotifi Render Validation --> <%= render 'phcnotifi/validations', :object => @member_profile %> <!-- PHCNotifi Render Validation --> <!-- PHCMembers Fields - Profiles --> <div class="form-group field_with_errors"> <%= phc_members_member_profile.label :mfirstname, "First Name*" %> <%= phc_members_member_profile.text_field :mfirstname, class: 'form-control', placeholder: 'First Name' %> </div> <div class="form-group field_with_errors"> <%= phc_members_member_profile.label :mlastname, "Last Name*" %> <%= phc_members_member_profile.text_field :mlastname, class: 'form-control', placeholder: 'Last Name' %> </div> <div class="form-group field_with_errors"> <%= phc_members_member_profile.label :mtitle, "Job Title" %> <%= phc_members_member_profile.text_field :mtitle, class: 'form-control', placeholder: 'Job Title/Salutation' %> </div> <div class="form-group field_with_errors"> <%= phc_members_member_profile.label :memail, "Contact Email Address*" %> <%= phc_members_member_profile.text_field :memail, class: 'form-control', placeholder: 'Contact Email (Will Remain Private)' %> </div> <div class="form-group field_with_errors"> <%= phc_members_member_profile.label :mphone, "Contact Phone Number*" %> <%= phc_members_member_profile.text_field :mphone, class: 'form-control masked', placeholder: 'Contact Phone Number (Will Remain Private)', data: {format: '(999) 999-9999', placeholder: 'x'} %> </div> <br> <div class="actions"> <%= phc_members_member_profile.submit class: "btn btn-primary btn-gradient waves-effect waves-light btn-md" %> </div> <br> <!-- PHCMembers Fields - Profiles --> <% end %> <!-- PHCMembers Form - Profiles -->
Version data entries
13 entries across 13 versions & 1 rubygems