Disable Caching of Donor Information Entered During Donation Process

Prevent temporary storage of user input.

When donors enter their contact information during the donation process, the contact information is stored to make the next donation easier to complete.

This feature, called caching, may be disabled if the donor contact information should not be stored and used to pre-populate the fields for the next donation.

Example embed code is shown below. The data-cache parameter in the embed code will disable the caching feature.

<script src='https://staging-embed.idonate.com/idonate.js'></script>
<div
data-idonate-embed='d5c81ad3-204a-4375-9294-f9ff5ca359d0'
data-cache="false"
></div>