Sha256: 2619bb216a5dd90cb8d87a462893fbc1fc63fe90c68ce47316987de3662e8fd5

Contents?: true

Size: 1.82 KB

Versions: 32

Compression:

Stored size: 1.82 KB

Contents

<!-- PHCMembers Form - Profiles -->
<%= form_with(model: @member_profile, local: true) do |phc_members_pro_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_pro_member_profile.label :mfirstname, "First Name*" %>
		<%= phc_members_pro_member_profile.text_field :mfirstname, class: 'form-control', placeholder: 'First Name' %>
	</div>
	<div class="form-group field_with_errors">
		<%= phc_members_pro_member_profile.label :mlastname, "Last Name*" %>
		<%= phc_members_pro_member_profile.text_field :mlastname, class: 'form-control', placeholder: 'Last Name' %>
	</div>
	<div class="form-group field_with_errors">
		<%= phc_members_pro_member_profile.label :mtitle, "Job Title" %>
		<%= phc_members_pro_member_profile.text_field :mtitle, class: 'form-control', placeholder: 'Job Title/Salutation' %>
	</div>
	<div class="form-group field_with_errors">
		<%= phc_members_pro_member_profile.label :memail, "Contact Email Address*" %>
		<%= phc_members_pro_member_profile.text_field :memail, class: 'form-control', placeholder: 'Contact Email (Will Remain Private)' %>
	</div>
	<div class="form-group field_with_errors">
		<%= phc_members_pro_member_profile.label :mphone, "Contact Phone Number*" %>
		<%= phc_members_pro_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_pro_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

32 entries across 32 versions & 1 rubygems

Version Path
phcmemberspro-83.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-82.4.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-82.3.1 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-82.3.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-82.2.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-82.1.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-82.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-81.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-80.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-79.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-78.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-77.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-76.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-74.1.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-74.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-73.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-72.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-71.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-70.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb
phcmemberspro-69.0.0 app/views/phcmemberspro/member/profiles/_form.html.erb