I have created some custom member fields and can not seem to get them to display in the registration form. I have tried using the Field Name in the name attribute of an input field and i have tried using the Filed Name in an EE tag. Can not figure it out. I have: Is field visible in registration page? set to yes. One of my Field Names is, store_name. I have tried:
1). <input type=“text” name=“store_name”/>
2). <input type=“text” name=“mbr_store_name”/>
3). {mbr_store_name}
4). {store_name}
but none work. How do i do it?