# Formular-Freitextfeld in Frontend anzeigen

**URL:** https://forum.shopware.com/t/formular-freitextfeld-in-frontend-anzeigen/47722
**Category:** Programmierung
**Created:** [22. August 2017 um 07:30 UTC](https://forum.shopware.com/t/formular-freitextfeld-in-frontend-anzeigen/47722 "2017-08-22T07:30:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![marting](https://avatars.discourse-cdn.com/v4/letter/m/3e96dc/32.png) [@marting](https://forum.shopware.com/u/marting)
#### Post date: [22. August 2017 um 07:30 UTC](https://forum.shopware.com/t/formular-freitextfeld-in-frontend-anzeigen/47722/1 "2017-08-22T07:30:07Z")

</div>

Hallo,  
ich möchte gerne bei allen Formularen einen eigenen Titel anzeigen.  
Dafür habe ich ein Freitextfeld mit dem Spaltennamen „formtitel“ das ich bei Formulare (s\_cms\_support\_attributes) angelegt.  
Im Frontend möchte ich es nun im Bereich \*Forms headline - h1\* mit u.a. Code ausgeben.

```
{extends file="parent:frontend/forms/index.tpl"}

{* Forms headline *}
{block name='frontend_forms_index_headline'}
  
    {if $sSupport.sElements}
      {$sSupport.attribute.formtitel}
      {eval var=$sSupport.text}
    {elseif $sSupport.text2}
      {include file="frontend/_includes/messages.tpl" type="success" content=$sSupport.text2}
    {/if}
  
{/block}

```

Leider scheint der Code **$sSupport.attribute.formtitel** nicht ganz richtig zu sein, da nichts ausgegeben wird.  
Kann mir bitte jemand weiterhelfen.

Viele Grüße  
Martin
