I have registered CPT "Contacts" and I have created 3 text fields: name, phone and address. All those fields are set as text fields, and now I want to allow admins to import CPT with those fields from front end.
Is there any plugin or script which can help me to achieve this?
I have registered CPT "Contacts" and I have created 3 text fields: name, phone and address. All those fields are set as text fields, and now I want to allow admins to import CPT with those fields from front end.
Is there any plugin or script which can help me to achieve this?
I'm not quite sure if there are any plugins that work out of the box the way you describe. You might want to do some research on the many importing plugins published for WordPress to see, if any of them support front-end importing with some kind of capabilities management.
I think that the most probable situation is that you need to do some custom development either by yourself or hire a developer to do it for you.
Based on your question and the related comments I think the concept for the import feature could be something along these lines.
This is just a concept and I'm sure there are quite many details that need to be figured out and filled in before it works. But, this is the best answer I can give you based on the information you've provided thus far. I hope this at least gives you some new ideas on how tackle the situation and helps you come up with a proper working solution to match your needs.