Profiles

  • Member Since: October 28th, 2018
  • Find me on:
  • Created a topic, Great plugin!, on the site WordPress.org Forums:
    would be nice if if the donor wall would get the WP Av…

  • Posted a reply to Set default donation amount to 0, on the site WordPress.org Forums:
    You can do this with Javascript window.addEventListener("load", function username() { document.getElementById('give-amount').value = '0.00'; }) However…