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.]