
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
The only complete developer-focused form service in the world. Build any type of form. Integrate it into any framework.
KwesForms is the only complete developer-focused form service in the world. Build any type of form. Integrate it into any framework. No drag and drop, no unnecessary stylings. Enjoy:
Read more at kwes.io
# With npm
npm install kwesforms
# With yarn
yarn add kwesforms
// Use import
import kwesforms from 'kwesforms';
// or require
const kwesforms = require('kwesforms');
Include this method in the mounted function of the component/view that you will use KwesForms in.
kwesforms.init();
Create your form with your own HTML and CSS as you normally would. All you need to do is:
kwes-form class to your form tag.<form class="kwes-form" action="https://kwes.io/api/foreign/forms/{your_form_id}">
...
</form>
Add our validation rules to your fields inside a rules attribute. You can add multiple validation rules by seperating them with a | character. Our rules validate on the frontend and the backend simultaneously:
<input type="text" rules="required|min:5|alpha_dash">
Read more about our validation rules here.
FAQs
The only complete developer-focused form service in the world. Build any type of form. Integrate it into any framework.
We found that kwesforms 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.