• Hi great Plugin,

    I am using it on my site to allow people to register using facebook. I have both the standard wordpress registration possibility of registering or using Facebook.

    However, with WordPress I am requiring a user to “Agree to the sites terms and conditions and privacy policy” before signing up. Basically checking a standard checkbox. However when the user has an option of signing up via Facebook, this option does not exist.

    I am wondering

    1) Is it possible to have a check box telling them to agree to the sites terms and C’s to register?

    2) If not, how are people handling this for using Facebook registrations? I would assume all sites need this as standard practice for site registrations.

    Thanks

    https://www.ads-software.com/extend/plugins/simple-facebook-connect/

Viewing 1 replies (of 1 total)
  • Thread Starter redwall

    (@redwall)

    Hi,
    I was able to add a checkbox to the registration by adding this code to the array in sfc-register.php

    array('name'=>'agree', 'description'=>'Agree to our Terms & Conditions', 'type'=>'checkbox'),

    However, i cannot figure out how to make it a required field. You were able to make username required and the captcha, but can’t figure out how to make my checkbox required ??

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Simple Facebook Connect] Using Facebook Register (Accept Terms & Conditions)’ is closed to new replies.