Forums

Redirect parameters from form values

jmeidal 20 Jul, 2017
I feel I've read through a lot of previous posts about redirect variables, but still cannot find a solution to passing a parameter value from a form field.

I've tried the options below and still cannot pull what I need from the form values. What am I missing?

Parameters:
variable = $form->data['continue']
variable = {$form->data['user_id']}
variable = {data['user_id'}
Max_admin 20 Jul, 2017
Answer
Hi jmeidal,

I think that you did not check the manual section on writing shortcodes🙂 , the correct syntax is {data:user_id}

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.