{"id":1369,"date":"2017-05-12T12:33:00","date_gmt":"2017-05-12T07:33:00","guid":{"rendered":"http:\/\/wpbrigade.com\/?p=1369"},"modified":"2026-02-28T14:37:47","modified_gmt":"2026-02-28T09:37:47","slug":"add-privacy-policy-checkbox-registration-form","status":"publish","type":"post","link":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/","title":{"rendered":"How to Add Privacy Policy Checkbox in Registration Form?"},"content":{"rendered":"\n<p><span style=\"font-weight: 400;\">By default, the user registration for WordPress is off<\/span><span style=\"font-weight: 400;\">. <\/span><span style=\"font-weight: 400;\">Once you enable it, you\u2019ll find it doesn\u2019t let you gather much information from users when they first register on your site. It has basic fields, including <\/span><b>Username or Email Address<\/b><span style=\"font-weight: 400;\"> and <\/span><b>Password<\/b><span style=\"font-weight: 400;\">.&nbsp;<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Custom fields empower you to get extra information from your users, such as an address or phone number, or ask them to accept your Terms &amp; Conditions, Privacy Policy, etc.<\/span><\/p>\n\n\n\n<p><b><i>Important: <\/i><\/b><i><span style=\"font-weight: 400;\">The WordPress Checkboxes or checkboxes at any website are legal, as clicking on a checkbox is urging a signature on a written contract.<\/span><\/i><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Here we\u2019ll explain how to add the custom field <\/span><b>\u201cPrivacy Policy\u201d<\/b><span style=\"font-weight: 400;\"> in the WordPress registration form with custom coding. So, make sure you read this article till the end.<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Let\u2019s get started!<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-enable-wordpress-registration-form\"><span style=\"font-weight: 400;\">Enable WordPress Registration Form<\/span><\/h2>\n\n\n\n<p><b><i>Note:<\/i><\/b><i><span style=\"font-weight: 400;\"> We assume you\u2019ve already enabled the WordPress registration form.<\/span><\/i><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">If not, simply go to the left sidebar of the admin dashboard, navigate to <\/span><b>Settings,<\/b><span style=\"font-weight: 400;\"> and click the <\/span><b>General <\/b><span style=\"font-weight: 400;\">option.<\/span><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img decoding=\"async\" width=\"322\" height=\"257\" src=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/General-Settings.png\" alt=\"General Settings\" class=\"wp-image-298999\" srcset=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/General-Settings.png 322w, https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/General-Settings-300x239.png 300w\" sizes=\"(max-width: 322px) 100vw, 322px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">The<\/span><b> General Settings <\/b><span style=\"font-weight: 400;\">screen will open up. Scroll down a bit, and tick mark the <\/span><b>Membership <\/b><span style=\"font-weight: 400;\">checkbox.&nbsp;<\/span><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img decoding=\"async\" width=\"656\" height=\"540\" src=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Membership-Checkbox.png\" alt=\"Membership Checkbox\" class=\"wp-image-299000\" srcset=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Membership-Checkbox.png 656w, https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Membership-Checkbox-300x247.png 300w\" sizes=\"(max-width: 656px) 100vw, 656px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">When you are done, scroll done and click on the <\/span><b>Save Changes<\/b><span style=\"font-weight: 400;\"> button to save the settings.&nbsp;<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Now you can <\/span><span style=\"font-weight: 400;\">see the registration link on your login page:<\/span><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img decoding=\"async\" width=\"600\" height=\"585\" src=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Register-Button.png\" alt=\"Register Button\" class=\"wp-image-299001\" srcset=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Register-Button.png 600w, https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Register-Button-300x293.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-adding-custom-field-nbsp-privacy-policy-on-the-registration-form-nbsp\"><span style=\"font-weight: 400;\">Adding Custom Field&nbsp; \u201cPrivacy Policy\u201d on the Registration Form&nbsp;<\/span><\/h2>\n\n\n\n<p><span style=\"font-weight: 400;\">Here are going to add the custom <\/span><b>\u201cPrivacy Policy\u201d<\/b><span style=\"font-weight: 400;\"> checkbox to the user registration form in WordPress. This process will be carried out using custom coding, so buckle up!<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-hook-for-adding-privacy-policy-field-on-the-registration-form\"><span style=\"font-weight: 400;\">1. Hook for Adding Privacy Policy Field on the Registration Form<\/span><\/h3>\n\n\n\n<p><b><i>Note:<\/i><\/b> <a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Action_Reference\/register_form\"><i><span style=\"font-weight: 400;\">register_form<\/span><\/i><\/a><i><span style=\"font-weight: 400;\"> Allow rendering of new HTML element.<\/span><\/i><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Paste the following code in the <\/span><b>child theme\u2019s functions.php file <\/b><span style=\"font-weight: 400;\">to add the <\/span><b>Privacy Policy<\/b><span style=\"font-weight: 400;\"> checkbox on the registration form.<\/span><\/p>\n\n\n\n<!--more-->\n\n\n\n<pre class=\"wp-block-preformatted\">\/\/ Add privacy policy field.\nadd_action( 'register_form', 'loginpress_add_privacy_policy_field' );\nfunction loginpress_add_privacy_policy_field() { ?&gt;\n  &lt;p&gt;\n    &lt;label for=\"lp_privacy_policy\"&gt;&lt;?php _e( 'Privacy Policy', 'loginpress' ) ?&gt;&lt;br \/&gt;\n      &lt;input type=\"checkbox\" name=\"lp_privacy_policy\" id=\"lp_privacy_policy\" class=\"checkbox\" \/&gt;\n    &lt;\/label&gt;\n  &lt;\/p&gt;\n  &lt;?php\n}<\/pre>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img decoding=\"async\" width=\"343\" height=\"661\" src=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Privacy-Policy-Checkbox.png\" alt=\"Privacy Policy Checkbox\" class=\"wp-image-299002\" srcset=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Privacy-Policy-Checkbox.png 343w, https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Privacy-Policy-Checkbox-156x300.png 156w\" sizes=\"(max-width: 343px) 100vw, 343px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-hook-for-validating-privacy-policy-field-on-the-registration-form\"><span style=\"font-weight: 400;\">2. Hook for Validating Privacy Policy Field on the Registration Form<\/span><\/h3>\n\n\n\n<p><b><i>Note:<\/i><\/b> <a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/registration_errors\"><i><span style=\"font-weight: 400;\">registration_errors<\/span><\/i><\/a><i><span style=\"font-weight: 400;\"> Perform validation on form registration fields.<\/span><\/i><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">You\u2019ll need to add the following code snippet in the <\/span><b>child theme\u2019s functions.php file<\/b><span style=\"font-weight: 400;\"> to make sure each user won\u2019t get registered to your site before tick marking the <\/span><b>Privacy Policy<\/b><span style=\"font-weight: 400;\"> checkbox.<\/span><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/\/ Add validation. In this case, we make sure lp_privacy_policy is required.\nadd_filter( 'registration_errors', 'loginpresss_privacy_policy_auth', 10, 3 );\n\nfunction loginpresss_privacy_policy_auth( $errors, $sanitized_user_login, $user_email ) {\n\n  if ( ! isset( $_POST['lp_privacy_policy'] ) ) :\n\n    $errors-&gt;add( 'policy_error', \"&lt;strong&gt;ERROR&lt;\/strong&gt;: Please accept the privacy policy.\" );\n    return $errors;\n  endif;\n  return $errors;\n}<\/pre>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img decoding=\"async\" width=\"329\" height=\"720\" src=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Error-Message.png\" alt=\"Error Message\" class=\"wp-image-299003\" srcset=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Error-Message.png 329w, https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Error-Message-137x300.png 137w\" sizes=\"(max-width: 329px) 100vw, 329px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-hook-for-updating-user-meta-on-the-registration-form\"><span style=\"font-weight: 400;\">3. Hook for Updating User Meta on the Registration Form<\/span><\/h3>\n\n\n\n<p><b><i>Note:<\/i><\/b> <a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Action_Reference\/user_register\"><i><span style=\"font-weight: 400;\">user_register<\/span><\/i><\/a><i><span style=\"font-weight: 400;\">&nbsp; Save custom form data.<\/span><\/i><span style=\"font-weight: 400;\">You are almost done! Paste the following code in the <\/span><b>child theme\u2019s functions.php<\/b><span style=\"font-weight: 400;\"> file to save custom form data.<\/span><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/\/ Lastly, save our extra registration user meta.\nadd_action( 'user_register', 'loginpress_privacy_policy_save' );\n\nfunction loginpress_privacy_policy_save( $user_id ) {\n\n  if ( isset( $_POST['lp_privacy_policy'] ) )\n     update_user_meta( $user_id, 'lp_privacy_policy', $_POST['lp_privacy_policy'] );\n}<\/pre>\n\n\n\n<p><span style=\"font-weight: 400;\">All done! <\/span><span style=\"font-weight: 400;\">We hope you understand how to add the custom field <\/span><b>\u201cPrivacy Policy\u201d<\/b><span style=\"font-weight: 400;\"> in the WordPress registration form with custom coding. <\/span><span style=\"font-weight: 400;\">Now it\u2019s your turn!<\/span><\/p>\n\n\n\n<p><span style=\"font-weight: 400;\">Let us know how much this knowledgebase article helped you! If you have any doubts or questions related to this matter, please don\u2019t hesitate to contact our <\/span><a href=\"https:\/\/loginpress.pro\/contact\/\"><span style=\"font-weight: 400;\">support team<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>By default, the user registration for WordPress is off. Once you enable it, you&rsquo;ll find it doesn&rsquo;t let you gather much information from users when they first register on your site. It has basic fields, including Username or Email Address and Password.&nbsp; Custom fields empower you to get extra information from your users, such as [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":299054,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_analytify_skip_tracking":false,"footnotes":""},"categories":[53],"tags":[],"class_list":["post-1369","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Add Privacy Policy Checkbox in Registration Form<\/title>\n<meta name=\"description\" content=\"Do you want to know that how to Add Privacy Policy Checkbox in Registration Form? Here, we will discuss how to Add Privacy Policy Checkbox.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Add Privacy Policy Checkbox in Registration Form?\" \/>\n<meta property=\"og:description\" content=\"Do you want to know that how to Add Privacy Policy Checkbox in Registration Form? Here, we will discuss how to Add Privacy Policy Checkbox.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/\" \/>\n<meta property=\"og:site_name\" content=\"WPBrigade\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/WPBrigade\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-12T07:33:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-28T09:37:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Add-Privacy.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Adnan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wpbrigade\" \/>\n<meta name=\"twitter:site\" content=\"@wpbrigade\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adnan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/\"},\"author\":{\"name\":\"Adnan\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/person\\\/60305aa637f786ceebbf9949f1a24634\"},\"headline\":\"How to Add Privacy Policy Checkbox in Registration Form?\",\"datePublished\":\"2017-05-12T07:33:00+00:00\",\"dateModified\":\"2026-02-28T09:37:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/\"},\"wordCount\":455,\"commentCount\":8,\"publisher\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2017\\\/05\\\/Add-Privacy.jpg\",\"articleSection\":[\"How-to\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/\",\"name\":\"Add Privacy Policy Checkbox in Registration Form\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2017\\\/05\\\/Add-Privacy.jpg\",\"datePublished\":\"2017-05-12T07:33:00+00:00\",\"dateModified\":\"2026-02-28T09:37:47+00:00\",\"description\":\"Do you want to know that how to Add Privacy Policy Checkbox in Registration Form? Here, we will discuss how to Add Privacy Policy Checkbox.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2017\\\/05\\\/Add-Privacy.jpg\",\"contentUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2017\\\/05\\\/Add-Privacy.jpg\",\"width\":800,\"height\":400,\"caption\":\"Privacy Policy\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/add-privacy-policy-checkbox-registration-form\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wpbrigade.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Add Privacy Policy Checkbox in Registration Form?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#website\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/\",\"name\":\"WPBrigade\",\"description\":\"WordPress Development Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wpbrigade.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#organization\",\"name\":\"WPBrigade\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Screen-Shot-2021-07-02-at-12.42.14-AM.png\",\"contentUrl\":\"https:\\\/\\\/wpbrigade.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Screen-Shot-2021-07-02-at-12.42.14-AM.png\",\"width\":271,\"height\":63,\"caption\":\"WPBrigade\"},\"image\":{\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/WPBrigade\",\"https:\\\/\\\/x.com\\\/wpbrigade\",\"https:\\\/\\\/www.instagram.com\\\/wpbrigade.agency\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/wpbrigade\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/Wpbrigade\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wpbrigade.com\\\/#\\\/schema\\\/person\\\/60305aa637f786ceebbf9949f1a24634\",\"name\":\"Adnan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g\",\"caption\":\"Adnan\"},\"sameAs\":[\"http:\\\/\\\/adnan.pk\\\/\",\"https:\\\/\\\/x.com\\\/wpbrigade\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Add Privacy Policy Checkbox in Registration Form","description":"Do you want to know that how to Add Privacy Policy Checkbox in Registration Form? Here, we will discuss how to Add Privacy Policy Checkbox.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/","og_locale":"en_US","og_type":"article","og_title":"How to Add Privacy Policy Checkbox in Registration Form?","og_description":"Do you want to know that how to Add Privacy Policy Checkbox in Registration Form? Here, we will discuss how to Add Privacy Policy Checkbox.","og_url":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/","og_site_name":"WPBrigade","article_publisher":"https:\/\/facebook.com\/WPBrigade","article_published_time":"2017-05-12T07:33:00+00:00","article_modified_time":"2026-02-28T09:37:47+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Add-Privacy.jpg","type":"image\/jpeg"}],"author":"Adnan","twitter_card":"summary_large_image","twitter_creator":"@wpbrigade","twitter_site":"@wpbrigade","twitter_misc":{"Written by":"Adnan","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/#article","isPartOf":{"@id":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/"},"author":{"name":"Adnan","@id":"https:\/\/wpbrigade.com\/#\/schema\/person\/60305aa637f786ceebbf9949f1a24634"},"headline":"How to Add Privacy Policy Checkbox in Registration Form?","datePublished":"2017-05-12T07:33:00+00:00","dateModified":"2026-02-28T09:37:47+00:00","mainEntityOfPage":{"@id":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/"},"wordCount":455,"commentCount":8,"publisher":{"@id":"https:\/\/wpbrigade.com\/#organization"},"image":{"@id":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/#primaryimage"},"thumbnailUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Add-Privacy.jpg","articleSection":["How-to"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/","url":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/","name":"Add Privacy Policy Checkbox in Registration Form","isPartOf":{"@id":"https:\/\/wpbrigade.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/#primaryimage"},"image":{"@id":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/#primaryimage"},"thumbnailUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Add-Privacy.jpg","datePublished":"2017-05-12T07:33:00+00:00","dateModified":"2026-02-28T09:37:47+00:00","description":"Do you want to know that how to Add Privacy Policy Checkbox in Registration Form? Here, we will discuss how to Add Privacy Policy Checkbox.","breadcrumb":{"@id":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/#primaryimage","url":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Add-Privacy.jpg","contentUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2017\/05\/Add-Privacy.jpg","width":800,"height":400,"caption":"Privacy Policy"},{"@type":"BreadcrumbList","@id":"https:\/\/wpbrigade.com\/add-privacy-policy-checkbox-registration-form\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpbrigade.com\/"},{"@type":"ListItem","position":2,"name":"How to Add Privacy Policy Checkbox in Registration Form?"}]},{"@type":"WebSite","@id":"https:\/\/wpbrigade.com\/#website","url":"https:\/\/wpbrigade.com\/","name":"WPBrigade","description":"WordPress Development Agency","publisher":{"@id":"https:\/\/wpbrigade.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpbrigade.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wpbrigade.com\/#organization","name":"WPBrigade","url":"https:\/\/wpbrigade.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpbrigade.com\/#\/schema\/logo\/image\/","url":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2021\/07\/Screen-Shot-2021-07-02-at-12.42.14-AM.png","contentUrl":"https:\/\/wpbrigade.com\/wp-content\/uploads\/2021\/07\/Screen-Shot-2021-07-02-at-12.42.14-AM.png","width":271,"height":63,"caption":"WPBrigade"},"image":{"@id":"https:\/\/wpbrigade.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/WPBrigade","https:\/\/x.com\/wpbrigade","https:\/\/www.instagram.com\/wpbrigade.agency\/","https:\/\/www.linkedin.com\/company\/wpbrigade","https:\/\/www.youtube.com\/c\/Wpbrigade"]},{"@type":"Person","@id":"https:\/\/wpbrigade.com\/#\/schema\/person\/60305aa637f786ceebbf9949f1a24634","name":"Adnan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/db5b529a3f883d64715e1ccef9fbb1b5d602be4f9430721c997513571f1ce99f?s=96&d=retro&r=g","caption":"Adnan"},"sameAs":["http:\/\/adnan.pk\/","https:\/\/x.com\/wpbrigade"]}]}},"_links":{"self":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts\/1369","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/comments?post=1369"}],"version-history":[{"count":2,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts\/1369\/revisions"}],"predecessor-version":[{"id":319099,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/posts\/1369\/revisions\/319099"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/media\/299054"}],"wp:attachment":[{"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/media?parent=1369"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/categories?post=1369"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpbrigade.com\/wpb-api\/wp\/v2\/tags?post=1369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}