272 comments found.
Hello, I want to buy this plugin but I would like to know if it is compatible with a language plugin like WPML since I want a multi-language site (Spanish and English)
Hello there,
Thank you for writing to us. Unfortunately our plugin doesn’t have the WPML language selection option.
Regards, WP Shuffle
Thanks for answering, I have a multi-language site (Spanish and English) with the WPML plugin. My question is that if it is possible that when the user selects the Spanish language, the Field Labels appear in Spanish and when they change to English, the Faithful Labels are in English. using the same form
Hey There! I have limit send emails and i thing limit submit per user a day or month etc thats good things
very help me cheers!
Hello there,
Thank you for writing to us. We are a bit unclear regarding your query. Do you mean you want to limit the post submission? Currently we do have post submission limit but not datewise.
https://prnt.sc/BZHAXzmojmBDRegards, WP Shuffle
Hello I hope you are keeping well. I have a couple of questions before I consider purchasing your plugin. 1. Can I use your front-end post forms to link with my existing back end form fields. My theme had artist profile, podcasts, video, audio and events fields. Basically I am able to upload artist profiles with their images, video and audio metadata. Does your plugin link with existing theme custom fields? I want my visitors to be able to upload their content in the frontend instead of uploading the content myself from the back end. 2. If its true for the above question, am I able to allow visitors to upload their content in the frontend and it only goes live on the site once the admin has approved it?
If so, I’ll consider getting this plugin and maybe request that you help with css to ensure your plugin forms inherit my theme’s colours etc. I am browsing on codecanyon for a plugin that is able to achieve my requirements. Thanks
Hello there,
Thank you for writing to us. Here are your replies:
1. To link with the existing custom fields, you will need to match the meta key because WP stores every custom fields through a meta key and in our plugin you can add meta keys while adding custom fields. If you can exactly match the meta keys then the values received from our plugin’s form shall show up in existing custom fields too.
2. Yes you can set the post status of the submitted posts from the frontend.
Regarding customizations, usually we help if there are some css conflicts with the active theme or other theme. But we cannot assure you to provide every layout css to match your theme’s layout. But we will surely help if you find out some css conflicts with your existing theme.
Regards, WP Shuffle
Hi All!
I thing paypal good option to pay submit post 
Hello there,
Thank you writing to us and thank you for the suggestion. We will try to come up with the feature in our future updates if feasible.
Regards, WP Shuffle
Nice cant wait hehe 
I think the plugin does what I need but I have some questions: 1. I need a custom post type where every registered user can edit their set of records, that they can submit, edit or delete. Do you support such a feature, or is it easy to apply a filter programmatically?
2. Do you have a Portuguese translation of the plugin? If not, is it translation enabled for me to translate the important terms for the frontend?
Hello there,
Thank you for writing to us. Here are your replies:
1. Yes users can submit, edit and delete the posts they have submitted through frontend dashboard.
2. Our plugin doesn’t have the Portuguese translation but our plugin is already translation ready so if you desire to translate the plugin then you surely can using poedit or any other translation plugins available.
Regards, WP Shuffle
Hi. I want to buy your plugin but have some questions.
1. Will users be able to edit “published” posts in the frontend?
I looked at your demo site and it seems that posts that have already been submitted can’t be edited and deleted. Only drafts can be edited and deleted.
As shown below: https://ibb.co/7pBQT0f2. In the “Frontend dashboard page”, is it possible to display a thumbnail of each listed post before the title of that post?
As shown below: https://ibb.co/bQsvVCT3. You have the “Datepicker” field, but it appears that there is no “Timepicker” field. So I plan to supplement it with the ACF plugin.
Can I display ACF’s “Timepicker” field normally in the frontend form?
Thanks!
Hello there,
Thank you for writing to us. Here are your replies:
1. Yes you can edit the published posts in the frontend too. You will need to enable the post edit for published posts too from the backend. Please check the below screenshot for an easy reference.
https://prnt.sc/kDI0KqKwq1F42. That is currently not possible but we can provide you some custom code to achieve this.
3. Currently our plugin doesn’t have the time picker field incorporated and ACF field cannot be displayed in our form.
Regards, WP Shuffle
Hi. I don’t need the time picker field now.
There is a new question:
In the “Frontend dashboard page”, there are buttons to edit posts. Is it possible to have that button also appear on the post page itself?
Thanks!
Hello there,
Thank you for writing to us. Unfortunately that is not possible currently.
Regards, WP Shuffle
Hi. I purchased your code now. Regarding “2. That is currently not possible but we can provide you some custom code to achieve this.”
How can you give me the code?
Thanks!
Hello there,
Thank you for your reply. To display the post thumbnail just before the post title, please add the below code in your active theme’s functions.php file.
add_filter('the_title', 'fpsm_title_hook', 10, 2);
function fpsm_title_hook($title, $id) {
if (is_page('your_frontend_dashboard_page_slug_here')) {
if (has_post_thumbnail()) {
$thumbnail = get_the_post_thumbnail_url($id, 'post-thumbnail');
$title = '<img src="' . $thumbnail . '" width="50px" />' . $title;
}
}
return $title;
}
Please replace your_frontend_dashboard_page_slug_here with the slug of your frontend dashboard page in the above code.
Regards, WP Shuffle
i have 2 questions this plugin got login/register pages restrict access to WordPress dashboard thanks
Hello there,
Thank you for writing to us. Our plugin doesn’t have any feature incorporated with registration so both the described features are unavailable.
Regards, WP Shuffle
Do you plan to sell extended license?
Kind regards.
Hello there,
Thank you for writing to us. Now our plugin is available with extended license.
Regards, WP Shuffle
Can we know what was changed? where is the update log? Are there new features or just a code fix?
Hello there,
Thank you for writing to us. You can check our detailed change log in the link below.
https://wpshuffle.com/change-log/frontend-post-submission-manager/Regards, WP Shuffle
thanks 
Hi author, I want to buy this plugin but I want to confirm two things before I by the plugin. If the plugin can be set to support it, I will buy it ASAP. The question are below.
1. Can the plugin be set to auto generate thumnail from video, when uploading the video to the video format area?
2. My theme have channel and playlist like that of youtube, so can the plugin be set to be showing the channel and playlist created by user when the user want to upload video?
Looking forward to hear from you.
Best regards.
Hello there,
Thank you for writing to us. Here are your replies:
1. This is not available currently.
2. This is not available currently.
Regards, WP Shuffle
Please can you do it for me as custom task, I will pay for the task.
Hello there,
Thank you for your reply. Can you please send us email from the private contact form available in the link below with the details of the customization so that we can understand the tasks better and let you know if we can achieve that through customization or not?
https://codecanyon.net/user/wpshuffle#contactRegards, WP Shuffle
I have set the post limit to 1 per user. When I am updating /editing the existing one post then its show the limit exceeding error message that you cant add more than one post. However i am not adding the new post but editing the existing. Please let me know how to fix it?
Hello there,
Thank you for writing to us. We will check and get back to you shortly on this.
Regards, WP Shuffle
Hello there,
We have checked and we figured out we had checked the form submission for that specific author site wide but not with the specific form due to which the issue might be occurring. We have already released an update with a fix. Please update your copy and let us know if the issue has been resolved or not.
If you have any confusion regarding how to update the plugin then please follow the documentation available in the link below.
https://wpshuffle.com/wordpress-documentations/frontend-post-submission-manager/#documentation_ref_bZsnLRegards, WP Shuffle
Thanks! Its working now
Hello there,
Thank you for the confirmation. If you need any further assistance then please let us know and if you really liked our plugin and support then please review from the link below.
https://codecanyon.net/downloadsRegards, WP Shuffle
Hi there, is it possible to use words instead of characters max/limit?
Hello there,
Thank you for writing to us. Unfortunately, only characters max limit is configurable currently.
Regards, WP Shuffle
Good Job guys! u added that mod, so I bought it
Thank you for purchasing our plugin. Please let us know if you need any assistance.
Dear team, is it possible to submit password protected posts? I saw the documentation and the post status don’t have password protected option.
Hello there,
Thank you for writing to us. Unfortunately that is not possible with our plugin.
Regards, WP Shuffle
Ok thank you for kind reply. Can you mark this comment as feature request and work on this feature for future releases? alternatively can you quote the development of this feature ?
Hello there,
Thank you for your reply. We will try to come up with this feature in our future updates if feasible.
Regards, WP Shuffle
Hello, how do I translate post status words in search? The words are: “All” and “Disabled”. I use Loco Translate, the strings don’t show up there. Thanks!
Hello there,
Thank you for writing to us. You should be able to find the “All” text but beside that the post status label not being generated by our plugin but are being fetched how it is registered in the WP itself. Is it registered as “Disabled” in the backend too? If yes then it will show up same in our plugin’s post status list too.
Regards, WP Shuffle
Hi! Does this Plugin work with ACF fields like repeater field, etc?
Hello there,
Thank you for writing to us. Our plugin doesn’t have the direct integration with the ACF but if you match the meta key while adding the custom fields in our form then it shall synchronize with the fields created with ACF.
But our plugin doesn’t have the repeater field so our plugin won’t be able to sync with ACF repeater field but shall work with other normal fields.
Regards, WP Shuffle
Hello Wpshuffle
Your plugin looks interesting. However. I would like to request some features describe below:
1. Has an option allow how many links can use in the post content. 2. Has an option to limit number of submit per user group. Ex: all free users can submit 3 posts per month, paid users can submit 20 posts per month and so on.
I tried many other submit plugin but no one has both features like above. I hope you can add them to your plugins then I will become your client immediately.
Best regards, TOM
Hello there,
Thank you for writing to us. Unfortunately our plugin doesn’t have both your requested feature.
Regards, WP Shuffle
Hey guys,
I hope you are doing well 
I need help with this: Long time ago I created a custom post type and I use your plugin and form to submit data from frontend (actually, my clients). Everything works perfectly, except this – When I want to create a post from back-end on my clients behalf (assign him as an author), the post gets created, but the post is not visible on the customer end in his post list.
Do you know what the issue could be and can you please help me with this?
Thank you in advance.
Best, Brando
Hello Brando,
Thank you for writing to us. Our plugin lists only the posts submitted from our form in the frontend dashboard by default. But we do have the option to list all the posts of that author on the frontend dashboard even if they are not submitted from our form. Please check the “List all posts from the author” option in the dashboard settings of our plugin.
Please check the screenshot below for an easy reference. https://prnt.sc/pLyysY2UDtDDRegards, WP Shuffle
Hi there,
Thank you! That is convenient, but I have I challenge with that now. As I can see, for the post author I can only asign users that have “Author” user role only. It is not convenient for me to change user roles.
Is there another solution for this?
If there is none, what do you think about adding an option in the form to submit a form (on frontend) on another users behalf?
Thank you in advance.
Best, Brando
Hello Brando,
Thank you for your reply. The option that we had mentioned in our previous reply is not related with the user roles which means even if they are not author user role but the author of the post that means the user under whom the post is assigned to or created by, the post shall be listed on their frontend dashboard after enabling that option.
Isn’t it being listed in that user frontend dashboard after assigning that author to the post?
Regards, WP Shuffle
Hi,
have you guys come up with a solution for html in the field labels?
I would need to be able to break the labels into 2 lines and bold the first line and make the second line in italics.
Thanks
Hello there,
Thank you for writing to us. We had missed this feature in our previous update but we will come up with this feature in our very next update which we will release within 1 week.
Regards, WP Shuffle
Hello,
Currently using your lite version, but considering upgrading to pro. I have a few pre-sale questions for you:
1. Is there a way to create a custom field type? In my case, I’m looking to have syntax-highlighted code both entered and displayed.
2. When adding a textarea, I’m not given the opportunity to select the height of the box like I can with the post content. Is this something that can be easily changed?
3. Is there any way to dynamically add fields? For example, I may only need one of the syntax-highlighted codes, or I may need three; can your plugin add them as necessary or will I need additional custom coding to get this working?
Thank you kindly for your time, amazing plugin, and reply!
Hello there,
Thank you for writing to us. Here are your replies.
1. Unfortunately we don’t have the syntax highlighted code field currently.
2. Unfortunately we don’t have this option yet but we will come up with the option to configure the height of the textarea in our next update.
3. Unfortunately, we don’t have the option to add the fields dynamically currently.
Regards, WP Shuffle
Hello, is there a simple way to add a country dropdown field without having to add all the countries manually?
Hello there,
Thank you for writing to us. Unfortunately, countries needs to be added manually currently.
Regards, WP Shuffle