Tags form

Add or remove tags on form submission. This may be useful when moving between steps in a multi-step process.

<perch:form 
    id="tags"
    method="post"
    app="pipit_members"
    add_tag="sometag,anothertag"
    remove_tag="unicorn"
    r="/next-step"
>     <perch:input type="submit" value="Next">
    <perch:input type="hidden" id="token" />
</perch:form>
link