
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
strapi-api-forms-fork
Advanced tools
Fork of strapi-api-forms by Daan de Gooijer. This fork includes custom modifications for project-specific needs.
A Strapi 5 plugin to create dynamic webforms, manage submission handlers and view submissions wrapped in a simple GUI.

Generating forms with A.I.

Hey there! I'm actively maintaining this project on my free time, and if you've found it useful, I'd greatly appreciate your support. Donations will help cover hosting costs, tools, and allow me to dedicate additional time for updates, features, and bug fixes.
You can contribute by donating through this link:
I’d be forever grateful for your generosity. Thank you for helping keep this project alive and growing! ❤️
To install this plugin, use the yarn or npm package manager. Run the following command in your Strapi project directory:
yarn add strapi-api-forms-fork
npm install strapi-api-forms-fork
API forms in the sidebar.To configure the plugin, add the following to your config/plugins.js file:
module.exports = {
"api-forms": {
enabled: true,
// When using AI functionality
config: {
ai: {
enabled: true,
apiEndpoint: env('OPEN_AI_API_ENDPOINT', 'https://api.openai.com/v1/chat/completions'),
apiKey: env('OPEN_AI_SECRET_KEY', ''),
model: 'gpt-4',
temperature: 0.3,
}
}
}
};
Here are the upcoming features and improvements planned for this project:
Multi-Step Form:
Implement a user-friendly multi-step form for better segmentation and organization of complex inputs.
Relational Fields with Content Types:
Add support for relational fields that dynamically populate dropdowns (select options) or other inputs from linked
content types.
Dependent Fields:
Introduce dependable fields that show or hide based on other field values for improved interactivity and usability.
New Field Types:
Add additional field types such as:
Note: This is an evolving roadmap, and features may adjust based on user feedback and development priorities. If you have any suggestions or ideas, feel free to contribute! 😊
Q: What versions of Strapi does this plugin support?
A: This plugin supports Strapi v5.x and higher.
Q: I encountered an issue. How can I get help?
A: Please check the "Troubleshooting" section below or open an issue
on GitHub.
This plugin is licensed under the MIT License. See the LICENSE file for more details.
We welcome contributions to make this plugin even more awesome! If you'd like to contribute, please follow these steps:
git checkout -b feature/new-feature).git commit -m 'Add new feature').git push origin feature/new-feature).If you encounter issues while using this plugin, here are some troubleshooting steps:
config/plugins.js.If these steps don't resolve the issue, feel free to open an issue on GitHub.
If you have questions, issues, or suggestions, feel free to reach out via GitHub Issues.
FAQs
Fork of strapi-api-forms - Create custom forms for websites
We found that strapi-api-forms-fork demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.