'Editing WPForms total using jQuery

I am trying to use jQuery to edit the total price shown in WPforms. This isn't really 'code' but this is the gist of what I'm trying to do.

if (fielda = "couponcode" ) {
 total - 50.00 = NewTotal
if (fieldb = "couponcode2" ) {
 total - total(1.00) = NewTotal
}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source