You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would you be willing to add more filters to the plugin, in order to change the arguments passed to Pardot at runtime?
We specifically require one to alter the querystring in our use-case, so something like this:
The issue for us is that the filter requires a specific form ID, unless it's possible to match filters partially?
We need to run it on every form, so it'd be difficult to maintain that way.
@stefanwiebe Gotcha. I can add this in a future version, but if you want to add parameters to every form, you can just use built-in WordPress filters. Either filter the content before shortcodes render and add a querystring attribute, or filter the content after shortcodes render and find the proper iframes.
Hello,
would you be willing to add more filters to the plugin, in order to change the arguments passed to Pardot at runtime?
We specifically require one to alter the querystring in our use-case, so something like this:
in the
get_form_body()
-function would be perfect.Of course you could also just pass the entire args array.
Cheers
The text was updated successfully, but these errors were encountered: