Created
June 5, 2020 13:19
-
-
Save zuzannamj/9f8570c50b32d942b12091f6207c431b to your computer and use it in GitHub Desktop.
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
| <script runat="server"> | |
| Platform.Load("Core","1.1.1"); | |
| try{ | |
| </script> | |
| {{your script goes here}} | |
| <script runat="server"> | |
| }catch(e){ | |
| Write("Oops, something went wrong!<br>Please contact info@email.com so we can help you finalize your request."); | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment