Hi,
How can I populate the price fields with a default value when using Advanced Form Code?
I use:
if($form_id == 5 && $row['element_id'] == 3){
$element[$j]->default_value = $_GET['email'];
}
to populate single line fields but you cannot set the element to 14_1 or 14_2 to edit the price fields.
Thanks in advance.