I'm trying to dynamically update the order form total as I have two quantity fields that the user will update then the price will increase depending on the quantity they have set.
I can't find any code that will dynamically update the total of the order form through a custom code
You can use JavaScript (including jQuery) to listen for changes in the quantity fields and calculate the total accordingly. Here's a sample code: