• How are you? Elementor’s friends.
    I have a timely query, because the style of the input type file is very basic, I have decided to create a new input type file from html, and well with CSS I have already been able to give styles to my liking, all good up there, it turns out that when they attach a file this does not reach the email does not arrive either as an attachment or as a url, could you help me by indicating what I would be missing?
    The html code is as follows:
    <input type=”file” name=”file” id=”file” class=”upload” />
    <label for=”file”>Subir</label>
    The CSS code is as follows:
    .upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    }
    .upload + label {
    width: 62px;
    height:25px;
    font-size: 14px;
    line-height: 22px;
    color: #6B6B6B;
    text-align: center;
    background-color: none;
    display: inline-block;
    border: 1px solid #F36A13;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    transition: 300ms;
    margin-left: -25px;
    }
    .upload:focus + label,
    .upload + label:hover {
    background-color: #F36A13;
    color: #fff !important;
    cursor:pointer;
    }
    Attached screenshots:
    https://prntscr.com/oiptim
    https://prntscr.com/oiptm2
    https://prntscr.com/oiptqo

    The page I need help with: [log in to see the link]

  • The topic ‘The attached file of the form does not arrive to the email’ is closed to new replies.