F
by F1 Code 1 (0 reviews)

F1 Register Flow

Register Flow gives a simple solution to custom registration form needs. Rather than having you learn to use a

F1 Register Flow ranks #50,806 among WordPress.org plugins with 1+ active installations, is #1,093 of 1,744 in the User Management category, a 1/5 rating from 0 reviews, and was last updated Nov 19, 2015. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 4.3 (Current: 7.1.2)
v1.2 Current Version v1.2
Updated 10 years ago Last Update on 19 Nov, 2015
Refreshed 8 hours ago Last Refreshed on
#1,093 of 1,744 in User Management No update in over a year
View on WordPress.org
Rank
#50,806
No change
Active Installs
1+
-91.7%
KW Avg Position
N/A
No change
Downloads
1.8K
+2 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress -185490%
0+ 10+
1,856
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 18,559 more installs to reach 10+

Rank Changes

48,264 49,534 50,804 52,074 53,344 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
48,264 49,534 50,804 52,074 53,344 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #50,804
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about F1 Register Flow

2 shortcodes are available for use in the site's pages: f1-registration-form-step1 f1-registration-form-step2 They should wrap the form's content. Form's control names should be prefixed with "registration_". Any field included in the "step1" form will be passed to the "step2" page via the query string. At a minimum the step2 form must have the following fields (these can either be present on the form itself, or generated via the registration_step2_validate action): registration_first registration_last registration_email registration_login registration_password registration_password_confirm The default page names are: register - initial registration form. This must contain the registration-form-step1 shortcode. register-complete - step 2 of the registration. This must contain the registration-form-step2 shortcode. register-checkemail - page shown when step 2 completes. Should have a message to the effect of "Please check your email" You can select other pages on the plugin settings page.
Templates are simply custom WP pages with pre-determined names. Variables surrounded by {{ }} will be expanded. There is only 1 email template at this time: Registration Confirmation Request: The system will look for a page named registration-confirmation-request-template and expand the following variables: registration_confirmation_url - URL to be used for confirming the registration variables provided on the registration form (e.g. registration_login, registration_password, etc)
Use the following Wordpress filter hooks: f1_registration_step1_validate($form_data, $errors): This will be passed the form data. If the validation fails errors should be added to the $errors parameter. $form_data (modified or not) must be returned. f1_registration_step2_validate($form_data, $errors): This will be passed the form data. If the validation fails errors should be added to the $errors parameter. $form_data (modified or not) must be returned. f1_registration_confirmation_request_email($email, $form_data): This can be used to modify the email used for the confirmation request. By default the system will use the provided registration_email. f1_registration_confirmation_validate($form_data, $errors): This will be passed the form data. It fires right before the user is created. If the validation fails errors should be added to the $errors parameter. $form_data (modified or not) must be returned.
Use the following action hook: f1_registration_confirmed($user_id, $form_data): Invoked when the user confirms his registration, by clicking the link in the email. The original form data gets passed. This is where additional metadata could be added to the user, or a thank you email could be sent.
By default, once the user has passed the confirmation step, they will be redirected to the site's home page. To customize this, use the following action hook: f1_registration_loggedin($user_id): Invoked when the user has confirmed registration, and after they have already been marked as logged in.

Sign In / Register

You need to sign in or register to use this feature.