by codepeople
4.3 (5 reviews)
Form Builder CP
Form Builder CP is a contact form plugin for creating contact forms with a visual form builder and email them.
Compatible with WP 6.9
v1.2.45
Current Version v1.2.45
Updated 3 months ago
Last Update on 11 Dec, 2025
Refreshed 6 hours ago
Last Refreshed on
Rank
#10,685
—
No change
Active Installs
300+
—
No change
KW Avg Position
15
—
No change
Downloads
91.3K
+5 today
Support Resolved
0%
—
No change
Rating
86%
Review 4.3 out of 5
4.3
(5 reviews)
Next Milestone 400
300+
400+
403
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
Need 34 more installs to reach 400+
Rank Changes
Current
#10,685
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.3
5 reviews
Overall
86%
5
4
(80%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
1
(20%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| emailer | 15 | — | Tag | 16 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.2.45
- Last Updated
- Dec 11, 2025
- Requires WP
- 3.0.5+
- Tested Up To
- 6.9
- PHP Version
- N/A
- Author
- codepeople
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.3
- Reviews
- 5
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,706
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#954
MW
MW WP Form
200K+ installs
#266
Crowdsignal Forms
200K+ installs
#285
Newsletters, Email Marketing, SMS and Popups by Omnisend
100K+ installs
#306
Frequently Asked Questions
Common questions about Form Builder CP
A: The Form Builder CP product's page contains detailed information about each field and customization: https://wordpress.dwbooster.com/forms/cp-easy-form-builder
A: Into the form editor (form builder), click a field to edit its details, there is a setting there named "Add CSS Layout Keywords". You can add the class name into that field, so the style specified into the CSS class will be applied to that field. Note: Don't add style rules directly there but the name of a CSS class. You can place the CSS class either into the CSS file of your template or into the file "cp-easy-form-builder\css\stylepublic.css" located into the plugin's folder.
A: Yes, use the "Add CSS Layout Keywords" field into the form creator for doing that. Into the form creator click a field and into its settings there is one field named "Add Css Layout Keywords". Into that field you can put the name of a CSS class that will be applied to the field. There are some pre-defined CSS classes to use align two, three or four form fields into the same line. The CSS classes are named: column2 column3 column4 For example if you want to put two form fields into the same line then specify for both form fields the class name "column2".
A: This is the Form Builder CP shortcode: [CP_EASY_FORM_WILL_APPEAR_HERE] You can paste it in any place into a post/page or directly into the template using the do_shortcode function. In the edition of pages and posts there is a link that inserts the Form Builder CP shortcode into the page/post.
A: The class="pbSubmit" can be used to modify the button styles. The styles can be applied into any of the CSS files of your theme or into the CSS file "cp-easy-form-builder\css\stylepublic.css". For further modifications the submit button is located at the end of the file "cp_easyform_public_int.inc.php".
A: There is a new settings box in the Form Builder CP settings named "Submit Button". You can edit the submit button label there and get info about editing its CSS styles.
A: Yes, into the form builder click the field and you will see various options in the "Field Settings" tab. In this case you are interested in the option labeled "Instructions for User". Type the instruction in the settings field "Instructions for User" and click the checkbox labeled "Show as floating tooltip" below that field, this way the instructions will appear when the field receives the focus (when the user enters to the field to type something). If the checkbox "Show as floating tooltip" isn't marked then the instructions will appear always displayed immediately below the field in the form.