Deprecated: Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 256

Deprecated: Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 261

Deprecated: Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 268

Deprecated: Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 278

Deprecated: Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 22

Deprecated: Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 38

Deprecated: Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 30

Deprecated: Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 43

Deprecated: Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 14

Deprecated: Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 49
Symfony Profiler

templates/frontend/tender_download_form.html.twig line 1

Open in your IDE?
  1. <div class="modal-dialog modal-md">
  2.     <div class="modal-content ">
  3.         <div class="modal-body modal-layout-dafault tt-form-default02">
  4.             <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span class="icon-close"></span></button>
  5.             <h5 class="modal-title">Tender # {{ tender.id }}</h5>
  6.             <div class="form-row">
  7.                 <div class="col-12">
  8.                     <div class="form-group" style="margin-top: 1rem">
  9.                         Please fill your details in below.
  10.                     </div>
  11.                 </div>
  12.             </div>
  13.             {{form_start(form,{'attr':{'id':'tender-form'}})}}
  14.                 {{ form_widget(form.tenderId, {value : tender.id}) }}
  15.                 {{ form_widget(form.created, {value : created}) }}
  16.             <div class="tt-form-default02">
  17.                 <div class="form-row">
  18.                     <div class="col-12">
  19.                         <div class="form-group">
  20.                             {{ form_widget(form.province,{'attr': {
  21.                                 'class': 'form-control',
  22.                                 'placeholder': 'Province*',
  23.                             }}) }}
  24.                         </div>
  25.                     </div>
  26.                 </div>
  27.                 <div class="form-row">
  28.                     <div class="col-12 col-md-6">
  29.                         <div class="form-group">
  30.                             {{ form_widget(form.companyName,{'attr': {
  31.                                 'class': 'form-control',
  32.                                 'placeholder': 'Company Name*',
  33.                             }}) }}
  34.                         </div>
  35.                     </div>
  36.                     <div class="col-12 col-md-6">
  37.                         <div class="form-group">
  38.                             {{ form_widget(form.contactName,{'attr': {
  39.                                 'class': 'form-control',
  40.                                 'placeholder': 'Contact Name*',
  41.                             }}) }}
  42.                         </div>
  43.                     </div>
  44.                 </div>
  45.                 <div class="form-row">
  46.                     <div class="col-12 col-md-6">
  47.                         <div class="form-group">
  48.                             {{ form_widget(form.email,{'attr': {
  49.                                 'class': 'form-control',
  50.                                 'placeholder': 'E-mail*',
  51.                             }}) }}
  52.                         </div>
  53.                     </div>
  54.                     <div class="col-12 col-md-6">
  55.                         <div class="form-group">
  56.                             {{ form_widget(form.telephone,{'attr': {
  57.                                 'class': 'form-control',
  58.                                 'placeholder': 'Telephone #*',
  59.                             }}) }}
  60.                         </div>
  61.                     </div>
  62.                 </div>
  63.                 <div class="form-row">
  64.                     <div class="col-12">
  65.                         <div class="form-group">
  66.                             <div id="terms-alert" class="text-danger hidden">Please accept our terms & conditions</div>
  67.                             <input type="checkbox" name="terms" value="1">
  68.                             <label for="tender_submission_form_terms">
  69.                                 * I agree to Sanral's
  70.                                 <a href="https://www.nra.co.za/terms-conditions/" style="color:#007a64;font-weight:bold" target="_blank">
  71.                                     Terms & Conditions
  72.                                 </a>
  73.                             </label>
  74.                         </div>
  75.                     </div>
  76.                 </div>
  77.                 <div class="form-row">
  78.                     <div class="form-group col-md-12">
  79.                         <button type="submit" id="form_save" name="form[save]" class="btn-submit">SUBMIT</button>
  80.                     </div>
  81.                 </div>
  82.             </div>
  83.             
  84.             {# </form> #}
  85.             <div class="d-none">
  86.                 {{ form_rest(form) }}
  87.             </div>
  88.             {{ form_end(form) }}
  89.         </div>
  90.     </div>
  91. </div>