Addon to allow custom input fields before posting.
I have searched but came empty. Wondering if anyone knows of a plugin that allows you to create custom input fields for users to fill out before their post thread can go up? For example, you have a box that says "origin" and then you'd have to fill that in with a name of a country.
And even further, if those custom input fields can have predefined options in dropdown fashion?
(Thanks in advance.)
0
Comments
I've created a plugin that adds special fields and you would have to customize them in the source code: https://github.com/R-J/AddWPInfo
Fields are only shown and required if category is not excluded. Input in those fields is added as tags. If you want to write your own plugin, that one might be a good start.
I'm not able to write my own plugin. But, I will definitely try this and ask further questions later. Thanks so much.