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 8885387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:17:58+00:00 2026-06-14T21:17:58+00:00

I have a hard space (   ) inside some of my choice options.

  • 0

I have a hard space ( ) inside some of my choice options. Somehow, somewhere, they are being escaped. I have tried:

{% autoescape false %}
    {{ form_widget(foobar) }}
{% endautoescape %}    

As well as

{{ form_widget(foobar)|raw }}

And the following under Twig in config.yml

autoescape: false

Yet the choice fields are still rendered as  Choice Text Here instead of Choice Text Here, and in the source they are being encoded as  Choice Text Here

In the controller I have:

$form   ->add('foo', 'choice', array(
            'label' => 'Foo Label',
            'choices'  => $fooChoices,
            'required' => true));
$form = $form->getForm();
$foobar = $form->createView();

If I print_r $fooChoices I get:

Array ( [1] =>  60# FooBar [5] =>  60# BatBar [11] =>  60# DooWop )

Which shows me the proper   (note the double space in front of the 60’s). Somewhere between the FormBuilder and the rendering, it is getting escaped.

Is there built-in escaping inside the Form Builder?

What I have deduced is that through the point that the form view is rendered via $form->createView() the data is still unescaped. But, by the time it reaches Twig via form_widget, it has been escaped. Doing form_widget(foobar)|raw shows this.

Edit: I have added a workaround as an answer, but I’m still interested in accepting an answer that explains how to prevent the initial escaping from occurring altogether.

  • 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-06-14T21:17:59+00:00Added an answer on June 14, 2026 at 9:17 pm

    I ran into the same problem with radio labels. This solves it.

    {% for child in form %}
    
      {% autoescape false %}
        {{ child.vars.label }}
      {% endautoescape %}
    
      {{ form_widget(child) }}
    
    {% endfor %}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to have a notification that informs me when my hard disk space
I have currently hard-coded in some data for a demo of a project. The
I have hard-coded data into a .jsp file. What I want to do is
Do we have hard performance data that demonstrates an advantage of single quotes over
I am coming from C# background and I have hard time figuring out how
I have 2 hard-drives, C:\ and D:\ Django imports correctly (which is in my
I have a hard coded URL like so: https://bupacouk.bwa.local.internal.bupa.co.uk/cash-plan-quote/quoteAction.do?getBenefitLevelDetails=getBenefitLevelDetails&productPolicyId=7841#a1 When Javascript is enabled i
I have a hard time figuring this one out, it's about mistakes that can
I have 4 hard coded divs. After the third div I would like to
I have a hard-coded list, each list item of which has an ID. I

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.