Forms shouldn't submit data from FieldHTML form fields #6969
Labels
Housekeeping:1:Todo
Any dependency management or refactor that would be nice to have some day.
Milestone
Describe the bug
A
FieldHTML
field is used to display information in a form without any input. However, theForm.vue
component will still compile these fields into the data that is sent when the form is submitted.The
Form.vue
component should check the field type to determine if it should be included in the submit values. PerhapsFieldHTML.inc.php
should have a property to define this.To Reproduce
Steps to reproduce the behavior:
description
is included.What application are you using?
3.4 pre-release
The text was updated successfully, but these errors were encountered: