Skip to content

Instantly share code, notes, and snippets.

@HamzaAnis
Created August 11, 2018 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HamzaAnis/14f1bb5a9ab14b8a89b9d562c018dba1 to your computer and use it in GitHub Desktop.
Save HamzaAnis/14f1bb5a9ab14b8a89b9d562c018dba1 to your computer and use it in GitHub Desktop.
A trick to add a delay of 5 seconds in the zoho forms
void delay()
{
info now;
thislist = List();
thislist={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16};
for each l in thislist
{
response = getUrl( "https://wait.glitch.me/5");
}
info now;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment