Custom fields Formbuilder

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
chris..
Forum Members
Forum Members
Posts: 62
Joined: Thu Jun 01, 2006 8:03 pm

Custom fields Formbuilder

Post by chris.. »

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 :

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>
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..
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Custom fields Formbuilder

Post by Dr.CSS »

Have you recreated the email template after you made these?...
chris..
Forum Members
Forum Members
Posts: 62
Joined: Thu Jun 01, 2006 8:03 pm

Re: Custom fields Formbuilder

Post by chris.. »

Yes I have, but I won't put a {$potz} (I tried) in my template : it doesn't recognize it.

I have several fields. Simple line, pulldown, textarea,... which all have a field ID that I can insert in my email , but not Static text. And I don't find a way to force Formbuilder to send me the radio input made by hand.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Custom fields Formbuilder

Post by Dr.CSS »

Have you tried just letting form builder just do its job and use the diff. field choices it has to do what you want done?...
chris..
Forum Members
Forum Members
Posts: 62
Joined: Thu Jun 01, 2006 8:03 pm

Re: Custom fields Formbuilder

Post by chris.. »

Ok, I tried your solution. It's a little bit crappy but it works.

I've made the fields that I needed, copy/paste the source generated in my "Static Text" and not forget to add a hidden css class to the first fields created.

Really, really crappy indeed  ;)

But thanks to you Mark, two heads to think is useful.
Post Reply

Return to “Modules/Add-Ons”