Skip to content

Commit

Permalink
Updated form to make a total post
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Feb 3, 2020
1 parent 8dfccbd commit 78171cb
Showing 1 changed file with 37 additions and 9 deletions.
46 changes: 37 additions & 9 deletions api/src/DataFixtures/Resources/overig.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,55 @@
<!-- .row-custom -->
<div class="row-custom animation" data-animation="animation-fade-in" data-delay=" {% if app.session.flashbag.peekAll|length > 0 %}3400{%else%}200{% endif %}" >
<div class="post-heading-center">
<h2>Overige vragen</h2>
<h2>Overig</h2>
</div>
</div>
<div class="row-custom animation" data-animation="animation-fade-in" data-delay=" {% if app.session.flashbag.peekAll|length > 0 %}3600{%else%}400{% endif %}" >
<form method="post" action="{{ path('app_default_post_request') }}" class="affa-form-contact" >

<div class="col-left">
<div class="col-sm-6 col-md-6 col-lg-5 col-sm-offset-0 col-md-offset-0 col-lg-offset-1">
Voordat we uw aanvraag kunnen verwerken zijn er nog een paar extra zaken die we graag zouden weten
<div class="affa-feature-icon"> <!-- 6 -->
<i class="fal fa-cash-register"></i>
<div class="feature-text">
<h4>Betalen</h4>
{% if request is defined and request and request.properties.order is defined and request.properties.order is not empty %}
<p>U heeft een huwelijk of opties gekozen waar kosten aan zijn verbonden. U dient deze kosten 6 weken voor aanvang van huwelijk te voldoen</p>
<p><a href="https://www.ideal.nl/demo/" class="btn btn-login btn-large" >
<i class="fas fa-money-bill-wave" ></i>
Betaal uw verzoek
</a></p>
{% else %}
<hp>Uw verzoek kan op dit moment niet worden omgezet naar een order</hp>
{% endif %}
</div><!-- /.feature-text -->
</div><!-- /.affa-feature-icon -->
<div class="affa-feature-icon"> <!-- 6 -->
<i class="fal fa-envelope"></i>
<div class="feature-text">
<h4>Melding</h4>
<p> U moet minimaal twee weken voor uw huwlijk melding maken van u huwelijk. Leest <a>hier</a> meer over het doen van een melding </p>
<p>
{% if request['@id'] is defined %}
<a href="{{ path('app_default_slug',{'requestType':'https://vtc.zaakonline.nl/request_types/146cb7c8-46b9-4911-8ad9-3238bab4313e','requestParent':'https://vrc.zaakonline.nl'~request['@id']}) }}" class="btn btn-primary btn-icon" >
<i class="fas fa-share-square"></i>
Doe melding
</a>
{% endif %}
</p>
</div><!-- /.feature-text -->
</div><!-- /.affa-feature-icon -->
</div>

<div class="col-center">

</div>

<div class="col-right">
<div class="col-sm-6 col-md-6 col-lg-6s">

<!-- Uitnodigen partner 2 -->
<div class="affa-feature-icon"> <!-- 6 -->
<i class="fas fa-envelope"></i>
<i class="fal fa-file-alt"></i>
<div class="feature-text">
<h4>Aanvullende gegevens</h4>
<p>Graag zouden wij nog het volgende van u weten</p>

<form method="post" action="{{ path('app_default_post',{'slug':'overig'}) }}" class="affa-form-contact" >

{% if request.properties.partners is defined %}
{% for partner in request.properties.partners %}
Expand Down

0 comments on commit 78171cb

Please sign in to comment.