* Apply now semi functional

This commit is contained in:
Bryan Ashby
2015-04-14 22:27:07 -06:00
parent 77600d3dde
commit 5eee568586
4 changed files with 119 additions and 63 deletions

View File

@@ -124,6 +124,9 @@
{
"value" : { "12" : null },
"action" : "@method:submitApplication",
// :TODO: Need a way to supply next menu based on data from @method
// @method:submitApplication|nextMenu1|nextMenu2|nextMenu3 ? method could cb(indexValue)
"args" : {
"username" : "{1}",
"realName" : "{2}",
@@ -133,7 +136,8 @@
"affils" : "{6}",
"email" : "{7}",
"web" : "{8}",
"password" : "{9}"
"pw" : "{9}",
"pwConfirm" : "{10}"
}
}
],