Hi All,
In need help calling on a Bubble elements value. im trying to setup a payment gateway and then gateways requests a “Form” to be completed to process the payment.
iv got my cart total in a bubble text element called “text -cart total” and iv assigned a id attribute called carttotal.
im running a HTML block element to generate the “pay now” button form that gets passed to the API for payment.
im needing to add the cart value into the form as a “dynamic” field how do i call on the id attribute in my form to get the dynamic cart value?
thanks