In any template, if you want to have a tag "ajaxified", you must add a data-ajax attribute to the tag. For links, you would add data-ajax="" . For <input type="submit" tags, you would add the following: data-ajax="(formid)" data-action="(formaction)" , where (formid) is the ID in the <form> tag, and ...