hi,
i try to build a single form with 2 checkbox (single services to purchase) :
1: contact us (1$)
2: reservation a date (20$)
and make it pay using paypal (submit button to payment plateform paypal).
so i added the checkboxes components and the Cart component in the form.
i added and activated the paypal integration (client id, return url..ok)
i added prices in checkbeck options (item 1 is 1$ and item2 is 20$)
but when i check a checkbox, then the cart remain to 0$
why ?
i tried to import the donation template with the slider and test it. It runs fine (so my paypal configuration is OK).
then i tried to add a slider too in my own form, but when i chose a value in the slide, the cart is not update ! (liek the chekcbox are not updating the cart too).
so, how to sync the slider (or the checkboxs) with the Cart ?
there must be an option i did not see to link the CART with the SLIDER OR the CHECKBOXS components.
how does i do that ?
Best regards