M
by mksddn
1 (0 reviews)
MksDdn Forms Handler
Advanced form processing system with REST API support, Telegram notifications, and Google Sheets integration.
Compatible with WP 6.9
v2.1.1
Current Version v2.1.1
Updated 1 day ago
Last Update on 20 Jan, 2026
Synced 7 hours ago
Last Synced on
Rank
#46,839
—
No change
Active Installs
1+
—
No change
KW Avg Position
83
—
No change
Downloads
368
+17 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(0 reviews)
Next Milestone 10
0+
10+
36,682
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 7 more installs to reach 10+
Rank Changes
Current
#46,839
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
1.0
0 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| form-handler | 83 | — | Tag | 11 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
- 2.1.1
- Last Updated
- Jan 20, 2026
- Requires WP
- 5.0+
- Tested Up To
- 6.9
- PHP Version
- 8.0 or higher
- Author
- mksddn
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- 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,738
Master Addons For Elementor - White Label, Free Widgets, Hover Effects, Conditions, & Animations
40K+ installs
#930
MW
MW WP Form
200K+ installs
#262
Newsletters, Email Marketing, SMS and Popups by Omnisend
200K+ installs
#279
Crowdsignal Forms
100K+ installs
#306
Frequently Asked Questions
Common questions about MksDdn Forms Handler
Go to Forms > Add New in your WordPress admin
Fill in the form title and description
Configure the form settings in the meta box
Add form fields in JSON format
Set up delivery methods (email, Telegram, Google Sheets)
Publish the form and use the shortcode to display it
Fill in the form title and description
Configure the form settings in the meta box
Add form fields in JSON format
Set up delivery methods (email, Telegram, Google Sheets)
Publish the form and use the shortcode to display it
Create a Telegram bot using @BotFather
Get your bot token
Find your chat ID (you can use @userinfobot)
Add the bot token and chat IDs in the form settings
Enable "Send to Telegram" option
Get your bot token
Find your chat ID (you can use @userinfobot)
Add the bot token and chat IDs in the form settings
Enable "Send to Telegram" option
Set up Google Sheets API credentials
Create a spreadsheet and get the ID from the URL
Configure the sheet name and API credentials
Enable "Send to Google Sheets" option
Can I use this with custom themes?
Yes! The plugin is designed to work with any WordPress theme. Forms are displayed using shortcodes and can be styled with CSS.
Is the plugin secure?
Yes, the plugin includes comprehensive security measures:
* Input validation and sanitization
* Nonce verification
* Capability checks
* Rate limiting protection
* SQL injection prevention
Can I submit forms via AJAX?
Yes! The plugin provides REST API endpoints for AJAX form submissions. Check the REST API section for details.
Can I use custom forms from my theme without configuring fields?
Yes! Enable "Accept any fields from frontend" in form settings (Advanced Settings section). This allows submitting any field names without defining them in Fields Configuration - perfect for custom forms where you control the HTML. All fields are still sanitized, but type validation is skipped. You can also use the mksddn_fh_allowed_fields filter in your theme's functions.php to dynamically allow specific fields or all fields (return ['*']).
Create a spreadsheet and get the ID from the URL
Configure the sheet name and API credentials
Enable "Send to Google Sheets" option
Can I use this with custom themes?
Yes! The plugin is designed to work with any WordPress theme. Forms are displayed using shortcodes and can be styled with CSS.
Is the plugin secure?
Yes, the plugin includes comprehensive security measures:
* Input validation and sanitization
* Nonce verification
* Capability checks
* Rate limiting protection
* SQL injection prevention
Can I submit forms via AJAX?
Yes! The plugin provides REST API endpoints for AJAX form submissions. Check the REST API section for details.
Can I use custom forms from my theme without configuring fields?
Yes! Enable "Accept any fields from frontend" in form settings (Advanced Settings section). This allows submitting any field names without defining them in Fields Configuration - perfect for custom forms where you control the HTML. All fields are still sanitized, but type validation is skipped. You can also use the mksddn_fh_allowed_fields filter in your theme's functions.php to dynamically allow specific fields or all fields (return ['*']).