• Resolved jwinston1776

    (@jordanwinston)


    I have a form where the user has to upload their Cover Letter and Resume and i’d like them to be 2 separate upload buttons.

    Is there a way to change the text on each button from “Browse Files” to something else and for the second “Browse Files” button, i’d be able to adjust that to something else?

    I believe i can find where it populates the “Browse Files” in the plugin folder, but there’s not the option to select the button text for multiple form uploads.

    Any help would be appreciated – thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @jordanwinston , currently it’s only one option for all upload fields.

    I will consider and add an option for that on my next update.

    Thanks,
    Glen

    Thread Starter jwinston1776

    (@jordanwinston)

    @glenwpcoder thank you for the response! In the meantime, I found a solution in case anyone is wondering:

    Create 2 instances (or more if you have more) of the form tag that’s created when you click the Multi Upload function in Contact Form 7, like this and put a <label> right before with the name.

    <label>Upload Cover Letter [mfile upload-cv limit:999 filetypes:jpg|png|doc|docx|pdf|jpeg|pages|gif min-file:1 max-file:1]</label>

    <label>Upload Resume [mfile upload-resume limit:99 filetypes:jpg|png|doc|docx|pdf|jpeg|pages|gif min-file:1 max-file:1]</label>

    Then when you look at it in the front end, it’ll show with Upload Cover letter along with the box that reads (drag & drop files and browse here). Hide/Display none on that code in the CSS until you’re only left with the label.

    The label is then clickable if someone clicks it so they can browse files from their computer and attach them.

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change “Browse Files” to Different Text’ is closed to new replies.