Sha256: cf7f0a4b5a8097901f5dcba97fc552fa3d6b38df7083d671fb7184fcd73e133f

Contents?: true

Size: 1.34 KB

Versions: 9

Compression:

Stored size: 1.34 KB

Contents

<%= 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">
		<%= 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>
	<!-- Form Fields -->

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

<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcmembers-14.0.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-13.0.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-12.5.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-12.4.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-12.2.1 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-11.0.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-10.0.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-9.0.0 app/views/phcmembers/member/profiles/_form.html.erb
phcmembers-9.0.0b app/views/phcmembers/member/profiles/_form.html.erb