We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now are there 2 prefs: gdpr_privacypolicy gdpr_termsandconditions
you can use only one in contact template, because only contact shortcodes are available: {CONTACT_GDPR_LINK}
{CONTACT_GDPR_LINK}
But those links can be needed in signup template too and as values for example in signup text: And they could be used f.e. in cookies plugin.
Actual solution from contact plugin is in fact "hardcoded" by using LANs. define("LANCONTACT_23", "You can find our privacy policy here: [x]");
define("LANCONTACT_23", "You can find our privacy policy here: [x]");
PS. Not urgent.
The text was updated successfully, but these errors were encountered:
6ce8972
Merge pull request #3615 from SimSync/fix_3579
aa5929e
fixes #3579 shortcodes, lans for GDPR links on signup page.
No branches or pull requests
Now are there 2 prefs:
gdpr_privacypolicy
gdpr_termsandconditions
you can use only one in contact template, because only contact shortcodes are available:
{CONTACT_GDPR_LINK}
But those links can be needed in signup template too and as values for example in signup text:
![image](https://user-images.githubusercontent.com/5429548/50206176-e7176e80-036a-11e9-9882-c8dc8fe15714.png)
And they could be used f.e. in cookies plugin.
Actual solution from contact plugin is in fact "hardcoded" by using LANs.
define("LANCONTACT_23", "You can find our privacy policy here: [x]");
PS. Not urgent.
The text was updated successfully, but these errors were encountered: