Skip to content

Instantly share code, notes, and snippets.

View alexmac05's full-sized avatar
🌈
howdy

Alex McFerron alexmac05

🌈
howdy
View GitHub Profile
@alexmac05
alexmac05 / gist:efef7a557fcc7ccc89bd17b5ac3cb1a9
Created April 19, 2018 14:57
HelloSign - Overriding the app white labelling settings when doing the embedded iframe loading in JavaScript
HelloSign.init("<?php echo $client_id ?>");
HelloSign.open({
url: "<?php echo $sign_url ?>",
allowCancel: true,
skipDomainVerification: true,