How Can We Help?

Search for answers or browse about Sintel Forms.

Use a Rule to check if third party cookies are enabled

You are here:

  Issue

If third-party cookies are not enabled certain features of Sintel Forms will not work

  Resolution

We recommend adding a rule to your forms to verify if third-party cookies are enabled and if they are not enabled, to alert the user.

A sample third-party cookies alert

 

This can be implemented using a rule as follows:

Rule to check for third-party cookies

 

And here is the code snippet

    try {
        SPApi.ensureInitialized();
    }
    catch 
    {
        alert("Please Enable Third Party Cookies in your browser settings!")
    }

 

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents