Title: Documentation
Last modified: November 22, 2022

---

# Documentation

 *  Resolved [jdwf0658](https://wordpress.org/support/users/jdwf0658/)
 * (@jdwf0658)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/documentation-269/)
 * hey just wondering if there are any filters or actions that can be tapped into.
   possibly remove and then add back in on the page where I want it.
 * (Specifically the checkout page for guests) Would like to unhook this and put
   it under the place order buttons but before the closing form tag.
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdocumentation-269%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [jdwf0658](https://wordpress.org/support/users/jdwf0658/)
 * (@jdwf0658)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/documentation-269/#post-16221884)
 * Also wondering for the use case of custom forms that I made without using a plugin.
   I try to keep from the bloat as I dont need 100 different features for every 
   little thing.
 * I haven’t even check over the plugins code yet to see if theres any hooks/ filters
   i can take advantage of, figured it would be faster and easier to get directly
   from the plugins developer! Thank you!
 *  Plugin Author [Elliot Sowersby](https://wordpress.org/support/users/elliotvs/)
 * (@elliotvs)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/documentation-269/#post-16227926)
 * Technically if you have some code knowledge, you would be able to implement it
   onto any custom form. Just check out the code for one of the existing integrations
   and you’ll see what’s needed.
 * The **[simple-turnstile]** shortcode will show the widget, then in your forms
   validation hook, just check the response with:
 *     ```
       $check = cfturnstile_check();
       $success = $check['success'];
       if($success != true) {
           // Code for error notice + stop submission
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Documentation’ is closed to new replies.

 * ![](https://ps.w.org/simple-cloudflare-turnstile/assets/icon-128x128.gif?rev=
   2937121)
 * [Simple CAPTCHA Alternative with Cloudflare Turnstile](https://wordpress.org/plugins/simple-cloudflare-turnstile/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-cloudflare-turnstile/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-cloudflare-turnstile/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-cloudflare-turnstile/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-cloudflare-turnstile/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-cloudflare-turnstile/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Elliot Sowersby](https://wordpress.org/support/users/elliotvs/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/documentation-269/#post-16227926)
 * Status: resolved