Forums

User registration form followed by another form

havex 18 Apr, 2017
Hi all,

Is it possible to set the following up with Chronoforms?

[list]The user will fill a registration form (form 1). After they click "Continue", they will be registered, and also redirected to the questionnaire form (form 2).[/list]

[list]The contact info collected from Form 1 will be added to Form 2, resulting in one single data table.[/list]

[list]Form 2 will have a "Save and continue", so if the form was not completed, the user would get an email with a link to the uncompleted form.[/list]

That would be very useful.

Thanks,

Hamid
Max_admin 18 Apr, 2017
Hi Hamid,

You can do that with the actions available, you can store the data into a db table and build a link in the email to the form, and load the data later using the record id with a "Read data" action.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
havex 18 Apr, 2017
Thanks Max,

This means it is possible. Nice!

I am in the beginning of my learning curve, so the last 2 thirds of your answer sound more like an alien language to me. But I will get there with the help provided here.

Kind regards,

Hamid
Max_admin 19 Apr, 2017
Hi Hamid,

Here are the steps:

Form1, add a registration action
Form1, save the data into a new created table by Chronoforms
Form1, use a redirect action
Form2, update the record of the user by using the user_id field in the table you have used before
Form2, the link can pass the record id, pay attention to limit access by "owner id".

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
havex 20 Apr, 2017
Thanks Max,
I will give it a go. But I'm still stuck in the setup of the registration form😟
This topic is locked and no more replies can be posted.