Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

i am new to jquery.I looked to various demos but can't find what i am looking for.

I want to add a upload item feature in my wordpress website.This feature is available to the end user after he/she has logged in to our website.

For upload feature I have a button.I want to add such a functionality in which button Onclick would open a modal form through which a user can upload various details about a particular item like it's name,size,colour,brand,cost,images,description.

After filling the details these various fields will be stored in a mysql database using a php file.

I want to make this custom dialog form on the same principle as the form on jquery website. http://jqueryui.com/dialog/#modal-form

I tried making a custom dialog form using the example in the above hyperlink but not being able to create one..

Please help.

share|improve this question
This isn't specific to WordPress, is it? Try Stack Overflow. – Camil Staps Apr 22 at 6:37
I want to add a upload item feature in my wordpress 3.5.1 website.This feature is available to the user after he/she has logged in to our website. – Lucy Apr 22 at 8:28
Sorry to say, @Lucy, you wanting to implement this in a WordPress environment does not automatically make it on-topic on this stack. Consider attempting to figure this out by yourself first, have some code of your own to post with your question, show some research effort and then ask a detailed version of it over at Stack Overflow, where this would be on-topic. – Johannes Pille Apr 22 at 9:42

closed as off topic by Wyck, Rarst Apr 22 at 6:43

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.