<Select><option> in custom user profile - Joomla! Forum - community, help and support
hi everyone
i wrote user profile plugin according tutorial: http://www.inmotionhosting.com/support/ ... ile-plugin
however, need html select-tag people should able choose several given options. following code did not work , resulted in default text field:
does see mistake? acutally possible select tags in user profile? if not, how can implement anyway?
i wrote user profile plugin according tutorial: http://www.inmotionhosting.com/support/ ... ile-plugin
however, need html select-tag people should able choose several given options. following code did not work , resulted in default text field:
code: select all
<field
name="f"
type="select"
id="f"
description="frankreich"
label="frankreich"
value="1"
/>does see mistake? acutally possible select tags in user profile? if not, how can implement anyway?
Comments
Post a Comment