Hi ChronoEngine team!
(before posting it I´ve found some answers for V3 or J1.5)
I´m using Chronoforms V4 on Joomla 1.7.3
I´m trying to create a form for user registration WITHOUT username, just using e-mail as username.
(the usual way, with username, like explained in V4 tutorial has worked fine)
I put username as a hidden field.
Created a custom code field BEFORE registration with:
didn´t worked.
Any hint?
(I also want to record some other information, is it possible??)
Cheers!
Lucas
(before posting it I´ve found some answers for V3 or J1.5)
I´m using Chronoforms V4 on Joomla 1.7.3
I´m trying to create a form for user registration WITHOUT username, just using e-mail as username.
(the usual way, with username, like explained in V4 tutorial has worked fine)
I put username as a hidden field.
Created a custom code field BEFORE registration with:
<?php
$username =$email;
?>
didn´t worked.
Any hint?
(I also want to record some other information, is it possible??)
Cheers!
Lucas