Forums

How to create a Step by step registration form ?

taylor 07 Feb, 2009
Forms can you link in Form Edit > Forms URL.

But the registration don't work with ChronoForms.
I had the same plan, i have read on the Frontpage "Plugins support for converting your form to a Joomla registration form or integrating it with Community builder too!".
A stable Form Component, with this Features. I've bought me a license without a test, that was a mistake. Joomla registration with Chronoforms does not work also CB 1.2 stable registration with Chronoforms don't work.
ChronoForms is really great but the Features don't work.

Greetings Taylor


(Sorry for my bad English grammar)
GreyHead 07 Feb, 2009
Hi Taylor,

Sorry that you feel disappointed.

ChronoForms does work with Joomla Registration - there are many successful implementations. There is a step by step Tutorial available in the DownLoads area here.

ChronoForms also works with CB, though is is less straightforward to implement correctly and so far there is no complete tutorial.

Bob
taylor 07 Feb, 2009
I have read the Tutorials, i have everything done the tutorial 1:1.

All fields in the CB plugin or Joomla Registration plugin added (Name Field: texta_01, UserName Field: texta_03, Email Field: texta_10, Password Field: texta_13, Verify Password Field: texta_14,)
I have add the code in "/components/com_user/views/register/tmpl/default.php"

<?php // no direct access
defined('_JEXEC') or die('Restricted access');
$mainframe->redirect('anmeldeformular.html');
?>

(Where do I add the code for CB? )

Joomla 1.5.9
CB 1.2 stable
Chronoforms v3.0

I have no idea why it does not work.

Greetings Taylor
GreyHead 07 Feb, 2009
Hi Taylor,

[[>> I split this thread out from Picosoung's posts as they are on a different theme : GreyHead <<]]

I'm not sure but I suspect that you need a non-SEF url in the $mainframe->redirect();

Bob
taylor 07 Feb, 2009
Yeaah, it works with Joomla Reg.

I have add this. "index.php?option=com_chronocontact&Itemid=2"
I have always used the SEF URL "anmeldeformular.html" or the link in Chronoforms "index.php?option=com_chronocontact&chronoformname=Anmeldung"

Nice, Special Thanks

Taylor

Edit: CB registration works also, but Costum Fields dont' work.
taylor 07 Feb, 2009
I have another problem with the registration CB Plugin

If I use the CB plugin, the Redirect URL to the next Form does not work.
The form directs me to this URL "index.php?option=com_chronocontact&task=send&chronoformname=Anmeldung" a blank Site.

In CB plugin i have change "run Before Email" or "run After Email", but it provided no change, it's always a blank Site.

Taylor
GreyHead 07 Feb, 2009
Hi Taylor,

By default ChronoForms takes you to a blank page with the &task=send option in the url unless you specify a ReDirect URL.

But any html that you put in the OnSubmit After boxes will show on that page so it's usually called the 'Thank You'. Of course you can do much more complex output with PHP+HTML if you want to. It's also possible to load that page with a timed redirect so that is shows for say 15 seconds then redirects the user somewhere else.

Bob
This topic is locked and no more replies can be posted.