donation form

Options
What is happening when I click "recurring gift" radio dial? It's reloading the entire donation form, but not a page reload, or ajax.... How can I detect and trigger javascript on this event? It's resetting all the form elements, which is resetting all my javascript DOM manipulation that I run on page load.
Tagged:

Comments

  • Hey Jim



    This sounds like you've got some custom javascript on the page.Let's make a blank template (http://www.blackbaud.com/kb/index?pag...) then make a page from that template and put just the form on that page. Does it work then?



    Thanks!


    Karen
  • I'm not saying that the form isn't "working".



    I'm just trying to figure out why the form is reloading when I click a radio button. It's not a page reload. And it's not AJAX. But the form is reloaded. All the form elements.



    Yes, I am using custom javascript to manipulate the DOM. But it all gets reset when I click a radio button.



    Does that make sense?



    Can you help explain?

Categories