Ensure Total Price Calculation Waits for Quantity Input After Reference is Set
I am facing an issue where the total price calculation only works if the quantity field is filled before retrieving the reference using g_form.getReference('u_string_3', getDetails);However, in my requirement, the quantity field comes after the produ...