dinamic redirects when submitting a form

zetap 06 May, 2017
Hello

I have a query about redirects when submitting a form.

I need that, after the user sends the form with their data, the user is redirected to a particular page, but I need to know if I can do this dynamically.
Example, in the form there will be a checkbox group and according to the option that the user select, should redirect it to a different page, is it possible to do this? Can you guide me in how to do it?
Max_admin 06 May, 2017
1 Likes
Hi zetap,

Please check this topic:
http://www.chronoengine.com/forums/posts/t103230/redirect-based-on-selection.html

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
zetap 08 May, 2017
Hello

Perfect, I'll check it out

Thank you very much !
zetap 10 May, 2017
Hello

I followed the instructions of the post that you indicated and in the backend, in the preview, everything works correctly, but I have the problem to display the form in the frontend when I create a menu item "ChronoForms6" Form view ", if instead, I insert the form into a module, it displays correctly

I also have ChronoForms5 installed, is this a problem?
What could be the problem?

I await comments,

Thank you very much !
zetap 10 May, 2017
Hello

I still try to use ChronoForms6, but it gives me problems in the frontend, in the project where I work I use a page builder extension to build the different pages, I try to insert a ChronoForms6 form module into a page and the page is not displayed, now , If on the same page I also included a form module ChronoForms5, both forms are shown, what is happening? Can you help me solve it? I need ChronoForms6 because they have different functions to ChronoForms5.

Thank you very much !
Max_admin 11 May, 2017
1 Likes
Hi Zetap,

When you say the page is not displayed, what do you get ? a blank page or just the form is not displayed ?

When you create a menu item of type Chronoforms6, you should place the form "alias" under the "options" tab in the menu item settings.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
zetap 11 May, 2017
Hi, thanks for your response

1- It shows the blank page, it blocks all the content, in that page should show the site menu, a header, a large image, the site footer, I copy the url in the test site

Http://www.ofertaexportable.net/site-pr/form-pagos

2- if correct, so I do, the alias of the form in the configuration of options of the menu item

Https://nimbus.everhelper.me/client/notes/share/910144/s001yctqfctcedf130gu

Https://nimbus.everhelper.me/client/notes/share/910138/8eox20594lc9imfu16hs

Https://nimbus.everhelper.me/client/notes/share/910143/l5it9gaal18tt3f488k4

Thank you very much
Max_admin 12 May, 2017
Hi zetap,

This means there is some error, I think its because you have both v5 and v6 plugins or modules loaded on the same page, this problem should be solved in the next update, hopefully this weekend it will be available for download.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
zetap 12 May, 2017
Hi, thanks for your response

Well, anyway, I'll tell you that when there's a v5 module loaded on the same page and the v5 form is located in a top position on the page, everything looks good

Https://nimbus.everhelper.me/client/notes/share/912579/tuw50iqup65oapahoirx


Both forms are displayed correctly on the page
Https://nimbus.everhelper.me/client/notes/share/912587/ky8u39szvcidmkwhm01e

The blank page is displayed
Https://nimbus.everhelper.me/client/notes/share/912593/7x4wxfofpuxo5g4bqkgd3

I await the new version to try it


Thank you very much
Max_admin 19 May, 2017
Hi zetap,

If you get a total blank page then there is some error, please try to set the "error reporting" to maximum under the Joomla global configuration and test the page again, check what error message do you get ?

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
zetap 19 May, 2017
Good Morning

As I said before, on the page where I insert a V6 form, it shows a blank page, absolutely nothing, obviously the debugging data does not show them either.

There is some error in loading the form that does not allow loading a single line of code on that page, if I try to see the source code of the page, it is empty, it has no code.

Now, if I include a V5 form and then a V6 form on the same page, both forms are displayed and in the debug it shows the following message

2 DUPLICATIONS DETECTED!
2 duplications: # 26 # 31

And displays the following code

Tiempo de la consulta: 0.10 ms Después de la última consulta: 3.96 ms
Consultas duplicadas: #31
SELECT `Extension`.`id` AS `Extension.id`, `Extension`.`addon_id` AS `Extension.addon_id`, `Extension`.`name` AS `Extension.name`, `Extension`.`title` AS `Extension.title`, `Extension`.`enabled` AS `Extension.enabled`, `Extension`.`ordering` AS `Extension.ordering`, `Extension`.`settings` AS `Extension.settings` 
  FROM `fkumx_chronoengine_extensions` AS `Extension` 
  WHERE `Extension`.`name` = 'chronoforms'
Explicar
id	select_type	table	type	possible_keys	key	key_len	ref	rows	filtered	Extra
1	SIMPLE	NULL	NULL	NULL	No pudo usarse una clave de índice	NULL	NULL	NULL	NULL	Impossible WHERE noticed after reading const tables
Perfil
Llamada de pila


Tiempo de la consulta: 0.08 ms Después de la última consulta: 1.92 ms
Consultas duplicadas: #26
SELECT `Extension`.`id` AS `Extension.id`, `Extension`.`addon_id` AS `Extension.addon_id`, `Extension`.`name` AS `Extension.name`, `Extension`.`title` AS `Extension.title`, `Extension`.`enabled` AS `Extension.enabled`, `Extension`.`ordering` AS `Extension.ordering`, `Extension`.`settings` AS `Extension.settings` 
  FROM `fkumx_chronoengine_extensions` AS `Extension` 
  WHERE `Extension`.`name` = 'chronoforms'
Explicar
id	select_type	table	type	possible_keys	key	key_len	ref	rows	filtered	Extra
1	SIMPLE	NULL	NULL	NULL	No pudo usarse una clave de índice	NULL	NULL	NULL	NULL	Impossible WHERE noticed after reading const tables
Perfil
Llamada de pila


what is the problem ? I appreciate your help to solve this problem, because the functionality that has the V6, does not have the V5.

Thank you very much !
Max_admin 20 May, 2017
Answer
1 Likes
Hi zetap,

Please apply the new v6 update (its supposed to be released tomorrow) and let me know if it does not fix the problem.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
zetap 22 May, 2017
1 Likes
Good Morning

I have updated and now works perfectly the V6.

Thanks greetings !
This topic is locked and no more replies can be posted.