Question - Help with JavaScript

Hello I made a form using form editor and put some simple javascript in the workflow entry block. It works perfectly on windows but when I test on mac it doesn't run. Could someone help me understand why that is and help me fix the issue? thank you.  

Oh here's the simple code: <script> alert("-Baby Dedications is for OCBF members only.\n-Please do not fill out this form if you aren't a member.\n-Baby Dedications is held every 4th Sunday except August and December.");

</script>

Accepted Answer

  • Hi, Antwoine-

    Have you checked whether the Mac's browser is blocking "alert" actions?

Other Answers

  • Hello thanks that was it thank you.