Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Enquiry Module Upload file
- This topic has 5 replies, 2 voices, and was last updated 5 years, 10 months ago by WCFM Forum.
- AuthorPosts
- January 11, 2019 at 9:58 am #43112benParticipant
Hi dear,
Need to add upload file on form “Enquiry Module”
exemple : customer can have possibility to joint file (pdf,doc, jpg, png) on request quote ‘Enquiry Module’thanks
- January 11, 2019 at 10:25 am #43118WCFM ForumMember
Hi,
Thanks for get in touch with us.
Hope you know, it’s possible to create custom field for “Inquiry” from WCFM Admin Setting -> Inquiry Setting
But, upload field type is not there and it is due to security. Inquiry is open for all users, no login required. Now, people may upload malicious files to your site.
Best to handle this, create a “text” field and ask people to insert file link there. It will save your disk space as well 🙂
Thank You
- January 12, 2019 at 12:06 pm #43208benParticipant
Dear, thank you for answer, and for consider security for me.
but I really need to add “upload file” to “inquiry” for allowed Extensions : jpeg,png,gif,pdf,pdf,doc. - January 12, 2019 at 1:35 pm #43215benParticipant
the best will be integrate : https://yithemes.com/themes/plugins/yith-woocommerce-request-a-quote/
To WCFM dashbord - January 13, 2019 at 4:30 am #43299benParticipant
I have remove “//” from code and change to :
$field_types = apply_filters( ‘wcfm_product_custom_filed_types’, array( ‘text’ => ‘Text’, ‘number’ => ‘Number’, ‘textarea’ => ‘textarea’, ‘datepicker’ => ‘Date Picker’, ‘timepicker’ => ‘Time Picker’, ‘checkbox’ => ‘Check Box’, ‘select’ => ‘Select’, ‘upload’ => ‘File/Image’ ) );
on : wcfm-view-settings.php
Now on menu I have Upload file/image, but Upload sshow me only texte field when I add import file 🙁
whats wrong here ?
- January 13, 2019 at 7:33 am #43312WCFM ForumMember
Hi,
“Now on menu I have Upload file/image, but Upload sshow me only texte field when I add import file”
– Noting wrong, as I told you it’s not support file upload yet.We are checking this, will add file upload option.
Thank You
- AuthorPosts
- The topic ‘Enquiry Module Upload file’ is closed to new replies.