I want to include similar forms/fields like the Name and Address Field Blocks, however there is no Available Bricks that would allow me to do so. Unless I use the HTML block? But if I use this, how do I make it so that the fields are displayed identical to the current ones, and the members have the ability to edit such information? - J
aMember Cp -> Add Fields. once fields are added, you will be able to add them in aMember CP -> Forms Editor
Alex, how would I make a hidden field on the signup page? I need to submit some info to the amember sql db so that I can pull it later in my member's area.
Well this is not recommended way because user always can see hidden field value in form source code and change. Better to set these values another way. Please explain what should be set and when.