I'm not sure this is possible, but I'm giving it a shot anyway.
I've got a few custom fields in the generic Member type. In creating a registration form I'm able to render the fields using the code in the built-in snippet without a problem.
What I'd like to do is populate the placeholder with the Description property. This way, when the customer adds/edits the custom fields they don't have to go and edit the code.
MemberProperties Field Description
Hello All,
I'm not sure this is possible, but I'm giving it a shot anyway.
I've got a few custom fields in the generic Member type. In creating a registration form I'm able to render the fields using the code in the built-in snippet without a problem.
What I'd like to do is populate the placeholder with the Description property. This way, when the customer adds/edits the custom fields they don't have to go and edit the code.
I can manually add the placeholder like this...
...but what I want to do is something like...
...but that random guess to retrieve the value doesn't work.
Outside of doing a manually case/if statement, is there a way to get Description property for the field?
Thanks in advance....
is working on a reply...