Pergunta

I need to display two forms depending on the context. The second form should contain a name and email text input followed by the first form content in that order, but only when the user is not authenticated.

I tried with Python class inheritance but in every tested cases the two new fields were displayed after the content of the first form.

Is there a way to correcly factorise common fields in deform forms or to specify a different display order?

Foi útil?

Solução

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top