action.register is only a form. You can just add text fields. Email: [text email size=20]
and you need to add email to command passdata. [command passdata id,email,register] Another option is to ask for username and password first (using action.register) and show another second form to get more details. For this you simply can use action.register and replace the success information (Congratulations...) with another form. Like: !Welcome Please add some details: [form] Email: [text email size=20] Age: [text age size=5] [command savedata email,age] [submit OK] Greetings, Martin Am Dienstag, 1. Juli 2014 13:59:27 UTC+2 schrieb TheOldFellow: > > Next problem, sorry. > > I can't make head nor tail of the documentation on adding new fields > during registration. I want to add an email address. Reading: > > docs.concepts.members > > does not line up with what is in the action.register form in a new > install. And the only documentation on the action.register commands is > php, not English. > > TOF. > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/boltwire. For more options, visit https://groups.google.com/d/optout.
