Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
hi i want ho put some data in a table, but my code don't work..i want to get the value form "infopallet" form, but with this code$p = $values["infopallet"]; i get the value form "id lookup" and notte really value that i can see in the form..in after record added..//** Custom code ****// put your custom code hereglobal $conn;$i = $values["Colli"];//$p = $values["infopallet"];$p = document.addform.value_infopallet.value; ...this is a example what i want to do
Hi,you've mixed PHP and JavaScript code.I suppose you need to select actual value from database using ID.Here is a sample:
global $conn;
where FieldName, IDField are your actual field names, LookupTable is your actual table name.