Add Form To Page
Adds a form to a specific page on the website
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NINJA_FORMS_ADD_TO_PAGE])
Remove Form From Page
Removes a form from a specific page on the website
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NINJA_FORMS_REMOVE_FROM_PAGE])