我在Meteor应用程序中使用accounts-entry包,并希望在注册页面添加一个下拉选择器作为额外的注册字段。例如,在注册时,人们会输入以下内容:
username: johndoe
email: john@doe.com
password: somepassword
country: (here they would select one of Canada, US, etc.)
preferred day to participate: (select one of Monday, Tues, etc.)
我认为该软件包默认不支持此功能。
如何修改此包以支持此功能?
或者其他哪些套餐已经拥有此功能?感谢。
答案 0 :(得分:1)
我建议使用useraccounts
个软件包。您可以使用它添加额外的注册字段。我不记得它是否允许你添加下拉注册,但你可以用accounts-entry
来做更多的事情。
以下是useraccounts:boostrap
:https://atmospherejs.com/useraccounts/bootstrap
但是如果你不想使用bootstrap,同一作者还有更多的软件包可以帮助你。