This topic is locked

I need to hidden field on edit page

11/20/2006 8:24:59 AM
PHPRunner General questions
D
diego author

Olá list i have a hard work to hidden field on edit page, on phprunner version 2 it´s easy.

In phprunner 2 i set hidden field and its work´s, in this version 3.1 build 157 not have a hidden type field.
{build_edit_control field="id" value=$value_id mode="edit"}
it´s show the id field i need to hidden this field on edit page.

I using this field on my events, if i set redonly field it´s return a errors.
I simple need to hidden and use this field on edit page.
thank´s

D
diego author 11/20/2006

[SOLVED]

I have delete de <td> of item and move this to out of edit table and format the field as radio button with no itens.

My field now is hidden and my events works now.

=)

Thank´s

Alexey admin 11/22/2006

Diego,
I recommend you using Events to get the hidden fields functionality.

i.e. you can puit this to BeforeAdd event:

$values["Field"]="default value";