forked from weDevsOfficial/wp-user-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
920 lines (544 loc) · 37.5 KB
/
Copy pathreadme.txt
File metadata and controls
920 lines (544 loc) · 37.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
=== User Frontend: AI Powered Frontend Posting, User Directory, Profile Builder, Membership & User Registration ===
Contributors: wedevs, tareq1988, nizamuddinbabu
Donate link: https://tareq.co/donate/
Tags: frontend post, user directory, membership, user profile, user registration
Requires at least: 5.0
Tested up to: 7.0
Stable tag: 4.3.8
Requires PHP: 7.4
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Create frontend post submission forms, user registration forms, user profiles, memberships, user directories, and content restriction for WordPress.
== Description ==
<strong>#1 Plugin to Build Complete Frontend Experiences for WordPress</strong>
User Frontend is an all-in-one frontend post submission, user registration, profile builder, membership, and user directory plugin for WordPress.
Instead of sending users to the WordPress dashboard, User Frontend lets them register, submit posts, edit content, manage their user profile, purchase subscriptions, and interact with your website directly from the frontend.
Whether you're building a guest posting website, directory website, membership platform, WooCommerce marketplace, community website, or event submission portal, User Frontend gives you everything you need in one plugin.
From drag-and-drop form building and AI-powered form generation to frontend editing, payment collection, subscriptions, and content restriction, User Frontend helps you create professional user experiences without writing code.
== Why Choose User Frontend ==
Most WordPress form plugins focus on collecting data. User Frontend goes much further.
It transforms WordPress into a <strong>complete frontend content management system</strong> where users can perform nearly every action without ever accessing the WordPress admin dashboard.
With User Frontend, you can:
* Create unlimited frontend post submission forms
* Build custom user registration forms
* Design beautiful frontend user profile pages
* Allow users to edit their own posts
* Accept guest post submissions
* Create searchable user directories
* Sell memberships and subscriptions
* Restrict premium content
* Charge users for post submissions
* Build WooCommerce product submission forms
* Connect with Elementor, ACF, n8n, Mailchimp, Stripe, PayPal and more
Everything works together inside a single plugin designed specifically for frontend content management.
== Perfect for Building ==
User Frontend is ideal for creating almost any website where users need to interact with content from the frontend.
Popular use cases include:
* Guest Blogging Websites
* User Generated Content Platforms
* Member Directories
* Community Websites
* Membership Websites
* Real Estate Listings
* Event Submission Portals
* Vendor User Registration Systems
* WooCommerce Product Submission
* Multi-author Blogs
* Online Magazines
* Educational Communities
* Course Portals
* Freelancer Platforms
* Nonprofit Communities
* Startup Directories
* Employee Portals, and more.
Instead of building these features with multiple plugins, User Frontend combines them into one flexible solution.
<strong>FREE FEATURES</strong>
<strong>AI Post Form Builder</strong>
Describe the type of form you want, and the AI generates a complete post submission form with smart fields, labels, and structure, saving you time and setup effort.
<strong>n8n Integration to Automate Post Form Data</strong>
Send every post submission straight to n8n in real time. Use the captured data instantly to trigger actions, run workflows, and sync information across your tools without any manual steps.
<strong>One Time Payments</strong>
Offer simple one-off payment options so users can pay once for posting or upgrades, remove recurring fees, and complete purchases with more confidence.
<strong>Post Form Templates</strong>
Pick from ready-made form templates for jobs, products, events, listings and more, letting you launch fully designed post forms in minutes.
<strong>Unlimited Post-Type Form Creation</strong>
The forms let users create new posts and edit their profile from the site frontend, with no need to access admin panel or backend.
<strong>Update Profile from the Frontend</strong>
This WordPress Profile Builder Plugin allows registered users to edit their profile using default fields from frontend. (Unlimited fields can be added using PRO)
<strong>Flexibility for Admins</strong>
Admins can manage users both from frontend and backend to control who can access the dashboard.
<strong>Featured Image & Image Upload</strong>
Users can upload images and featured image for a post using the Image Upload option on the post content area.
<strong>Drag-and-drop Form Builder</strong>
Quickly build your form with necessary fields using drag-and-drops and real-time preview that updates as you make changes.
<strong>Publish Your WPUF Forms Using Gutenberg</strong>
Easily add your published forms in the Gutenberg editor with the WPUF block. Simply select it from the drop-down included in the dedicated WPUF block for Gutenberg. The entire form automatically renders within the editor as well as on the page.
<strong>Use Forms Anywhere Easily with Shortcodes</strong>
All of the forms get a unique shortcode which you can paste on any page and the form will generate without breaking the style of your theme.
<strong>WordPress Guest Post Submission</strong>
Enable guests to post from your site frontend without registering with User Frontend, the WordPress User Registration plugin. Choose to require a name and email address to register automatically and allow them to comment on the posts. Allow email verification for guests.
<strong>Role Based Access Control</strong>
Enable certain user roles to make posts, while restricting others. Create the unauthorized message you want to show to restricted users.
<strong>Submit and Update Anything from Frontend</strong>
Users can upload images, fill out forms, even enter data with multiple-choice menus. Allow users to update their posts from the front end.
<strong>Build Customized Forms with Custom Post Types</strong>
Taking advantage of custom post types will allow you to work on any platform. User Frontend is WooCommerce-supported, so you can also create products for your WooCommerce site using our forms.
<strong>Set Post Status, Post Message, Update Post Button text</strong>
Assign separate default statuses for new posts or edited posts. Set the message you want to show users after form submission and change the text of the submit buttons as you like.
<strong>Custom Redirection After Login and Submission</strong>
Redirect users to another page after logging in, form submission, or editing form submission.
<strong>Earn with Subscription Based Posting</strong>
Create subscription packs to earn through “Pay Per Post” payments. Submissions posted via these subscriptions have duration and posting limits.
<strong>Schedule Forms & Restrict Entries</strong>
Choose to keep your form active for certain dates. Set a message when the form expires. And limit entries to as many as required. The PRO version also allows setting up post-expiration.
<strong>Get Reminded with Emails</strong>
Trigger emails on multiple events like new form submissions, guest posts, publish notifications, and new subscriptions. More email notifications can be set up with the PRO version.
<strong>Integrate with Advanced Custom Fields (ACF)</strong>
Connect form fields with ACF fields to view user submissions in ACF format from your dashboard. Allow users to edit fields from the front end.
<strong>Create Subscription Packs, Pay-per-posts, & Receive Payments from Users</strong>
Create and subscribe users to membership packs, allow pay per post, force subscription package purchase, and set fallback pay per post charges with this WordPress Membership Plugin.
<strong>Manage Transactions and Membership</strong>
Approve or keep membership requests pending – you’re in complete control. View all details from a single screen.
<strong>Restrict Frontend Posting by Membership</strong>
Control who can submit content based on their membership plan. Create exclusive posting experiences for premium members with ease.
<strong>Build Frontend Post Forms</strong>
Create and manage frontend post submission forms with ease. Let users submit, edit, and update content without accessing the WordPress dashboard.
<strong>Create a User Directory</strong>
Build a basic searchable user directory for free. Help visitors find members quickly with built-in search. Showcase your WordPress member directory with modern layouts.
<strong>Manage and Import/Export Forms Easily</strong>
Install required WPUF pages in a click; delete post forms, user registration forms, or subscriptions in one go. Import forms from other places and export forms as JSON.
<strong>Custom Login & User Registration Form</strong>
This WordPress Registration Form Plugin also allows you to build user registration forms using default templates. More fields can be added with PRO.
<strong>Display Custom Fields Data in Post</strong>
Custom field data is viewable to visitors on the frontend on single post pages. Admins can also disable this if they don’t want to display custom fields to everyone.
<strong>Elementor Compatibility</strong>
User Frontend is now fully compatible with <strong>Elementor</strong>, the popular WordPress page builder. You can build and design <strong>frontend forms, user dashboards, and subscription pages</strong> in Elementor without using shortcodes.
This integration combines the power of <strong>User Frontend (frontend content management)</strong> with <strong>Elementor (visual page builder)</strong> for a faster and smoother workflow.
<strong>Available Elementor Widgets</strong>
* <strong>Account Widget</strong> – Customize the user account dashboard layout and appearance
* <strong>Subscription Widget</strong> – Display and organize user subscription plans clearly
* <strong>Post Form Widget</strong> – Design frontend submission forms visually using Elementor
These widgets help you turn your site into a <strong>frontend content management system</strong> without backend access.
<strong>How Elementor Integration Works</strong>
* Drag and drop User Frontend widgets into Elementor
* Customize layout, spacing, and design visually
* Publish pages and display them on the frontend
User Frontend handles <strong>form logic, user roles, and permissions</strong>, while Elementor controls <strong>design and layout</strong>.
= How to download and install WPUF FREE =
[youtube https://www.youtube.com/watch?v=rzxdIN8ZMYc]
= Checkout all User Frontend resources: =
* <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#unlimited-forms">Home page</a>
* <a href="https://wedevs.com/docs/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#unlimited-forms">Documentation</a>
* <a href="https://www.youtube.com/watch?v=rzxdIN8ZMYc&list=PLJorZsV2RVv9G5J3kcqJQjUwgqZSwc_Hf">WPUF Videos</a>
* <a href="https://github.com/weDevsOfficial/wp-user-frontend">Github Repository</a>
Try an <a href="https://wedevs.com/in/wpuf/demo/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme">Online Demo</a> of the FREE & PRO version.
= Translation =
* Italian translation by Gabriele Lamberti
* Persian translation by Abolfazl Esmailinejad
* Turkish translation by mugurcagdas
<strong>User Frontend PRO – Premium Features</strong>
The Pro features make it a complete frontend content management plugin for WordPress. Let users register, submit posts, edit content, manage profiles, and access membership features without entering the WordPress dashboard.
* **20+ Modules** – BuddyPress, Paid Memberships Pro, Social Login, User Directory, Stripe, Mailchimp, Private Messaging, Reports, Analytics, and more.
* **AI Registration Form Builder** – Generate complete user registration forms from a prompt.
* **20+ Form Templates** – Ready-made templates for vendors, memberships, events, directories, and more.
* **Flexible Pricing Fields** – Add dynamic pricing, fees, and add-ons to forms.
* **Social Fields** – Let users add social profile links to their profiles.
* **Social Login** – Facebook, X, LinkedIn, and GitHub login support.
* **Subscription View & Post Control** – Restrict posting and viewing by subscription.
* **Repeat Fields** – Add repeatable groups for links, skills, galleries, and more.
* **User Directory** – Create searchable, filterable, and customizable user directories.
* **Gutenberg Blocks** – Display user directories and profiles with blocks.
* **SEO Module** – Add SEO metadata to user-submitted content.
* **Content Restriction** – Restrict pages, posts, or content by role or subscription.
* **Menu Restriction** – Show or hide menus based on roles or subscriptions.
* **Post Expiration** – Automatically expire posts by form or subscription.
* **Conditional Logic** – Show or hide fields based on user input.
* **Profile Builder** – Build fully customized frontend profile forms.
* **20+ Custom Fields** – Text, Phone, Maps, Hidden, Repeat, Time, Multi Select, and more.
* **Custom Taxonomies** – Support custom taxonomies and WooCommerce attributes.
* **Post Update Notifications** – Email notifications when posts are updated.
* **Multistep Forms** – Split long forms into multiple steps.
* **Payment Invoices** – Automatically generate and email invoices.
* **Coupons** – Create and manage discount coupons.
* **Personalized Forms** – Create different forms for different user roles.
* **Backend Profile Sync** – Display custom profile fields in WordPress admin.
* **Taxonomy Restrictions** – Limit categories or taxonomies by subscription.
* **Advanced Form Layouts** – Build forms from templates with drag-and-drop customization.
* **WooCommerce Support** – Frontend product submission and management.
* **Registration Form Builder** – Build unlimited custom user registration forms.
* **Role Assignment** – Assign user roles based on registration forms.
* **CAPTCHA Protection** – Protect forms with reCAPTCHA or Really Simple CAPTCHA.
* **Frontend Profile Editing** – Let users use an advanced profile builder to manage profiles without wp-admin.
* **File & Media Uploads** – Upload files, images, audio, and video.
* **Avatar Uploads** – Support Gravatar and local profile pictures.
* **Frontend Customizer** – Customize frontend labels and colors.
* **Advanced Email Notifications** – Send custom notifications for key events.
* **Tax Support** – Apply country and state-based taxes to payments.
= Premium Modules =
* [User Directory](https://wedevs.com/wp-user-frontend-pro/modules/user-directory/)
* [Social Login & Registration](https://wedevs.com/wp-user-frontend-pro/modules/social-login/)
* [BuddyPress Profile](https://wedevs.com/wp-user-frontend-pro/modules/buddypress/)
* [Campaign Monitor](https://wedevs.com/wp-user-frontend-pro/modules/campaign-monitor/)
* [Comments Manager](https://wedevs.com/wp-user-frontend-pro/modules/comments-manager/)
* [ConvertKit](https://wedevs.com/wp-user-frontend-pro/modules/convertkit/)
* [GetResponse](https://wedevs.com/wp-user-frontend-pro/modules/getresponse/)
* [HTML Email Templates](https://wedevs.com/wp-user-frontend-pro/modules/html-email-templates/)
* [MailChimp](https://wedevs.com/wp-user-frontend-pro/modules/mailchimp/)
* [MailPoet](https://wedevs.com/wp-user-frontend-pro/modules/mailpoet/)
* [MailPoet 3](https://wedevs.com/wp-user-frontend-pro/modules/mailpoet-3/)
* [Paid Memberships Pro](https://wedevs.com/wp-user-frontend-pro/modules/paid-membership-pro-integration/)
* [Private Messaging](https://wedevs.com/wp-user-frontend-pro/modules/private-messaging/)
* [QR Code Generator](https://wedevs.com/wp-user-frontend-pro/modules/qr-code-generator/)
* [Reports](https://wedevs.com/wp-user-frontend-pro/modules/reports/)
* [SMS Notification](https://wedevs.com/wp-user-frontend-pro/modules/sms-notification/)
* [Stripe Payment](https://wedevs.com/products/plugins/wp-user-frontend-pro/stripe-gateway/)
* [User Analytics](https://wedevs.com/wp-user-frontend-pro/modules/user-analytics/)
* [User Activity](https://wedevs.com/wp-user-frontend-pro/modules/user-activity/)
* [Zapier](https://wedevs.com/wp-user-frontend-pro/modules/zapier/)
Check out the <a href="https://wedevs.com/wp-user-frontend-pro/pricing/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme">full feature list and pricing plans </a> of the Pro version.
You can always explore every update, fix and improvement in the **full changelog** here: [https://headwayapp.co/user-frontend-changelog](https://headwayapp.co/user-frontend-changelog)
= Checkout Our Other Products =
* [Dokan](https://wordpress.org/plugins/dokan-lite/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme): The multivendor marketplace solution for WordPress that lets you build a store like Amazon or Etsy in minutes.
* [weDocs](https://wordpress.org/plugins/wedocs/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme): A simple documentation and knowledge base plugin for organizing and managing docs on your site.
* [weMail](https://wordpress.org/plugins/wemail/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme): A WordPress email marketing tool for newsletters, opt in forms, and audience growth.
* [wePOS](https://wordpress.org/plugins/wepos/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme): A fast WooCommerce point of sale solution for in store sales and real time inventory sync.
* [Project Manager](https://wordpress.org/plugins/wedevs-project-manager/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme): Task management and team collaboration made easy with boards, milestones, and Gantt charts.
* [Happy Addons for Elementor](https://wordpress.org/plugins/happy-elementor-addons/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme): Elementor enhancements with 500 plus templates, advanced widgets, Theme Builder, and Mega Menu.
* [ERP](https://wordpress.org/plugins/erp/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme): HR, CRM, and Accounting in one place for managing people, finances, and business operations inside WordPress.
== External Services ==
User Frontend uses the following third-party services to enhance frontend content management features. All data shared with these services is necessary for the plugin functionality and handled securely.
1. **OpenAI API** – Used to generate AI-assisted project plans, task lists, and suggestions. Task titles, descriptions, and deadlines may be sent for AI processing.
– **[Terms of Service](https://openai.com/terms) and [Privacy Policy](https://openai.com/privacy)**
2. **Google Generative Language API** – Assists content generation for tasks and projects. Task titles, descriptions, and comments may be sent for AI suggestions.
– **[Terms of Service](https://cloud.google.com/terms) and [Privacy Policy](https://policies.google.com/privacy)**
3. **Anthropic API** – Provides AI-assisted responses and task suggestions. Task details like titles, descriptions, and deadlines may be sent for AI processing.
– **[Terms of Service](https://cloud.anthropic.com/terms) and [Privacy Policy](https://anthropic.com/privacy)**
= Terms and Conditions =
– [weDevs Terms of Service](https://wedevs.com/terms-and-conditions/)
– [weDevs Privacy Policy](https://wedevs.com/privacy-policy/)
= Privacy Policy =
User Frontend uses the [Appsero](https://appsero.com) SDK to collect **optional telemetry data only with your consent**. No data is collected by default. Telemetry starts only after you opt in through the admin notice, helping us improve the plugin and troubleshoot issues faster.
== Installation ==
After having installed the plugin:
1. Click "Install WPUF Pages" after installation for automatic settings installation.
1. Create a form from the form builder. Get the shortcode for a form. Copy and paste that shortcode to a page.
1. Create a new Page “Edit” for editing posts and insert shortcode `[wpuf_edit]`
1. Create a new Page “Profile” for editing profile and insert shortcode `[wpuf_editprofile]`
1. To add Login feature, use the shortcode: `[wpuf-login]`
1. To enable a registration form in the frontend, use the shortcode: `[wpuf-registration]`
1. Create a new Page “Dashboard” and insert shortcode `[wpuf_dashboard]`
To list custom post type **event**, use `[wpuf_dashboard post_type="event"]`
1. Set the *Edit Page* option from *Others* tab on settings page.
1. To show the subscription info, insert the shortcdoe `[wpuf_sub_info]`
1. To show the subscription packs, insert the shortcode `[wpuf_sub_pack]`
1. For subscription payment page, set the *Payment Page* from *Payments* tab on settings page.
= Video =
[youtube https://www.youtube.com/watch?v=rzxdIN8ZMYc]
== Frequently Asked Questions ==
= What is the AI Form Builder and who gets it? =
The AI Form Builder lets you describe a form and generates it instantly with a live preview. It’s available **free for Post Forms** and in **Personal+ for User Registration Forms**. Advanced fields like custom, pricing, and social fields require any paid plan.
= Can I charge users directly from forms? =
Yes. You can use pricing fields (single price, radio, checkbox, multi-select, cart total) and PayPal REST or Stripe with full REST API and webhook support. Available in all paid plans.
= Which plan do I need for a multisite or subdirectory install? =
WPUF supports subdirectory installs. Choose any paid plan for multisite-level integrations and priority support.
= Does WPUF support recurring subscriptions and trials? =
Yes. You can offer recurring subscriptions, trials, next billing dates and stop-billing-cycle controls.
= Do invoices attach as PDFs? =
Yes. PDF invoice attachments and a rich text invoice editor are available in the Professional+ plan.
= Can I create searchable user directories and control SEO? =
Yes. Professional includes a setup wizard, 11+ Gutenberg blocks, unlimited directories, profile layouts and SEO controls for profile pages.
= Which social logins and social fields are supported? =
LinkedIn, X and Facebook are available from the Personal plan. GitHub login is available on Professional & Business tiers.
= Does WPUF work with my marketing stack? =
Yes. Mailchimp, GetResponse and ConvertKit integrations are supported, with conditional logic. Zapier and webhook automation are available in Professional/Business.
= How does WPUF prevent spam and abuse? =
WPUF supports Cloudflare Turnstile, reCaptcha, Math Captcha and multiple anti-bot features. Security issues are patched quickly and documented in the changelog.
= I lost access to Pro features after license expiry — what happens? =
When the license expires, Pro features lock. Your data stays safe, and you can renew anytime to restore features and updates.
= Can I create new posts from frontend? =
Yes
= Can I Edit my posts from frontend? =
Yes
= Can I delete my posts from frontend? =
Yes
= Can I upload photo/image/video? =
Yes
= I am having problem with uploading files =
Please check if you've specified the max upload size on the setting
= Why does the "Edit Post" page show "invalid post id"? =
This page is for the purpose of editing posts. You shouldn't access this page directly.
First, you need to go to the dashboard, then when you click "edit", you'll be
redirected to the edit page with that post id. Then you'll see the edit post form.
= Where do I report security bugs found in this plugin? =
Please report security bugs found in the source code of the User Frontend plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/8e79568c-ae3d-4e3e-9633-e478e8b0610e). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
= =
== Screenshots ==
1. Create Forms with Powerful Builders
2. 32+ Customizable Form Fields
3. Customizable Form with Individual Post Settings
4. Schedule Forms & Limit Entries with Time and Submission Controls
5. Frontend View of Your Forms
6. Let Your Users View Details of Their Posts
7. Start Fast with Pre-Built Registration Templates
8. Connect Your Registration Forms to Leading Marketing & CRM Platforms
9. Let Your Users Edit Their Profiles from Frontend
10. Allow users to buy subscription pack
11. Configure Your Subscription Packs
12. Control and configure everything from Powerful User Frontend Settings
13. Login, Restriction, Frontend Security
14. Customize your Forms in Gutenberg Editor
15. Create AI Powered Post Form
== Changelog ==
= v4.3.8 (19 June, 2026) =
* Fix – Security: hardened file upload handling to prevent unauthorized deletion of media attachments and modification of posts via crafted form submissions.
* Fix – Credit Card payment gateway now displays correctly on the Payment settings page when the Pro add-on is inactive.
= v4.3.7 (4 June, 2026) =
* Fix – Tags suggestions not loading in form builder
* Fix – Checkbox styling in form builder
= v4.3.6 (22 May, 2026) =
* Fix – Restore edit button for custom post type published posts after 4.2.9
= v4.3.5 (11 May, 2026) =
* Chore – Exclude .DS_Store files from builds and SVN deploy
= v4.3.4 (11 May, 2026) =
Chore – Exclude CLAUDE.md and .claude directory from wp.org SVN deploy
= v4.3.3 (30 April, 2026) =
Enhance – Bind cancel nonce to user and enforce ownership
Fix – Resolve post expiration not working
= v4.3.2 (24 April, 2026) =
New – Add guest and paid guest post templates and assets
New – Add user directory page creation to installer and tools
Enhance – Add 'General' category for registration forms
Fix – Sanitize file IDs with absint and remove debug logs
Fix – Resolve unauthorized subscription pack assignment
Fix – Enable fallback pay-per-post when force_pack is set
= v4.3.1 (8 April, 2026) =
* New – Add Elementor Account page widget
* New – Add Elementor Subscription widget
* New – Add Elementor Post Form Builder widget
* New – Introduce card grid UI for payment gateway selection
* Enhance – Bind cancel nonce to user and enforce ownership
* Enhance – Clean up What's New page assets and remove unused code
* Fix – Improve wording of plugin update notice
* Fix – Resolve CSS/JS warning in setup wizard
= v4.3.0 (11 March, 2026) =
* New – Add User Directory Module
= v4.2.10 (26 February, 2026) =
* New – Add Logout link to navigation menu for Classic and FSE themes
* New – Support custom image icons in Form Builder
* New – Add Kazakhstani Tenge (KZT) and expand currency list to ISO 4217 standard
* New – Add Cloudflare Turnstile validation
* Enhance – Improve Login form stability and validation fixes
= v4.2.9 (24 February, 2026) =
* New – Integration-specific AI form builder support
* New – Add Shortcodes Reference page under Tools menu
* Enhance – Improve Bank payment system
* Enhance – Add security validation for JSON file uploads
* Enhance – Strengthen authorization checks for draft post editing
* Fix – Correct AI form builder button text
= v4.2.8 (28 January, 2026) =
* New – Account page Re-Design
* New – AI settings improvements with temperature control, API key masking, and connection testing
* Enhance – Remove currency symbol from AI form builder pricing fields
* Enhance – Form builder UI and usability tweaks
* Enhance – Conditional options for field icon settings
* Enhance – Improve string translation and escaping in modal templates
= v4.2.7 (27 January, 2026) =
* New – Account page Re-Design
* New – AI settings improvements with temperature control, API key masking, and connection testing
* Enhance – Remove currency symbol from AI form builder pricing fields
* Enhance – Form builder UI and usability tweaks
* Enhance – Conditional options for field icon settings
* Enhance – Improve string translation and escaping in modal templates
= v4.2.6 (14 January, 2026) =
* New – Add AI-powered field options generator for dropdown, radio, and checkbox fields
* Fix – Correctly detect ACF taxonomies
* Fix – Subscription page title is broken
* Fix – Hidden CSS class removes fields from builder
* Fix – Color picker PRO badge icon and hover overlay in settings
* Fix – Resolve subscription post number rollback toggle not saving
* Fix – Event Venue & Organizer Handling Issues in Frontend Event Submission
= v4.2.5 (01 January, 2026) =
* Enhancement – Warning message for empty field options
* Enhancement – Login and Registration help text
* Fix – Add authorization checks for attachment deletion in form submission
* Fix – Update security by WordPress plugin check
* Fix – Radio and checkbox options going out for long list in form builder
* Fix – Add italic, underline, and bold styling to Settings link in field validators
= v4.2.4 (10 December, 2025) =
* New – n8n integration for post form
* Fix – Duplicate event on update for event calendar integration
= v4.2.3 (20 November, 2025) =
* Enhancement – Add dynamic AI model fetching and improved error handling
* Enhancement – System prompt update for better output for AI form builder
* Enhancement – Change pricing field logo
* Enhancement – Styling, CSS > replaced all old pro icon with new icon
= v4.2.2 (04 November, 2025) =
* Fix – Show/Hide field based on subscription plan
* Fix – Frontend subscription page CSS fixes
= v4.2.1 (30 October, 2025) =
* New – AI Powered Post Form Creation
= v4.1.15 (22 October, 2025) =
* Fix – Unwanted text appearing in 'View' and 'Preview' links
= v4.1.14 (21 October, 2025) =
* New – Dynamic Field Icons for improved visual customization
* New – Taxonomy View Restriction settings to control visibility by taxonomy
* Enhancement – Added Upgrade and Discount links on the plugin page for easier access
* Enhancement – Pricing Fields PRO preview section added to the Form Builder
* Enhancement – Renamed "Published" tab to "Saved" on Form List pages for better clarity
= v4.1.13 (07 October, 2025) =
* Enhancement – Security and Capabilities check
= v4.1.12 (24 September, 2025) =
* New – Video Content Submission post form template
= v4.1.11 (10 September, 2025) =
* Fix – CSS scope conflict
= v4.1.10 (01 September, 2025) =
* New – Allow webp image format in file upload fields
* Enhancement – Cleanup post form settings by removing form template option
* Fix – Prevent same name file conflicts upload
= v4.1.9 (12 August, 2025) =
* Fix – The Events Calendar integration
= v4.1.8 (04 August, 2025) =
* New – Template filtering search in post form
* Fix – Invoice and email not sent for payment gateways
* Fix – Product tag suggestion for WooCommerce
* Fix – Guest Post Email Verification Issue
* Fix – Namespaced global JS to prevent conflicts with other plugins
* Fix – Ensure Google Map fields display on frontend posts
* Fix – Required field validation for 'Pay as you post' to prevent empty submission
* Fix – Conditionally show 'Require email verification' only when 'Require Name and Email address' is checked
* Fix – A typo From Expired Message <span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji">→</span></span></span> Form Expired Message
* Fix – Post forms list table CSS
= v4.1.7 (15 July, 2025) =
* New – Add Sort Order for subscription
* Enhancement – Update country list and improve state handling
* Fix – Conflict with email log plugin
* Fix – Disable "Update Post Notification" pro features preview
* Fix – CSS on long form lists
= v4.1.6 (30 June, 2025) =
* Enhancement – form title, description toggle added for post form
* Enhancement – separate translation context for date range "To"
* Fix – PayPal redirection issues
* Fix – Allowed memory size error on the Post Forms List Page
* Fix – Improved registration page redirects to prevent interference with XML sitemap and XML file requests
* Fix – Dynamic url for {login} and {register} in un-authorized message
= v4.1.5 (2 June, 2025) =
* Enhancement – Added support for unlimited subscriptions.
* Enhancement – Added trial period & next billing dates in subscription.
* Enhancement – Added “Show More” button for subscriptions with many post types.
* Enhancement – Support for PayPal REST API for payments.
* Enhancement – Real-time PayPal Webhook support for payment events.
* Enhancement – Added REST API credentials & test mode to Payment settings.
* Fix – Forms list not loading issue fixed.
* Fix – Fixed issues with null gateways causing errors.
* Fix – Improved handling of duplicate PayPal transactions.
* Fix – Fixed several subscription-related bugs.
* Fix – Fixed tag auto-suggestions not appearing in post forms.
= v4.1.4 (12 May, 2025) =
* Enhance – Post form list page UI and UX
* Fix – Coupon functionality
* Fix – Post submission when name email not required
* Fix – Styling on multiple pages
= v4.1.3 (23 April, 2025) =
* Fix – Draft button does not appear
* Fix – Post submission when name email not required
* Fix – Subscription number not showing
* Fix – Image upload button condition
* Fix – Email body not respecting spaces
* Fix – Show recurring and trial info on subscription
* Fix – Minor css and styling
= v4.1.2 (16 April, 2025) =
* Fix – Help page of profile editing has duplicated text
* Fix – Warning message not showing when guest post submitted with duplicate email, username
= v4.1.1 (27 March, 2025) =
* Fix – Resolved validation issue with error (!) after form submission.
* Fix – Improve template selection UX to uncheck a selected post form template.
= v4.1.0 (20 March, 2025) =
* Enhance – Redesigned Post Form Builder UI/UX
* Enhance – Reorganized Forms Settings for better structure
* Enhance – Added a search bar for quick field filtering
* Enhance – Added new field & feature request submission area
* Enhance – Improved field grouping & customization
= v4.0.15 (19 March, 2025) =
* Fix – Security vulnerabilities: escaped variables & sanitized inputs
* Fix – Reverted SweetAlert2 to v11.4.8 for compliance
* Fix – Removed unnecessary files
= v4.0.14 (23 Nov, 2024) =
* Fix – Error in login page
* Fix – Support situations in which (WPUF) translations are loaded too early
= v4.0.13 (14 Nov, 2024) =
* Enhance – Cloudflare Turnstile field on form builder
* Enhance – Cloudflare Turnstile on login form
* Fix – Events calendar post form integration
* Fix – Post form submission with same email
* Fix – Post description image broken for block theme
= v4.0.12 (14 Oct, 2024) =
* Enhance – Decimal value for subscription pack
* Fix – Required asterisk on password label
* Fix – Field overlapping in address field
* Fix – Read-only does not work for 'Teeny Rich textarea'
* Fix – Integrations not loading properly for Dokan, ACF, WC Vendors
= v4.0.11 (12 Sep, 2024) =
* Enhance – Subscription design revamp
* Enhance – Consistent format in email templates
* Enhance – Move newsletter subscription to weMail
* Fix – Translation for password strength
* Fix – Different languages breaking design
* Fix – State field is not changing
= v4.0.10 (08 Aug, 2024) =
* Fix – Error on WC post template
* Fix – Move login validation to pro
= v4.0.9 (17 Jul, 2024) =
* Fix – Remove PHP AllowDynamicProperties warning on plugin pages
* Fix – Remove print_emoji_styles is deprecated message from setup page
= v4.0.8 (03 Jul, 2024) =
* Fix – Optimized the script loading process by removing a Promise polyfill
* Fix – Added validation on the transaction page
= v4.0.7 (11 Jun, 2024) =
* Enhance – Remove what's new page
* Fix – Pending user can log in
* Fix – Error when multiple password fields in form
* Fix – Error when using CPT on post form
* Fix – File upload problem using page builders
* Fix – Conflict with WC Stripe Gateway plugin
* Fix – Edit link on mail not working
* Fix – Form import is not working
= v4.0.6 (13 Feb, 2024) =
* Enhance – Update deprecated uses for PHP versions and latest WordPress
* Enhance – Eye icon inside password field
* Fix – Error after PayPal payment
* Fix – Reset password not working
* Fix – Subscription posting restriction not working
= v4.0.5 (31 Jan, 2024) =
* Enhance – Integrate headway and canny
= v4.0.4 (25 Jan, 2024) =
* Enhance – Add visibility to the Columns field
* Fix – Login with reCAPTCHA gives error
* Fix – AJAX image upload
* Fix – Error on multi select form custom taxonomy
* Fix – Frontend registration form is not showing
* Fix – Handle email for guest post
* Fix – Default form template not selecting
* Fix – Error in setup wizard
= v4.0.3 (05 Jan, 2024) =
* Enhance – Restructure plugin codes
* Fix – Error when editing the featured post
* Fix – add/edit post forms if the site language is set to Simplified Chinese
* Fix – Errors with Post Form Conditional Logic
= v4.0.2 (03 Jan, 2024) =
* Enhance – Restructure plugin codes
* Fix – Error when editing the featured post
* Fix – add/edit post forms if the site language is set to Simplified Chinese
* Fix – Errors with Post Form Conditional Logic
= v4.0.1 (03 Jan, 2024) =
* Enhance – Restructure plugin codes
* Fix – Error when editing the featured post
* Fix – add/edit post forms if the site language is set to Simplified Chinese
* Fix – Errors with Post Form Conditional Logic
= v4.0.0 (02 Jan, 2024) =
* Enhance – Restructure plugin codes
* Fix – Error when editing the featured post
* Fix – add/edit post forms if the site language is set to Simplified Chinese
* Fix – Errors with Post Form Conditional Logic
== Upgrade Notice ==
= v2.3 =
* It's a **massive update and change** from the previous version 1.3.2. Please do test in your site and main compatibility.