Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
underconstruction
/
scripts
📤 Upload
📝 New File
📁 New Folder
Close
Editing: underconstruction-scripts.js
function submitAppsumoCaptureForm(emailAddress) { var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://hooks.zapier.com/hooks/catch/2130556/ot6a0xg/'); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.send(encodeURI('email=' + emailAddress)); alert("You're signed up!"); }
Save
Cancel