
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
n8n-nodes-form-trigger
Advanced tools
This is an n8n community node. It lets you create a form to start your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Compatibility
Usage
Resources
Version history
Follow the installation guide in the n8n community nodes documentation.
Tested against 0.191.1 and 0.192.2
Add the Form Trigger node to your workflow and either use the form builder or add your own custom html for your form. Once running use the Webhook GET URL.
When using custom HTML for your form make sure you include the name field for your form items unless you also change the javascript for the submission.
When coming up with your CSS the below HTML is the default structure used, In a future release using HTML from a file may be supported.
<html>
<head>
<title>{REPLACED WITH PAGE TITLE}</title>
<link rel="stylesheet" href="{REPLACED WITH BOOTSTRAP LINK}" crossorigin="anonymous">
<link rel="stylesheet" href="{REPLACED WITH CSS LINK}" crossorigin="anonymous">
<script src="{REPLACED WITH JQUERY LINK}" type="text/javascript"></script>
<script type="text/javascript">
${REPLACED WITH SUBMISSION JS}
</script>
</head>
<body>
<div class="container">
<div class="page">
<div id="status" style="display: none" class="alert alert-danger">
<p id="status-text" class="status-text">{REPLACED WITH MESSAGE FROM JS}</p>
</div>
<div class="form">
<h1>{REPLACED WITH PAGE TITLE}</h1>
<p>{REPLACED WITH FORM DESCRIPTION}</p>
<form action='#' method='POST' name='{REPLACED WITH FORM NAME}' id='{REPLCED WITH FORM ID}'>
<div class="item">
{REPLACED WITH CUSTOM HTML OR BUILDER}
</div>
<div class="btn-block">
<button type="submit">{REPLACED WITH SUBMIT LABEL}</button>
</div>
</form>
</div>
</div>
</div>
</body>
</html>
0.1.0 - Initial Release
FAQs
Form builder and trigger for n8n workflows
The npm package n8n-nodes-form-trigger receives a total of 58 weekly downloads. As such, n8n-nodes-form-trigger popularity was classified as not popular.
We found that n8n-nodes-form-trigger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.