We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38068
    • 2 Posts
    Hi everyone,
    Using the UpdateProfile snippet I am able to create containerized extended fields like this :

    <p><label>Position name:</label><input type="text" name="post1[ position ]" value="[[+post1.position]]"/><span class="error">[[+error.post1.position]]</span></p>


    with post1 being the container and position the name of the extended field.
    But I can't access those extended fields in the front-end using the syntax given at http://bit.ly/cIUvnQ which is
    [[+post1.position]]
    . Can someone please help?
    [ed. note: muhic_ last edited this post 14 years, 8 months ago.]
      • 11186
      • 38 Posts
      Try removing the spaces in the name attribute. I think you only have to add the spaces when using a placeholder to populate the brackets.