﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10557	FormWizard should not output raw HTML for previous_fields	Matthew Flanagan <mattimustang@…>	nobody	"When using a {{{FormWizard}}} to generate forms it populates a context variable called {{{previous_fields}}} which contains raw HTML hidden fields for the previous step values and security hashes. This does not play well when you are trying to use the FormWizard in other types markup.

My use case is that I'm using extjs for my application front-end and form presentation (though I could be using something else like XForms for example). I have a templatetag that spits out the appropriate extjs form widget when given a {{{bound field}}}. This fails for the {{{FormWizard}}} {{{previous_fields}}} because it is raw HTML.

The patch attached turns {{{previous_fields}}} into a list of bound field objects that can be iterated over to output the same raw HTML as before or give you more control over the output."	Bug	closed	contrib.formtools	dev	Normal	wontfix	wizard sprintnov13		Accepted	1	0	0	1	0	0
