Im trying to build a complex registration form that collect information from 15-20 fields. But I can’t display all that information to the user Profile Page.
Is it possible to display all that information to the PROFILE page (I cant duplicate fields with unique meta keys?)
]]>Also, Is there a way to move or duplicate an entire row with multiple columns without having to move each one separately?
]]>Thanks,
Eli.
I am currently in the process of implementing the PPOM select fields to my products, however I am having an issue where the the select fields are duplicated after the page has loaded. I have tried the existing fix, adding “add_filter(‘ppom_remove_duplicate_fields’, function($apply){ return false; }, 999);” to the bottom of my theme functions.php, but to no avail.
Could you please help/advise a solution.
Let me know if you require any other information.
Many thanks,
Ryan
I’m using the latest version of your plugin (13.0) and also latest versions of the WooCommerce + Subscriptions.
I’ve tested, if it’s a simple subscription or simple product the issue does not occur.
I have to launch the site by Friday EST time, please tell me a solution. I posted this question on another post as well and got no reply.
]]>Thanks for loving our PPOM and we also try our best to make it better and better every day.
Some clients are reporting that fields are duplicating in (variable) product pages. And Reason is below:
Reason
Some themes copy woocommerce template inside it and then they have some extra hooks in order to make it for their own need.
Fixed in 12.6
We have fixed this issue and we confirmed by many clients that it’s working fine.
Reason 2
Now some plugin like WC Subscription or may be other have also some hooks which conflict with PPOM fields and it renders twice.
Solution
So now we have added a filter ppom_remove_duplicate_fields
with default value true. If due to some reason fields are showing twice you can use this filter and return value false.
Use ppom_remove_duplicate_fields Filter (since 12.9.1)
add_filter('ppom_remove_duplicate_fields', function($apply){ return false; }, 999);
Thanks for using PPOM.
]]>During the process, I lost several client registrations. Now, I’m trying to figure out how to add them back from a copy of the WordPress db I saved. Can anyone recommend a WordPress database editor that will allow me to add the info back?
]]>https://www.ads-software.com/plugins/contact-form-7/
]]>