You can do this using jQuery. You have monitor the click events for the pledge links then apply the value to the field in your form. You may have a problem with your site. When I was checking your page, you have script files that are not being loaded because of a mismatched mime type. You need to fix that because any js error could prevent jQuery from working.
Ok, thanks Victor. I'll take a better look.
I just looked at your website. If you view the source of the page you'll see one lines 437-447 you have script tags that have a PHP script in it. That's no good. Fixing that by moving the PHP code to the server will get rid of one of the major errors in the console.
Please login or Register to submit your answer