Hi All,
I have a Django project with a form, and I want to display a preview page before the user submits. I can display a preview page using a Django FormPreview, but not all form data is displayed properly. Specifically, if I have a model field with choices, the string values of these choices aren't displayed properly when I use the get_FOO_display method - they display as blanks instead. I'm also having problems applying template filters to date fields. The end result is that some data on the preview page is visible but other data is blank:
I've posted a question about this topic on StackOverflow
here, but so far, no one has been able to answer it. I'm not sure if it's considered good etiquette to link to StackOverflow questions on this mailing list, so if this is inappropriate, please let me know. If not, I'd greatly appreciate it if anyone here would be able to answer this question.
Thanks!