Development
This commit is contained in:
parent
f4600c0d95
commit
3be28ec44e
2 changed files with 5 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
"name": "email",
|
||||
"input_type": "text",
|
||||
"placeholder": "you@example.com",
|
||||
"validate": "VALIDATION_EMAIL",
|
||||
"hint": "Must match your pre-registered email address."
|
||||
},
|
||||
{
|
||||
|
|
@ -60,7 +61,8 @@
|
|||
"action": "/action/accountcreate/form_create",
|
||||
"method": "post",
|
||||
"text": "Create Account",
|
||||
"class": "btn-full"
|
||||
"class": "btn-full create-account-btn",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue