I need a custom wordpress plugin that would allow the admin to choose what fields would be displayed on the contact form. There would be an admin page with check boxes next to each field, if checked it would be displayed on the contact form.
Features:
– Need a hook to allow other plugins or theme functions.php to add new fields (see wordpress codex for do_action and add_action)
– Save settings to wordpress database options
NOTES: I just need the field selection part of the script, I will apply this to my contact us plugin.
Please PM me any questions.