modules/QSL/AMP/templates/web/customer/modules/QSL/AMP/form/start.twig line 1

Open in your IDE?
  1. {##
  2.  # Form start
  3.  #}
  4. <form{% for paramName, paramValue in this.getFormAttributes() %} {{ paramName }}="{{ paramValue }}"{% endfor %}>
  5.   {% for paramName, paramValue in this.getFormParams() %}
  6.     <input type="hidden" name="{{ paramName }}" value="{{ paramValue }}" />
  7.   {% endfor %}