WPIntell

Source evidence

Error with Fluent Forms

ClickTrail – UTM, Click ID & Ad Tracking (with Consent) · support · 2026-02-11T20:29:00+00:00

mixedsentiment
highseverity
0.94relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

10 / 67 rows with source links

14.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

57 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
undfine resolved
Hello and thanks for creating this plugin! It’s like almost exactly what I’m looking for: first and last-touch attribution with server-side tracking and the consent feature is a bonus. However, there are a few issues: Settings page — For some reason the checkbox settings aren’t saving to the DB. I can only set the “enable_attribution” and “cookie_days”. Fluentforms integration caused a fatal error — Action should only accept 1 argument: https://fluentforms.com/docs/fluentform_form_element_start/ FILE: class-fluent-forms-adapter.php (line 45) add_action( 'fluentform_form_element_start', array( $this, 'add_hidden_fields' ), 10, 2 ); Thanks! Thanks for the detailed report and for linking the Fluent Forms hook docs. I was able to confirm both issues. The settings page problem was on my side. The checkbox-based attribution settings were not being saved reliably, which is why only enable_attribution and cookie_days were persisting. I’ve corrected the settings registration/sanitization so those checkbox values save properly. You are also correct about the Fluent Forms fatal error. The adapter was registering fluentform_form_element_start with accepted_args = 2, but that action only passes 1 argument. I’ve updated the hook registration and callback signature accordingly. These fixes will be included in the next plugin update. Thanks again for catching both issues. Thanks for the reply and fixing those issues!

Comments

2 shown
Hugo Carvalho 2026-03-08T03:13:00+00:00

Thanks for the detailed report and for linking the Fluent Forms hook docs. I was able to confirm both issues. The settings page problem was on my side. The checkbox-based attribution settings were not being saved reliably, which is why only enable_attribution and cookie_days were persisting. I’ve corrected the settings registration/sanitization so those checkbox values save properly. You are also correct about the Fluent Forms fatal error. The adapter was registering fluentform_form_element_start with accepted_args = 2, but that action only passes 1 argument. I’ve updated the hook registration and callback signature accordingly. These fixes will be included in the next plugin update. Thanks again for catching both issues.

undfine 2026-03-09T19:47:00+00:00

Thanks for the reply and fixing those issues!