Sha256: 6db7b346dc033535648bacda3dd5adafb84ea176b7a9ec429e9814d5893747fb

Contents?: true

Size: 1.22 KB

Versions: 51

Compression:

Stored size: 1.22 KB

Contents

<%= form_for(member_profile) do |f| %>

	<!-- PHC-Notifi Render Validation -->
	<%= render 'phcnotifi/validations', :object => @member_profile %>

	<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">
		<%= f.label :mlastname, "Last Name*" %>
		<%= f.text_field :mlastname, class: 'form-control', placeholder: 'Last Name' %>
	</div>
	<div class="form-group field_with_errors">
		<%= f.label :mtitle, "Job Title" %>
		<%= f.text_field :mtitle, class: 'form-control', placeholder: 'Job Title/Salutation' %>
	</div>
	<div class="form-group field_with_errors">
		<%= f.label :memail, "Contact Email Address*" %>
		<%= f.text_field :memail, class: 'form-control', placeholder: 'Contact Email (Will Remain Private)' %>
	</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>

	<div class="actions">
		<%= f.submit class: "btn btn-primary" %>
	</div>

<% end %>

Version data entries

51 entries across 51 versions & 2 rubygems

Version Path
phcmembers-6.2.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-6.1.6 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-6.1.5 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-6.1.4 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-6.1.3 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-6.1.2 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-6.1.1 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-6.1.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-6.0.1 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-6.0.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-5.0.3 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-5.0.2 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-5.0.1 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-5.0.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-4.2.10 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-4.2.7 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-4.2.6 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-4.2.5 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-4.2.4 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-4.2.3 app/views/phcmembers/member/profiles/_form.html.erb