[Solved] [FormBuilder] Get value of "Redirect to Page Based on Pulldown" field?
Posted: Mon May 11, 2009 3:50 pm
Hello-
I have a FormBuilder form with three dispositions... email results to set address, save to flat file, and "redirect to page based on pulldown". The redirect field is called "Register For" , and in the email output templates variable list it is shown as {$register_for} / {$fld_44}.
When I try to format the email or the flat file, the output of {$fld_44} is simply the string "Array" without the quotes. I don't see what choice the user made.
How do I access the value of {$register_for} / {$fld_44} so I can see what choice the user made?
Why I want to do this (since people often ask background info on a problem): The form is being used to register persons for seminars. The seminar choices are in the "Register For" field. Each seminar has it's own landing page with further information, with a file they can click in iCalendar format to add the date to their preferred calendar app. That is why I need the redirect based on pulldown, and also why I need to know what choice they made (so I know what seminar they are registering for).
Thank you,
Vaughn
I have a FormBuilder form with three dispositions... email results to set address, save to flat file, and "redirect to page based on pulldown". The redirect field is called "Register For" , and in the email output templates variable list it is shown as {$register_for} / {$fld_44}.
When I try to format the email or the flat file, the output of {$fld_44} is simply the string "Array" without the quotes. I don't see what choice the user made.
How do I access the value of {$register_for} / {$fld_44} so I can see what choice the user made?
Why I want to do this (since people often ask background info on a problem): The form is being used to register persons for seminars. The seminar choices are in the "Register For" field. Each seminar has it's own landing page with further information, with a file they can click in iCalendar format to add the date to their preferred calendar app. That is why I need the redirect based on pulldown, and also why I need to know what choice they made (so I know what seminar they are registering for).
Thank you,
Vaughn