Hi @lettobi
Have you tried adding a File field in the Profile form?
Please go to WP Admin > Ultimate Member > Forms > Edit a Profile Form > click on the ” + ” in the Form builder. You will see pre-defined and custom fields. Click on the “File upload” and fill out the required fields. Hit on save after you’re done adding the file field. Go to yoursite.com/user/ and edit your profile to see the newly added File field.
Regards,
Hi @lettobi
This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.
Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂
Regards,
I would like this feature to be added as well. This would provide a lot of value to us
Hello @champsupertramp
If the file upload is activated, no .vfc upload is possible. In another thread it is therefore recommended to insert the following:
+ um_get_field__{$field_key}
– $array
– $array[“allowed_types”]
https://wordpress.org/support/topic/vcf-import/
I have stored this in functions.php, but then an error appears. I’m still quite new to WordPress. Does the syntax have to be changed or is the code added somewhere else?
thanks for the reply