how to display uploaded image as profile picture while auto populating the profile using membership id ?
We'll need some more detail on this. Display where? Membership ID from what, do you mean user ID?
Are you asking how to dynamically get the user avatar based on user ID?
in my website user will fill "membership form" with auto numbering field, i will auto populate the required fields in another form with the "auto generated number". in this form i need to display (auto populate) the image/profile photo uploaded by the user while filling their "membership form" !
Create lookup field that watches for the value. Try these references.
https://formidableforms.com/knowledgebase/lookup
https://formidableforms.com/knowledgebase/lookup/#kb-compatible-field-types (image url is a compatible type if that's an option)
Please login or Register to submit your answer