Thank you.
So i want a form in which the user can put his personal data and it creates automatically a new page post with new user in MeCard/vCard page.
So i linked the phone number field to the custom field wqm_tel. But the result is a no content field.
The issue is linked to the custom field related to the telephone (wqm_tel), because unlike the other fields, the value is preceded by an Array more than the other custom fields.
For example, i see that:
wqm_email is
Array ( [0] => email)
wqm_tel is
Array ([0] => Array ([content]=> phone number)
So when i put a data into the custom field related to wqm_tel i can’t see a content because it is Array as result.
If you want i can give you access to website.