jason.hau-triad.co
-
6/16/2009 5:00:35 AM
<fieldset> tag
I'm trying to use a bizform to recreate a simple form for a client. The basic html that they sent is: <fieldset> <legend>About You</legend> Name: <input type="text" id="name" /> Title: <input type="text" id="title" /> ... </fieldset>
which, when converted to a bizform is:
<fieldset> <legend>About You</legend> Name: $$input:name$$ Title: $$input:title$$ ... </fieldset>
in the form design viewer, this nicely generates the greyed, rounded box around the inputs but when used on the site, the styles are removed completely.
|