This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Google app-script to utilise Elementor Pro Froms webhook | |
* For Usage see: https://github.com/pojome/elementor/issues/5894 | |
*/ | |
/* | |
In order to enable this script, follow these steps: | |
* From your Google Sheet, from the Tools menu select Script Editor… | |
* Paste the script from this gist into the script code editor and hit Save. | |
* From the Publish menu, select Deploy as web app… |