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'}
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'}
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
I think that you did not check the manual section on writing shortcodes🙂 , the correct syntax is {data:user_id}
Best regards,
Max
This topic is locked and no more replies can be posted.