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..