function click_bb91a27ea93ce70d4b6cf358e457b4fa( aform_reference ) { var aform = aform_reference; aform['amount'].value = Math.round( aform['amount'].value*Math.pow( 10,2 ) )/Math.pow( 10,2 ); aform['custom_amount'].value = aform['custom_amount'].value.replace( /^\s+|\s+$/g,"" ); if( !aform['custom_amount'].value || 0 === aform['custom_amount'].value.length || /^\s*$/.test( aform['custom_amount'].value ) ) { alert ( 'An amount is required' ); return false; } aform['amount'].value = Math.round( aform['custom_amount'].value*Math.pow( 10,2 ) )/Math.pow( 10,2 ); }
Get A Quote Today
We would love to talk to you about your project, so get in touch and we can talk about your specific FileMaker needs.