This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src='https://depositfix.s3.amazonaws.com/depositfixform.js'></script> | |
| <script type='text/javascript' id='df-script'> | |
| DepositFixForm.init({ | |
| hubSpotFormId: '93e16da5-10cc-421b-af9d-d5f4194d2b15', | |
| userId: '47a67510-9919-4ea5-b4c5-85d8c5156ac5', | |
| portalId: '3001955', | |
| productName: 'Translation Plugin for Craft 3 Support Plan', | |
| amount: '1999', | |
| subscriptionPlan: 'plan_ETwCYbgJSehJfR', | |
| stripeDiscount: false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src='https://depositfix.s3.amazonaws.com/staging/depositfixform.js'></script> | |
| <script type='text/javascript' id='df-script'> | |
| DepositFixForm.init({ | |
| hubSpotFormId: '980fbc78-9157-4396-b2e7-77dacdc1586f', | |
| userId: '5ceb8272-c7d2-41d0-a3d7-063f1628c8d9', | |
| portalId: '4802805', | |
| productName: 'Multiple Products', | |
| amount: '200', | |
| currency: 'USD', | |
| products: [{"name": "Product 1", "amount": 200}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DepositFixForm.init({ | |
| hubSpotFormId: '30f7f5df-95bf-4eb9-bd57-3e860630e8cb', | |
| userId: '0a99cb97-023e-4f91-8728-171a053760b5', | |
| portalId: '4722560', | |
| productName: 'Tickets', | |
| amount: '10', | |
| discount: true, | |
| currency: 'USD', | |
| redirectUrl: 'https://hubspot.paolo.ph/thank-you', | |
| showQuantity: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://depositfix.s3.amazonaws.com/depositfixform.js"></script> | |
| <script type="text/javascript" id="df-script"> | |
| DepositFixForm.init({ | |
| hubSpotFormId: 'a19c80d0-69bc-4f7b-a9d0-b88802060d5d', | |
| userId: '47c16d8f-5103-4059-8b44-ae08f6a9e43f', | |
| portalId: '40978', | |
| productName: 'Donation', | |
| discount: false, | |
| currency: 'USD', | |
| redirectUrl: 'https://www2.geovisions.org/thank-you', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src='https://depositfix.s3.amazonaws.com/staging/depositfixform.js'></script> | |
| <script type='text/javascript' id='df-script'> | |
| DepositFixForm.init({ | |
| hubSpotFormId: '980fbc78-9157-4396-b2e7-77dacdc1586f', | |
| userId: '5ceb8272-c7d2-41d0-a3d7-063f1628c8d9', | |
| portalId: '4802805', | |
| productName: '23', | |
| amount: '600', | |
| subscriptionPlan: 'annual_600', | |
| stripeDiscount: false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type='text/javascript' id='df-script'> | |
| DepositFixForm.init({ | |
| hubSpotFormId: '980fbc78-9157-4396-b2e7-77dacdc1586f', | |
| userId: '5ceb8272-c7d2-41d0-a3d7-063f1628c8d9', | |
| portalId: '4802805', | |
| productName: 'Payment and Subscription', | |
| amount: '300', | |
| subscriptionPlan: 'annual_600', | |
| paymentType: 'SINGLE_PAYMENT_SUBSCRIPTION', | |
| currency: 'USD', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DepositFixForm.init({ | |
| hubSpotFormId: '980fbc78-9157-4396-b2e7-77dacdc1586f', | |
| userId: '5ceb8272-c7d2-41d0-a3d7-063f1628c8d9', | |
| portalId: '4802805', | |
| productName: 'Multiple Products', | |
| amount: '200', | |
| currency: 'USD', | |
| products: [{"name": "Product 1", "amount": 200}, | |
| {"name": "Product 2", "amount": 400}], | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src='https://depositfix.s3.amazonaws.com/depositfixform_paypal.js'></script> | |
| <script type='text/javascript' id='df-script'> | |
| DepositFixForm.init({ | |
| hubSpotFormId: 'cbfe859a-ffb0-476c-a7e5-f94425526419', | |
| userId: '80f148f9-fc79-4fe1-a2db-b50005c0738f', | |
| portalId: '2588483', | |
| productName: 'ISA-UK LMS (Digital Signage Track)', | |
| currency: 'GBP', | |
| amount: 60, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| beforeSubmitCallback: function(){ | |
| if(!DepositFixForm.getElement("email")){ | |
| var uniqueEmail = "donations+" + new Date().getTime() + "@uniongospelmission.org"; | |
| DepositFixForm.hubspotForm.find("input[name=email]") | |
| .val(uniqueEmail) | |
| .change(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src='https://depositfix.s3.amazonaws.com/staging/depositfixform.js'></script> | |
| <script type='text/javascript' id='df-script'> | |
| DepositFixForm.init({ | |
| hubSpotFormId: '980fbc78-9157-4396-b2e7-77dacdc1586f', | |
| userId: '5ceb8272-c7d2-41d0-a3d7-063f1628c8d9', | |
| portalId: '4802805', | |
| productName: 'Multiple Products', | |
| amount: '200', | |
| currency: 'USD', | |
| products: [{"name": "Product 1", "amount": 200}, |