Hi there,
I’m in the process of creating a custom registration form. The point that’s stumpted me is that the options for the custom member fields are now hard coded, like this:
<select class="select" name="m_field_id_1"><option value="Male">Male</option><option value="Female">Female</option></select>Presumably there’s a tag I can use to pull the options for this dropdown in from the back-end, enabling the client to change these if required.
Does anyone know what it is, or how I can do this please?