Forums

Validation problems

cachito 17 Jun, 2014
Hi,

i'm new with Chronoforms and hav some problems. I made a registration forms with some additional fields. Submitting the data i get validation errors as you can see in the debug-output:

Data Array:

Array
(
    [option] => com_chronoforms
    [chronoform] => Registration
    [event] => submit
    [Vorname] => Test
    [name] => 
    [koe] => Test
    [username] => 
    [password] => 
    [password_confirm] => abcdef
    [email] => 
    [email_confirm] => test@test.com
    [nutzungsbedingung] => 1
    [datenschutz] => 1
    [reg_submit] => Anmelden
    [b7e01694337bf84892a10ac7b936f3f5] => 1
    [password2] => 
)

Validation Errors:

Array
(
    [Name] => You must provide your name.
    [Benutzername] => You must provide your username.
    [] => You must provide your password.
)


Only the custom fields are returned, the normal joomla-user-fields are lost.

What may be my error.

Another question: the password-Field only accepts letters, but i want that the user can you use every symbol, numbers, letters. How ca i do this.

Sorry for my poor english.

Greetings
Gerhard
cachito 19 Jun, 2014
Hi,

nobody has an idea? Do you need more information?

Greetings
Gerhard
cachito 19 Jun, 2014
I'm so stupid! I found it: i haen't made a connection to the Standardfields!
This topic is locked and no more replies can be posted.