[html-formfu] Place arbitrary markup inside of element's div?

Jens Schwarz blacky6767 at gmx.de
Thu Nov 19 09:26:26 GMT 2009


Hi guys,

say, I have a form yml like ...

- type: Text
  name: foo

This results in HTML markup like ...

<div class="text">
  <input type="Text" name="foo"/>
</div>

My question:

Is it possible to add (via yml) arbitrary markup *inside* of this div *beside* the input? P.ex. ...

<div class="text">
  <input type="Text" name="foo"/>
  Some <b>bold</b> text
</div>

Thanks.
Jens.
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01



More information about the HTML-FormFu mailing list