Skip to main content

Where to link to the terms and conditions?

I can't find out where to include the link to my own terms and conditions.

Where to link to the terms and conditions? Where to link to the terms and conditions?

Lori Bennett

I have my terms and conditions on the footer section of my website home page. I have a call to action register button on the home page and also in my top menu so visitors can register to become a member and access the community after visiting my home page. However if you have visitors go straight to the portal to signup, my recommendation would not work.

Ronald

I see! Yeah I'd want it straight from the portal. Only wanting to have the text "terms and conditions" being a link to the actual TOS. Otherwise the checkbox is legally speaking worth nothing πŸ˜…

Jeff Brigman

Same, how can they agree to something they can't click to read? There needs to be a way to add a URL or even some terms that popup in a modal.

Ronald

Indeed! I've created a support ticket for it now.

Admin j

RonaldΒ Did you find a solution?

Ronald

Admin j yeah I needed to get the plugin "code snippets" and add this to it, replacing the url with your own url.

add_filter('fluent_community/terms_policy_url', function () {

return 'https://website.com/terms';

});

Admin j

RonaldΒ Thanks!πŸ˜ƒ

Todd Jones

that worked really well! thanks

Matt Win

has this been update? Why would we need an additional plugin to show terms?? If thats the case then the text and box should not be there at all

Ross FCA

Matt WinΒ terms and conditions usually live on a standard page. You just create a new page on your wordpress site, add your ts & cs or privacy policy, then link to that page from the field on the sign up form