Attachments file names
-
Hello, I’m strarting to use the plugin, im using it and works fine.
Im making a form with modals, first modal have the form with the plugin for upload the files, and the second modal to confirm the fields values as a summary to confim before send it.
¿How I can show the filenames at the second modal with JS?
For contact form I am using function with that and its working well, but I don’t get how to do that with Drag and Drop Multifile Upload CF7 plugin:
var name = $(‘.wpcf7 input[name=your-name]’).val();
document.getElementById(‘modalIdname’).innerHTML = name;Thanks in advantage.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Attachments file names’ is closed to new replies.