{"id":115080,"date":"2019-12-24T19:43:35","date_gmt":"2019-12-24T19:43:35","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/crowdfunding-login-redirect\/"},"modified":"2021-08-21T21:48:26","modified_gmt":"2021-08-21T21:48:26","slug":"crowdfunding-login-form","status":"publish","type":"plugin","link":"https:\/\/frp.wordpress.org\/plugins\/crowdfunding-login-form\/","author":15029042,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"trunk","tested":"5.8.13","requires":"5.0","requires_php":"7.0","requires_plugins":"","header_name":"Crowdfunding Login Form","header_author":"Fahim Murshed","header_description":"WP Crowdfunding Login Redirect to CF Dashboard","assets_banners_color":"b7b2c6","last_updated":"2021-08-21 21:48:26","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.fahimm.com\/donation","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/crowdfunding-login-form","header_author_uri":"https:\/\/fahimm.com","rating":5,"author_block_rating":0,"active_installs":20,"downloads":2220,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>Just click on the update button.<\/p>","Credits":"<p>This plugin fork from &quot;WordPress Login Form&quot; and credit goes to &quot;naa986&quot;<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":2217657,"resolution":"128x128","location":"assets","locale":""},"icon-256X256.jpg":{"filename":"icon-256X256.jpg","revision":2217657,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":2217657,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":2217657,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[6452,617,21879,185239,185238],"plugin_category":[45],"plugin_contributors":[144109],"plugin_business_model":[],"class_list":["post-115080","plugin","type-plugin","status-publish","hentry","plugin_tags-crowdfunding","plugin_tags-donation","plugin_tags-login-redirect","plugin_tags-login-from","plugin_tags-wp-crowdfunding","plugin_category-ecommerce","plugin_contributors-fahimmurshed","plugin_committers-fahimmurshed"],"banners":{"banner":"https:\/\/ps.w.org\/crowdfunding-login-form\/assets\/banner-772x250.jpg?rev=2217657","banner_2x":"https:\/\/ps.w.org\/crowdfunding-login-form\/assets\/banner-1544x500.jpg?rev=2217657","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/crowdfunding-login-form\/assets\/icon-128x128.jpg?rev=2217657","icon_2x":"https:\/\/ps.w.org\/crowdfunding-login-form\/assets\/icon-256X256.jpg?rev=2217657","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>WP Crowdfunding Login Form. Create a simple login form. You can use any Page Builder to make beautiful login page.<\/p>\n\n<p>If you need more assistance, <a href=\"https:\/\/fahimm.com\/contact\/\">contact me<\/a><\/p>\n\n<h3>How it works<\/h3>\n\n<p>In order to create a login form or custom login page for WordPress with the default options, all you need to do is use this shortcode:<\/p>\n\n<pre><code>[wp_login_form]\n<\/code><\/pre>\n\n<p>However, there are other parameters that you can pass in the shortcode to customize it.<\/p>\n\n<p><strong>redirect<\/strong><\/p>\n\n<p>An absolute URL to which the user will be redirected after a successful login. For example,<\/p>\n\n<pre><code>[wp_login_form redirect=\"https:\/\/example.com\/mypage\/\"]\n<\/code><\/pre>\n\n<p>The default is to redirect back to the URL where the form was submitted.<\/p>\n\n<p><strong>form_id<\/strong><\/p>\n\n<p>Your own custom ID for the login form. For example,<\/p>\n\n<pre><code>[wp_login_form form_id=\"myloginform\"]\n<\/code><\/pre>\n\n<p>The default is \"loginform\".<\/p>\n\n<p><strong>label_username<\/strong><\/p>\n\n<p>Your custom label for the username\/email address field. For example,<\/p>\n\n<pre><code>[wp_login_form label_username=\"Login ID or Email\"]\n<\/code><\/pre>\n\n<p>The default is \"Username or Email Address\".<\/p>\n\n<p><strong>label_password<\/strong><\/p>\n\n<p>Your custom label for the password field. For example,<\/p>\n\n<pre><code>[wp_login_form label_password=\"Login Password\"]\n<\/code><\/pre>\n\n<p>The default is \"Password\".<\/p>\n\n<p><strong>label_remember<\/strong><\/p>\n\n<p>Your custom label for the remember field. For example,<\/p>\n\n<pre><code>[wp_login_form label_remember=\"Remember\"]\n<\/code><\/pre>\n\n<p>The default is \"Remember Me\".<\/p>\n\n<p><strong>label_log_in<\/strong><\/p>\n\n<p>Your custom label for the form submit button. For example,<\/p>\n\n<pre><code>[wp_login_form label_log_in=\"Submit\"]\n<\/code><\/pre>\n\n<p>The default is \"Log In\".<\/p>\n\n<p><strong>id_username<\/strong><\/p>\n\n<p>Your own custom ID for the username field. For example,<\/p>\n\n<pre><code>[wp_login_form id_username=\"wp_user_login\"]\n<\/code><\/pre>\n\n<p>The default is \"user_login\".<\/p>\n\n<p><strong>id_password<\/strong><\/p>\n\n<p>Your own custom ID for the password field. For example,<\/p>\n\n<pre><code>[wp_login_form id_password=\"wp_user_pass\"]\n<\/code><\/pre>\n\n<p>The default is \"user_pass\".<\/p>\n\n<p><strong>id_remember<\/strong><\/p>\n\n<p>Your own custom ID for the remember field. For example,<\/p>\n\n<pre><code>[wp_login_form id_remember=\"login_rememberme\"]\n<\/code><\/pre>\n\n<p>The default is \"rememberme\".<\/p>\n\n<p><strong>id_submit<\/strong><\/p>\n\n<p>Your own custom ID for the form submit button. For example,<\/p>\n\n<pre><code>[wp_login_form id_submit=\"login_form_submit\"]\n<\/code><\/pre>\n\n<p>The default is \"wp-submit\".<\/p>\n\n<p><strong>remember<\/strong><\/p>\n\n<p>Specify whether to display the \"Remember Me\" checkbox in the WordPress login form. For example,<\/p>\n\n<pre><code>[wp_login_form remember=\"0\"]\n<\/code><\/pre>\n\n<p>The default is \"1\" (true).<\/p>\n\n<p><strong>value_username<\/strong><\/p>\n\n<p>Your custom placeholder attribute for the username input field. For example,<\/p>\n\n<pre><code>[wp_login_form value_username=\"Your Username\"]\n<\/code><\/pre>\n\n<p>The default is NULL.<\/p>\n\n<p><strong>value_remember<\/strong><\/p>\n\n<p>Specify whether the \"Remember Me\" checkbox in the form should be checked by default. For example,<\/p>\n\n<pre><code>[wp_login_form value_remember=\"1\"]\n<\/code><\/pre>\n\n<p>The default is \"0\" (false).<\/p>\n\n<p><strong>lost_password<\/strong><\/p>\n\n<p>Specify whether to display the \"Lost your password?\" link in the form. For example,<\/p>\n\n<pre><code>[wp_login_form lost_password=\"0\"]\n<\/code><\/pre>\n\n<p>The default is \"1\" (true).<\/p>\n\n<!--section=installation-->\n<p>a.\n1. Go to the Plugins menu\n2. Add new plugin\n3. Search \"Crowdfunding Login Form\"\n4. Install and activate\n5. Create a new page and add this shortcode: [wp_login_form redirect=\"https:\/\/Your-Site.test\/cf-dashboard\"]\n6. Enjoy<\/p>\n\n<p>b.<br \/>\n1. Upload the plugin files to the <code>\/wp-content\/plugins\/plugin-name<\/code> directory, or install the plugin through the WordPress plugins screen directly.\n2. Activate the plugin through the 'Plugins' screen in WordPress\n3. Create a new page and add this shortcode: [wp_login_form redirect=\"https:\/\/Your-Site.test\/cf-dashboard\"]\n4. Enjoy<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='only%20for%20wp%20crowdfunding'><h3>Only for WP Crowdfunding<\/h3><\/dt>\n<dd><p>Yes, this plugin only works for WP Crowdfunding. If you want to redirect to another page, just ask on the support.<\/p><\/dd>\n<dt id='do%20i%20need%20to%20do%20anything%20after%20installation'><h3>Do I need to do anything after installation<\/h3><\/dt>\n<dd><p>No, just install and activate. Add the shortcode \"[wp_login_form redirect=\"https:\/\/cfpro.test\/cf-dashboard\"]\" Enjoy.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>WordPress 5.8 Compatibility<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Latest WordPress Compatibility<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"WP Crowdfunding Login Form. Create a simple login form.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/115080","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=115080"}],"author":[{"embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/fahimmurshed"}],"wp:attachment":[{"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=115080"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=115080"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=115080"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=115080"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=115080"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/frp.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=115080"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}