Hide fields in FormBuider

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
aozuas

Re: Hide fields in FormBuider

Post by aozuas »

Hi mexican, any progress?
alby Workaround could be a solution, but... is a Workaround.
We are still waiting for support!
User avatar
mexican
Forum Members
Forum Members
Posts: 16
Joined: Wed Oct 10, 2007 2:34 am
Location: Guadalajara Mex.

Re: Hide fields in FormBuider

Post by mexican »

nope  :-[

i'm still stuck in the same
User avatar
mexican
Forum Members
Forum Members
Posts: 16
Joined: Wed Oct 10, 2007 2:34 am
Location: Guadalajara Mex.

Re: Hide fields in FormBuider

Post by mexican »

I Quit

after a two days on this, at the end this is my form template (or what is left of it)


{$fb_form_start}
{$fb_hidden}
  {$name->display = 0}
  {$name->input}
  {$mailto->input}
{$fb_form_end}
{$submit}


            and..... 


doesn't work.

still have the two fields in the form.
aozuas

Re: Hide fields in FormBuider

Post by aozuas »

mexican, lets keep this topic alive.
Maybe somebody decide to help us. I mean, this is a simple thing for the experts, maybe he/she didn't see our doubt yet.
Did you try alby workaround?
http://forum.cmsmadesimple.org/index.ph ... l#msg84839

If nobody help us, I will use this workaround.
Did you already try to contact the module developer?
aozuas

Re: Hide fields in FormBuider

Post by aozuas »

We are trying to hide fields in FormBuider. If anyone knows how to do that, please, help us.
For more info, please read the first post in this topic.
aozuas

Re: Hide fields in FormBuider

Post by aozuas »

We are trying to hide fields in FormBuider. If anyone knows how to do that, please, help us.
For more info, please read the first post in this topic.
chrisl
Forum Members
Forum Members
Posts: 57
Joined: Fri Dec 30, 2005 10:08 am
Location: London

Re: Hide fields in FormBuider

Post by chrisl »

I have only very quickly read your post so I may be misunderstanding the problem but you have not said why you cannot use Formbuilder's "hidden" type.  It is there in Formbuilder's admin and is documented in help.
If I have missed the point many apologies.
aozuas

Re: Hide fields in FormBuider

Post by aozuas »

Yes, you misunderstood clorne.
The main request is in the first post.
Try to read it and also read mexican comments.
We need to hide fields to show in the page, from visitors, but the possibility to edit it (the hidden field) in Form Browser.
the documentations says that this is possible.
chrisl
Forum Members
Forum Members
Posts: 57
Joined: Fri Dec 30, 2005 10:08 am
Location: London

Re: Hide fields in FormBuider

Post by chrisl »

Yes I'm sorry I did misunderstand and I'm not too sure I understand fully now but if I'm right you could try the following quick solution

Working on Formbuilder's DEFAULT template, change as follows


{foreach from=$fields item=entry}

{if $entry->name != ' put whatever the name of your field is here '}

        {if $entry->display == 1}

the end if goes here

      {/strip}
    {/if}
        {/if}
{/foreach}

I hope I have understood a bit better but I can't test this as I am very rushed but good luck

edit - No that doesn't work as Formbuilder and FormBrowser use the same template!!
Last edited by chrisl on Mon Dec 10, 2007 7:50 pm, edited 1 time in total.
User avatar
cisco
Forum Members
Forum Members
Posts: 19
Joined: Sun Nov 25, 2007 8:16 pm
Location: Serbia

Re: Hide fields in FormBuider

Post by cisco »

alby wrote:
I have a FormBuilder 0.4 and I don't find a hidden check  :(

Workaround:
- assign a css style to your field:  hidefield
- check "Hide Label"
- in your Style CSS add:  .hidefield { display:none; }

Ask to calguy1000 for this in recent release or better solution  :)
Alby
Hey, This worked just fine for me.

Thanks Alby !!
User avatar
zbibas
Forum Members
Forum Members
Posts: 10
Joined: Fri Feb 26, 2010 5:30 pm
Location: Geneva

Re: Hide fields in FormBuider

Post by zbibas »

User avatar
zbibas
Forum Members
Forum Members
Posts: 10
Joined: Fri Feb 26, 2010 5:30 pm
Location: Geneva

Re: Hide fields in FormBuider

Post by zbibas »

Locked

Return to “Modules/Add-Ons”