Custom fields Formbuilder
Posted: Sat Aug 30, 2008 7:57 pm
Hi there,
my question is hard to explain but -I hope- easy to understand. Make it clear :
For some reason I'd like to make personal fields with Formbuilder which will be easy to modify (in fact, some dates to strike when unavailable).
Like these :
So I try to make a static Text field with this great module but it doesn't mail me results (they are part of the form, I checked).
Is there a way to DIY fields whitout using predefine ones ?
Any ideas ?
chris..
my question is hard to explain but -I hope- easy to understand. Make it clear :
For some reason I'd like to make personal fields with Formbuilder which will be easy to modify (in fact, some dates to strike when unavailable).
Like these :
Code: Select all
<tr>
<td valign="top"><span style="color: #ff0000;"><span style="text-decoration: line-through;">02 déc.</span>*</span></td>
<td valign="top"><input id="potz" name="potz" type="radio" value="03/12" />03 déc.</td>
<td valign="top"><span style="color: #ff0000;"><span style="text-decoration: line-through;">04 déc.</span>*</span></td>
<td valign="top"><span style="color: #ff0000;"><span style="text-decoration: line-through;">05 déc.</span>*</span></td>
<td valign="top"><input id="potz" name="potz" type="radio" value="06/12" />06 déc.</td>
</tr>
Is there a way to DIY fields whitout using predefine ones ?
Any ideas ?
chris..