I've got a page a user sees if they're a new user. They enter an email and password.
If the "Check New Username" behavior allows the entry to continue, the new user will enter more information about themselves.
I'm trying to use the Email and password for the first two text fields in the next form via Bindings / Form Variable, but get the following for both these fields:
Undefined index: Email in <b>C:\htdocs\NewSubInfo.php
The HTML is:
value="<?php echo $_POST['Email']; ?>"
This should be pretty simple, but I'm not too sure what I'm doing wrong.
Thanks!
If the "Check New Username" behavior allows the entry to continue, the new user will enter more information about themselves.
I'm trying to use the Email and password for the first two text fields in the next form via Bindings / Form Variable, but get the following for both these fields:
Undefined index: Email in <b>C:\htdocs\NewSubInfo.php
The HTML is:
value="<?php echo $_POST['Email']; ?>"
This should be pretty simple, but I'm not too sure what I'm doing wrong.
Thanks!