• I have a form, in this form I put 3 attachment.
    This is che code.

    <label>frontale braccia rilassate
    [file* your-file-1 filetypes:pdf|png|jpg]</label>
    <label>di profilo braccia sollevate in avanti
    [file* your-file-2 filetypes:pdf|png|jpg]</label>
    <label>di schiena braccia rilassate
    [file* your-file-3 filetypes:pdf|png|jpg]</label>

    in mail I put that.

    [your-file-1]
    [your-file-2]
    [your-file-3]

    I don’t receive the attachments
    _____
    I don’t receive the text from this two field.

    <label>Il tuo Nome: [text* your-name] </label>
    <label>La tua Età: [text* your-age] </label>

    Nome: [your-name]
    Età: [your-age]

    what happened?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter plxmas

    (@plxmas)

    website is hidden, I’m working on a restyling.

    @takayukister I have similar problem. I use CF7 for receiving ads on my website. ( https://vom.rs/oglasi/ )
    Form is:

    <label> Va?e ime (obavezno)
        [text* your-name] </label>
    
    <label> Va?a e-po?ta (obavezno)
        [email* your-email] </label>
    
    <label> Kontakt telefon (obavezno)
        [tel* Kontakttelefon placeholder "017-12-34-567"] </label> 
    
    <label> Naslov oglasa
        [text your-subject] </label>
    
    <label> Tekst oglasa
        [textarea your-message minlength:10 maxlength:500] </label>  [count your-message down]
    
    <label> Prika?i fotografiju (max.1MB)
        [file* your-filepic filetypes:jpg|jpeg limit:1mb] </label>
        
    
    [recaptcha]
    
    [submit "Po?alji"]

    and in email in attachment field I put [your-filepic]

    Everything is ok, only attachment not come in email.

    All my media are on subdomain media.vom.rs ( can this be posible error? )

    —————————–

    I try with the same settings in another website where pictures goes to default path, and everything work , attachment comes to email.
    Can you check your plugin settings for that situations where media settings are changed?

    • This reply was modified 3 years, 7 months ago by zekavr.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘attachment and field doesn’t arrive in email’ is closed to new replies.