Adding field to the end of a Fieldset
03 November 2024
Also you could use such approach
But first one is more convenience
Add the tags that you need to modify inside the qp-include tag, or right after the qp-include tag but in the top-level template tag of the HTML file.
Specify the attribute that includes the type of modification:
- before, after - put an element right before/after the referenced element
- append, prepend - put an element before/after all children of the referenced element
- remove, replace - remove the referenced element or replace it with another element
- modify - modify values of the attributes of the referenced element