dramasea
dramasea

Reputation: 3490

How to add a submit form in post in wordpress

Actually I want to create a plugin for wordpress and in my custom post type, I wan to create a popup which I append a div element on on document.body. In the document.body there is no form element available, when I checked the code of the web page with firebug, the form element on the web page only exist in the metabox. So, how could I do to add a file upload field to my div.

Upvotes: 0

Views: 138

Answers (1)

Krunal Shah
Krunal Shah

Reputation: 2101

Try this one: i am sure this will helps you completely

Contact Form

Thanks

Upvotes: 1

Related Questions