I am struggling to create a dynamic form redirect based on values from a multiselect field. Basically I want to dynamically redirect the user to page with real estate search results based on the inputs from the form.
The real estate IDX service uses a query string input into a url to generate these results, but I can't seem to get the input from mutliselect field on my form (http://alphainvestments-ct.com/buyers/buyer-account) from the $lead object to parse into a string with all the parameters needed.
I keep getting empty Array values for parts of the string and can't find anywhere on the forums or in the documentation how these fields get output?? Are they associative, or numeric arrays?, or are they out put into a $txt with coma separated values?
Please help me, I am soooo close but can't seem to get this to work.
Thanks