In order for Memberstack to “detect” the form on the page, I need to pass ms-signup=”true”.
Like this :
< form ms-signup=”true”>
it would not be possible to only submit country without sending other address details.
That’s what I was suspecting.
then adding data from the form to this custom field.
I’ll try that!
Thank you for your answer.