I have three image post fields on my form. I'm wondering if there is a delete/remove image button. In case a user adds three images but then decides they only want to upload two?
Thanks
Darren
I have three image post fields on my form. I'm wondering if there is a delete/remove image button. In case a user adds three images but then decides they only want to upload two?
Thanks
Darren
Currently there is not, at least on a single page form.
However, upload fields work differently on multi-page forms. If you put the upload on the first page and the user then clicks Next the files get uploaded. If they then hit Previous and go back to the first page... they'll see the file names of the files they uploaded and can choose to delete/remove them.
The difference is required because of how data is processed on a multi-page form vs. a single page form.
When we enhance the file upload field to support multiple files and put to use the new uploader script coming in WordPress 3.3 this will be possible with both form types (single and multi-page).
I'm really looking forward to that new feature. Any idea when we can expect it to be released?