This Upload Form code has two "Submit" buttons - can it be combined?

This Upload Form code has two “Submit” buttons - can it be combined?
One “Submit” is for the image upload and one "Submit"is for the title, description and tags.
Is it possible to have title, description, tags and Choose A File all vertically in the Form, and then one single Submit for all variables to upload? (I know this is not state-of-the-art code) Any help will be appreciated.

File attachedinner_upload_image.html (8.0 KB)

I’d say it almost certainly could be, by moving the other input fields into the initial form area and dealing with them in a single upload in your PHP code. You’d have to modify the JS code that checks the extra fields, probably, though I don’t really know JS well enough.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.