This topic is locked

hidden text edit

6/3/2008 1:12:34 PM
PHPRunner General questions
G
gbhmayer1 author

I have (in add page) a edit text field that it has a default value. How to make it invisible in this form?

J
Jane 6/4/2008

Hi,
just remove this field from the add page on the Choose fields tab, then assign default value in the Before record added event on the Events tab.

Here is a sample:

$values["FieldName"] = "your value";