This PR removes the Submit button and make changing the target name_select ChoiceField update the target fields table:
HTMX attributes were added to the name_select ChoiceField
a GET method was added to the TargetMergeView - if it's an HTMX request triggered by a name_select ChoiceField change, then it updates the table by calling the inclusiontag directly to get it's context and rendering the partial with the new context and return that new HTML. The htmx attributes of the ChoiceField specify (via that hx-target attribute) that the #id_target_merge_fields HTML should be replace.
the #id_target_merge_fields property was assigned to the
This PR removes the Submit button and make changing the target name_select ChoiceField update the target fields table: