Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7610265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:22:39+00:00 2026-05-31T01:22:39+00:00

In my form template: {% block field_label %} {% spaceless %} <label {{ block(‘widget_attributes’)

  • 0

In my form template:

{% block field_label %}
{% spaceless %}
    <label {{ block('widget_attributes') }}></label>
{% endspaceless %}
{% endblock %}

I need to add some extra class attributes and, of course, display the label (possibly translated). I’ve found that {{ block('widget_attributes') }} stores a string of attributes of the actual label.

Any chance to get an array type to easily modify it? Where i can find all block names to customize the appearance to fit my needs? Thanks for helping.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T01:22:41+00:00Added an answer on May 31, 2026 at 1:22 am

    Nevermind Notepad++ helped me to find the file:

    vendor\symfony\src\Symfony\Bridge\Twig\Resources\views
    

    Three types of label defined:

    {# Labels #}
    
    {% block generic_label %}
    {% spaceless %}
        {% if required %}
            {% set attr = attr|merge({'class': attr.class|default('') ~ ' required'}) %}
        {% endif %}
        <label{% for attrname,attrvalue in attr %} {{attrname}}="{{attrvalue}}"{% endfor %}>{{ label|trans }}</label>
    {% endspaceless %}
    {% endblock %}
    
    {% block field_label %}
    {% spaceless %}
        {% set attr = attr|merge({'for': id}) %}
        {{ block('generic_label') }}
    {% endspaceless %}
    {% endblock field_label %}
    
    {% block form_label %}
    {% spaceless %}
        {{ block('generic_label') }}
    {% endspaceless %}
    {% endblock form_label %}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

how do i add default magento contact form to a static block? {{block type=core/template
I want to add extra infos for some fields of a django form, and
I need to insert the comment form directly to the node template (I use
I'm trying to display a form on a template, but I get a fantastic
Is there an easy-ish way to modify the webform-form-tpl.php template to show disclaimer text
i have bought a template that have built in contact form problem is that
What is the form (if there is one) to write template functions, where arguments
At my template, I want to iterate through all form errors, including the ones
I am calling a form as follows, then passing it to a template: f
I've been using the following jquery template as a step by step form for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.