Forums

problem with joomla registration

tasso.peperone 27 May, 2011
I create a simple form with field
nome
cognome
username
email
password
password2 (confirm password)
name (hidden field)

When user click submit form do this actions
custom code:
<?php
$form->data['name'] = $form->data['nome'].' '.$form->data['cognome'];
?>

and after i use the joomla registration action to complete registration.
The problem is (i found this message using event loop when registration fails):
System say "insert your name". I check the value of the field and is correct and if i submit the same form second time (after reloading)works.
Any idea ?
GreyHead 27 May, 2011
Hi tasso.peperone,

This sounds like a problem with the sequence of actions in the OnSubmit Event. The Custom Code action needs to be before the Joomla! Registration action.

Bob
tasso.peperone 27 May, 2011
I check, but the custom code is before and is set as controller.
GreyHead 27 May, 2011
Hi tasso.peperone,

Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.

Bob
Max_admin 31 May, 2011
Hi,

Please install RC1.9, some issues with the registration action were fixed, just install OVER the one you have.

Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
This topic is locked and no more replies can be posted.