Hello @bradbcamo
It seems you didn’t remove the “file” tag, please remove it. It will remove the standard “browse” button.
new “Upload” button is result of putting “multifile” tag.
Hi Zluck,
Thanks for getting back to me.
This is the total code for the form. no “file” tag
[text* uploader-name placeholder “Enter Name”]
[multilinefile multilinefile-378 limit:1153433600 filetypes:jpg]
[submit “Share”]
Got it, we see a conflict of css with Bootstrap.
Would you go to style.css of plugin and add “!important” at the end of this css.
.zl-form-control-wrap input,
.zl-form-control-wrap .mfcf7_zl_delete_file {
display: none;
}
to
.zl-form-control-wrap input,
.zl-form-control-wrap .mfcf7_zl_delete_file {
display: none !important;
}
That should fix the issue for now, we will push the update really soon.
Scratch that. Seems to be working.
Now I just need to work out how to style the new upload button 🙂
Thanks
-
This reply was modified 4 years, 11 months ago by
bradbcamo.
Give it a hard refresh or try in private window once.
@bradbcamo hope it worked for you.