Skip to main content

VIM FORM

iFrameResize({checkOrigin: false}); try{ var parent_query = window.location.search; console.log('parent query: ' + parent_query); if(parent_query.length) { var res = parent_query.charAt(0); console.log('first char: ' + res); if(res == '?'){ parent_query = parent_query.replace('?', '&'); console.log('replacing ? with &: ' + parent_query); } var newEmbedUrl = document.getElementById('raiseDonorsEmbedForm_638430254428799045').getAttribute('src') + parent_query; console.log('new embed url: ' + newEmbedUrl); document.getElementById('raiseDonorsEmbedForm_638430254428799045').setAttribute('src', newEmbedUrl); } }catch(err){ console.log(err); }