File: D:/HostingSpaces/EUmans/umansradepo.be/app/storage/views/2a65f8415ce9832dc041d142f7007e28
<div class="offer-block">
<h4 class="thank-you"><?php echo \Illuminate\Support\Facades\Lang::get('translations.thank-you-form'); ?></h4>
<div class="form-area">
<h5>
<?php if( \Config::get('app.radepoActive')): ?>
<?php echo \Illuminate\Support\Facades\Lang::get('offer.form-cta'); ?>
<?php else: ?>
<?php echo \Illuminate\Support\Facades\Lang::get('offer.form-cta-24'); ?>
<?php endif; ?>
</h5>
<form action="<?php echo URL::route('offer.process'); ?>" method="post" id="quick-form">
<input type="hidden" name="formName" value="quick-form">
<?php /*<div class="offer-value">
<select name="offerValue">
<?php foreach(trans('offer.dropdown') as $option): ?>
<option value="<?php echo $option['value']; ?>"><?php echo $option['name']; ?></option>
<?php endforeach; ?>
</select>
</div>*/ ?>
<label for="name"><?php echo \Illuminate\Support\Facades\Lang::get('offer.name'); ?>:</label><input id="name" type="text" name="name">
<label for="email"><?php echo \Illuminate\Support\Facades\Lang::get('offer.email'); ?>:</label><input id="email" type="email" name="email">
<div class="hidden-inputs non-active">
<label for="phone"><?php echo \Illuminate\Support\Facades\Lang::get('offer.phone'); ?>:</label><input id="phone" type="text" name="phone">
<label class="form-label" for="message"><?php echo \Illuminate\Support\Facades\Lang::get('offer.message'); ?>:</label>
<?php echo Form::textarea('formMessage', Input::old('formMessage') ,['id'=>'formMessage', 'rows'=>'6']); ?>
</div>
<div class="submit-button"><?php echo \Illuminate\Support\Facades\Lang::get('offer.submit'); ?><span></span></div>
</form>
</div>
<?php /*<script type="text/javascript">*/ ?>
<?php /*$(function () {*/ ?>
<?php /*$('.submit-button').click(function () {*/ ?>
<?php /*$('#quick-form').submit();*/ ?>
<?php /*});*/ ?>
<?php /*$( "#quick-form #name" ).change(function() {*/ ?>
<?php /*$( "#quick-form .phone-wrapper").removeClass('non-active');*/ ?>
<?php /*});*/ ?>
<?php /*$('#quick-form').submit(function (event) {*/ ?>
<?php /*event.preventDefault();*/ ?>
<?php /*$('#quick-form h5.alert').remove();*/ ?>
<?php /*$('.offer-block').css('min-height', $('.offer-block').height());*/ ?>
<?php /*var form = $(this);*/ ?>
<?php /*var name = form.find('input[name="name"]').val();*/ ?>
<?php /*var email = form.find('input[name="email"]').val();*/ ?>
<?php /*var phone = form.find('input[name="phone"]').val();*/ ?>
<?php /*var formName = form.find('input[name="formName"]').val();*/ ?>
<?php /*//var offer = form.find('.offer-value .selectric .label').html();*/ ?>
<?php /*if(name && email ){*/ ?>
<?php /*var submitting = $.post(form.attr('action'), {formName: formName ,name: name, phone: phone, email: email});*/ ?>
<?php /*submitting.done(function(data){*/ ?>
<?php /*console.log(data);*/ ?>
<?php /*if(data=='true'){*/ ?>
<?php /*$('.offer-block .form-area').remove();*/ ?>
<?php /*$('.thank-you').css('opacity', 1);*/ ?>
<?php /*$('.thank-you').css('margin-bottom', '115px');*/ ?>
<?php /*$('.offer-block').css('min-height', 0);*/ ?>
<?php /*}*/ ?>
<?php /*else{*/ ?>
<?php /*$.each(data, function(key, value){*/ ?>
<?php /*$('#quick-form .offer-value').after('<h5 class="alert">'+value+'</h5>');*/ ?>
<?php /*});*/ ?>
<?php /*}*/ ?>
<?php /*});*/ ?>
<?php /*}*/ ?>
<?php /*else{*/ ?>
<?php /*$('#quick-form input').addClass('alert');*/ ?>
<?php /*$('#quick-form .offer-value').after('<h5 class="alert"><?php echo \Illuminate\Support\Facades\Lang::get('translations.alert-quick-form'); ?></h5>');*/ ?>
<?php /*}*/ ?>
<?php /*});*/ ?>
<?php /*});*/ ?>
<?php /*</script>*/ ?>
</div>