How to add support for new field
-
I have added multi-file support to contact form by using blueimp jquery upload plugin in an custom extension and want it be work just like file field of contactform7. I am able to add the field in form creation section as well as able to display. beside this, I am able to store the image just when the user is adding it, the images are stored in wpcf7_uploads folder, I have modified the .htaccess here( may be I still need to modify it to make it secure ) . The problem, is I am not getting these attachments in mail or flamingo . ( In flamingo I can see the field but not the data, may be because, the data is not sent ). what I can gathered information is
The contact form not sending my field data, in network section, I can see
------WebKitFormBoundaryyUR7aqI54KTjtgdZ Content-Disposition: form-data; name="your-multifile[]"; filename="" Content-Type: application/octet-stream
filename is empty that should content file names. so, if possible help me sending this multi-file data in your form submission .
- The topic ‘How to add support for new field’ is closed to new replies.