Ciao a tutti,
ho un problema con il plug in CF7 ho rilevato che mi carica solo i jpeg e sotto una certa dimensione se volessi modificare questi parametri dove devo andare?!?! ho trovato sul sito del plug in queste info ma non so dove inserirle
chi mi aiuta :(
:
http://contactform7.com/file-uploading-and-attachment/
Adding file uploading fields in your form
Like for other types of form fields, Contact Form 7 provides form tags for file uploading fields (<input type="file"> in HTML): file and file*. file* is a required field and requires the user to upload a file.
Available options for file and file* Option Examples Description
id:(id) id:foo id attribute value of the input element.
class:(class) class:bar class attribute value of the input element. To set two or more classes, you can use multiple class: option, like [file your-file class:y2008 class:m01 class:d01].
tabindex:(num) tabindex:10 tabindex attribute value of the input element.
filetypes:(filetypes) filetypes:gif|png|jpg|jpeg Acceptable file types. List the file extensions after filetypes:, and separate them with ‘|’ (pipe) character when you set multiple file types.
limit:(num) limit:1048576
limit:1024kb
limit:1mb Limit the max file size acceptable. You can use kb (kilo byte) or mb (mega byte) suffix optionally. If you omit suffix, the number means bytes. Note that you can’t use a decimal point in it (i.e., like this: [file your-file limit:1.5mb]) and it will be ignored if it exists.