Selected state for select elements after form submission not working.
Showing selects from relationships as having "selected" doesn't seem to work. See below for pastie of current search form. I'm using the same page/template for the search and results as you can see and i'm also trying a variety of different ways to encapsulate entry_id but to no avail.
http://pastie.org/8511884
Thanks
Replies
Low 27 Nov 2013 09:56
Try adding query="{segment_3}" to the Form tag (where segment_3 is the encoded query in the URI) so the Form tag remembers what the previous search query was.
john 27 Nov 2013 09:59
That's worked great, thank you.