Closed robertomorati closed 6 years ago
@jezdez,
Can close the issue. I solve the problem. Its was my HTML file.
Follow the fragment:
{{ wizard.management_form }}
{% if wizard.form.forms %}
{{ wizard.form.management_form }}
{% for form in wizard.form.forms %}
<div class="grupo-formset">
{% bootstrap_form form %}
</div>
{% endfor %}
{% else %}
{% bootstrap_form wizard.form %}
{% endif %}
Thanks, All the best,
Thanks for letting us know.
Hi @jezdez
I have been facing the error: managementform data is missing or has been tampered with. Thus, if possible, I need some help to solve this issue :) thankfully
My Form:
Main parts of HTML file:
Views:
Error:
I really apreciated, All the best,