Skip to content

Help to install #7

Answered by magentix
dreamguard asked this question in Q&A
Jun 24, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @dreamguard

We discovered an issue with Turnstile integration on Third party form.

Please upgrade the module to 1.1.3, then:

Add the widget in your form with the following tag:

{widget name='pixel_cloudflare_turnstile' custom='1' action='custom-form'}

  • The new custom param allows to display the widget on any form.
  • The action param is a free name that will appear in the Turnstile statistics

The isSubmit method is a classic Prestashop method to determine if the form has been submitted. You need to add the input in your custom form with the same name as in isSubmit method param:

<input type="hidden" name="myForm" value="1">

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dreamguard
Comment options

Answer selected by dreamguard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants