Opened 15 years ago

Closed 11 years ago

#12050 closed New feature (duplicate)

Provide a way to control markup standard for forms

Reported by: diraol Owned by: nobody
Component: Forms Version: 1.0
Severity: Normal Keywords: xml, xhtml, html5, html4
Cc: Triage Stage: Someday/Maybe
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Russell Keith-Magee)

It's easy to create a dinamic form with django, if your site uses HTML. the "forms.Form" ou "forms.ModelForm" work pretty well.
But, if your page is a XML page and you need to create a XML Form it becomes a really difficult job.
Django form model doesn't includes XML/XHTML format.

Change History (6)

comment:1 by Russell Keith-Magee, 14 years ago

Description: modified (diff)
Keywords: html5 html4 added
milestone: 1.2
Summary: XML Forms (XHTML)Provide a way to control markup standard for forms
Triage Stage: UnreviewedSomeday/Maybe

Marking someday/maybe because the issue of generating HTML4/HTML5/XHTML or something else entirely is something that is under vague discussion, but I have no idea what the final solution will look like.

comment:2 by Luke Plant, 14 years ago

It should be noted that Django does indeed produce XHTML output; it is validating HTML4 that is not produced. The original report might be about XForms.

comment:3 by Peter Baumgartner, 13 years ago

Severity: Normal
Type: New feature

comment:4 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:5 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:6 by Aymeric Augustin, 11 years ago

Resolution: duplicate
Status: newclosed

If I understand correctly, #15667 covers the general issue of customizing form and widget rendering.

Note: See TracTickets for help on using tickets.
Back to Top