Forums

validation errors

alfredopacino 21 Dec, 2013
hi, i don't know what i made wrong trying to make email activation works, but now i get those error
Data Array: 
Array
(
    [option] => com_chronoforms
    [chronoform] => Iscrizione-visitore
    [event] => submit
    [Itemid] => 
    [confirmation_page] => _confirm
    [_FORM_FILES_] => Array
        (
        )

    [firstname] => 
    [name] => 
    [username] => 
    [email] => 
    [password] => 
    [password2] => 
)

Validation Errors: 
Array
(
    [name] => You must provide your name.
    [username] => You must provide your username.
    [email] => You must provide your email.
    [password] => You must provide your password.
)
(those aren't all the fields..)
what are the causes of that usually?

ps: i just edited "password2" field to "verifypassword" in the form and in joomla registration action, but i edited again to "password2" and still get the error
elative url in general option how should it be?
GreyHead 22 Dec, 2013
Hi alfredopacino,

Only the obvious problem that the Debug data shows that no values are set for the name, email, . . .

Bob
alfredopacino 22 Dec, 2013
i saw.. i can't figure it out what could be happened
GreyHead 22 Dec, 2013
HI alfredpacino,

Are you using a Confirmation Page? Then I think you need to use the Multi-Page action to make sure that the data is kept between the pages.

Bob
alfredopacino 22 Dec, 2013
i using a confirmation page and session to data/data to session to keep data and always works..
the form has about 20 field but the debugger stops at "password2" field
alfredopacino 22 Dec, 2013
i put multipage action in all events:
-onload
-onsubmit
--confirmation page(on show, on confirm)

and now it looks like works fine, how it works without multipage action since last few days remains a mistery
This topic is locked and no more replies can be posted.