Sometimes you want to allow your customers to choose the amount they want to pay.

This can be useful for example for donations.


To make the amount dynamic simple delete the "amount" parameter from the form settings. 

Example:


<script src="https://depositfix.s3.amazonaws.com/depositfixform.js"></script>
<script type="text/javascript" id="df-script">
    DepositFixForm.init({
        hubSpotFormId: 'dade7503-388d-41b4-8d54-d6d243db6903',
        userId: '0dfc0ffe-6d90-4915-a32d-5d9a6313638d',        
        productName: 'Animal House Donation',
    });
</script>


DepositFix will automatically add a new field Amount to your form.

 



You can predefine the amount by adding "?amount=5" to your form url. e.g. https://example.com/donationform?amount=5