$field_id = FrmField::get_id_by_key($field_key);This does update the select dropdown within the form, but I have to manually go into the form and press update to see the amend on the frontend. Is there a function to make this happen after I do the FrmField::update, seems illogical to have to then go into the form and press update. Cheers David
FrmField::update($field_id, nw_calc_form_products($values, $nw_product, $product_types, $product_brands));
Please login or Register to submit your answer