Sha256: 95732b9bd5dfb756e9531ecd209ea96f4c491b872e2f6f209581ecc42420c3ea

Contents?: true

Size: 277 Bytes

Versions: 38

Compression:

Stored size: 277 Bytes

Contents

<%
  form = Noodall::Form.find(component.form_id)
  form_response = response_setup(form)
%>

<div id="<%= slot_code %>" class="component contact-form">
  <%= render :partial => 'noodall/form_responses/form', :locals => {:form_response => form_response, :form => form} %>
</div>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
noodall-form-builder-0.5.4 app/views/components/_contact_form.html.erb
noodall-form-builder-0.5.3 app/views/components/_contact_form.html.erb
noodall-form-builder-0.5.2 app/views/components/_contact_form.html.erb
noodall-form-builder-0.5.0 app/views/components/_contact_form.html.erb
noodall-form-builder-0.4.2 app/views/components/_contact_form.html.erb
noodall-form-builder-0.4.1 app/views/components/_contact_form.html.erb
noodall-form-builder-0.4.0 app/views/components/_contact_form.html.erb
noodall-form-builder-0.3.3 app/views/components/_contact_form.html.erb
noodall-form-builder-0.2.11 app/views/components/_contact_form.html.erb
noodall-form-builder-0.3.2 app/views/components/_contact_form.html.erb
noodall-form-builder-0.3.1 app/views/components/_contact_form.html.erb
noodall-form-builder-0.3.0 app/views/components/_contact_form.html.erb
noodall-form-builder-0.2.10 app/views/components/_contact_form.html.erb
noodall-form-builder-0.2.9 app/views/components/_contact_form.html.erb
noodall-form-builder-0.2.8 app/views/components/_contact_form.html.erb
noodall-form-builder-0.2.7 app/views/components/_contact_form.html.erb
noodall-form-builder-0.2.5 app/views/components/_contact_form.html.erb
noodall-form-builder-0.2.4 app/views/components/_contact_form.html.erb
noodall-form-builder-0.2.3 app/views/components/_contact_form.html.erb
noodall-form-builder-0.2.2 app/views/components/_contact_form.html.erb