Cognito Forms
Cognito Forms is an easy-to-use online form builder that enables you to create everything from simple surveys to complex registration forms – no code required. Whether you’re using a pre-made template or starting from scratch, you can create forms to help your organization in just a matter of minutes. New to Cognito Forms? Watch a quick tutorial to get acquainted with the form builder, and learn how to create your first form! Features Data Collection Format numbers for calculations, dates and times, add values to dropdowns and checkboxes, capture electronic signatures, and collect file uploads using our drag-and-drop form builder. Data Management Creating your form and sharing it with your customers is just step one – what happens to all that data after it gets submitted? In Cognito Forms, you can sort through and filter down your entries, create customized data sets, and perform multiple tasks at once. Integrations Use Zapier, Microsoft Power Automate or Make to exchange data with thousands of applications. Create workflows and automatically trigger tasks directly from your form entries. And quickly set it all up using either no-code visual interfaces or JSON. Logic & Automation Set form behaviors and automate tasks using our visual conditional logic. Easily add text piping to make your forms more conversational. Or, enable actions that conditionally send notifications, include file attachments, perform calculations, or set limits in quantities and dates – all using our no-code/low-code visual interface. Security & Compliance Quickly create additional protections for fields and forms. Set organizational controls by the individual form or folder. Manage access and account permissions. And stay compliant with HIPAA, GDPR, CCPA and other security regulations. Online Payment Accept online payments directly through your forms – using Square, Stripe or PayPal. Whether you’re collecting a simple online donation or processing complex multi-variable transactions, you can do so easily on any of our plan levels.
Top keywords
- form8×2.60%
- forms8×2.60%
- data5×1.62%
- set4×1.30%
- builder3×0.97%
- cognito3×0.97%
- cognito forms3×0.97%
- form builder3×0.97%
- tasks3×0.97%
- visual3×0.97%
- add2×0.65%
- automate2×0.65%
Gatey – Login & SSO with Amazon Cognito
Gatey provides a seamless integration with Amazon Cognito for secure, scalable authentication in WordPress. This plugin supports both dynamic WordPress sites and statically generated WordPress frontends. Gatey is part of the WP Suite product family by Smart Cloud Solutions, Inc. WP Suite keeps WordPress as the CMS and editing layer, while optional connected features can extend selected workflows into modular AWS-backed services for identity, AI, APIs, workflows, protected routes, and static delivery. The free Gatey features described here do not require a WP Suite account or subscription; AWS services are used only where you configure them directly, such as your own Amazon Cognito user pool, or where you enable optional connected features. Key features include: – Amazon Cognito user pool login and registration – Fully translatable Authenticator screens — 22 built-in languages plus a custom-JSON option for overriding any string or adding new languages – Single Sign-On (SSO) integration with Social login, SAML, and OIDC providers – Gutenberg block, Elementor widget, and shortcode support – Multi-factor authentication (MFA) – Profile editing and password reset features – Secure API access with JWT or AWS IAM Signature authorization – Role-based access control You can find the plugin’s continuously expanding, detailed documentation at: WP Suite – Docs What’s on the site? – Get Started guide — quick start, installation, first‑time setup. – CSS/JS references — components, API, usage examples. – Creating User Pools — step‑by‑step instructions with AWS CloudFormation / CDK scripts. – Protecting static sites — full tutorial with point‑by‑point walkthroughs and AWS scripts. This plugin is not affiliated with or endorsed by Amazon Web Services or the WordPress Foundation. All trademarks are property of their respective owners. Free and Premium Usage Notice Gatey works entirely offline and provides full login and registration functionality via your WordPress installation without requiring any registration or subscription. Optional premium features (like advanced customization or frontend integrations) are only available after connecting your WordPress instance via a secure frontend-only JavaScript authenticator to our Gatey service. Registration and subscription are not required to use the core plugin functionality. All premium interactions happen client-side using standard AWS Amplify and Stripe components – no external PHP code is loaded or executed. Machine-readable resources AI plugin manifest: https://wpsuite.io/.well-known/ai-plugin.json OpenAPI spec: https://wpsuite.io/.well-known/openapi.yaml External Services This plugin integrates with the following third-party services: Amazon Cognito What it is & what it’s used for: A managed user-identity and authentication service from Amazon Web Services (AWS). We use Cognito User Pools to handle user registration, login, multi-factor authentication (MFA), password resets, and JWT issuance. What data is sent & when: Registration / Sign-up: username, email, and any required attributes are sent to Cognito for account creation. Sign-in / Authentication: username and password (and MFA code if enabled) are sent to Cognito for verification. Token exchange: on successful login, Cognito returns ID, access, and refresh tokens which are stored client-side for session management. Password reset & profile updates: relevant identifiers and new credentials or attributes are sent when users trigger those flows. Endpoints called: https://cognito-idp.{region}.amazonaws.com/{userPoolId} Other AWS API endpoints under the amazonaws.com domain. Links: Terms of Service: https://aws.amazon.com/service-terms/ Privacy Policy: https://aws.amazon.com/privacy/ Google reCAPTCHA v3 What it is & what it’s used for: A client-side bot-detection widget from Google that provides a score for interactions. We integrate reCAPTCHA v3 into the Authenticator block’s sign-up form by fetching a token in the browser. What data is sent & when: Client-side only: the plugin’s JS calls grecaptcha.execute() to retrieve a reCAPTCHA token and then includes that token in the sign-up request sent to Amazon Cognito. Server-side verification: only happens if you configure a Pre-SignUp Lambda in your Cognito user pool that calls Google’s siteverify API with your secret key. That Lambda is wholly under your control—Gatey does not handle or store your secret. Configuration in WordPress: Enter your reCAPTCHA v3 Site Key in Settings → General → reCAPTCHA v3 Public Key. No Secret Key is required by the plugin. Links: About reCAPTCHA v3: https://www.google.com/recaptcha/about/ Google Terms of Service: https://policies.google.com/terms Google Privacy Policy: https://policies.google.com/privacy WP Suite platform connection (optional; site/workspace linking & shared features) When it applies: When you use WP Admin → SmartCloud → Connect your Site to WP Suite to link this WordPress site to a WP Suite workspace, or to switch/disconnect later. What it’s used for: Storing and retrieving Pro feature configuration (e.g., API/chatbot/feature settings) and enabling an admin-side preview experience so you can try Pro features in WP Admin before enabling them on the live site. What data may be sent: Minimal account/session data required for authentication, and minimal site/workspace linking data required to associate a WordPress site with a workspace (e.g., site/workspace identifiers and the site’s URL/domain). Where it goes / how it’s called: Secure HTTPS requests from the browser to WPSuite.io services (e.g. wpsuite.io and api.wpsuite.io). Links: WPSuite.io Privacy Policy: https://wpsuite.io/privacy-policy WPSuite.io Terms of Use: https://wpsuite.io/terms-of-use Stripe (optional; subscription/purchase flow) When it applies: Only when the user opens the optional WP Suite subscription / purchase flow in the shared admin component. What it’s used for: Displaying hosted pricing/subscription UI for optional paid features. What data may be sent: Browser/session data required by Stripe to render the hosted purchase UI and process the purchase flow. Links: Terms: https://stripe.com/legal/consumer Privacy: https://stripe.com/privacy Client-Side Libraries AWS Amplify Authenticator What it is & why we use it: A React UI component library from the Amplify Framework. We embed its component inside our Gutenberg block to render and manage the login/signup flows. What it does: Renders sign-in, sign-up, MFA, and password-reset forms. Under the hood it calls the Amazon Cognito APIs (see External Services entry), but does not itself authenticate or store secrets. Docs & source: GitHub repo: https://github.com/aws-amplify/amplify-ui Docs: https://ui.docs.amplify.aws/react/connected-components/authenticator Trademark Notice Amazon Web Services, AWS, and Amazon Cognito are trademarks of Amazon.com, Inc. or its affiliates. Gatey is an independent open-source project and is not affiliated with, sponsored by, or endorsed by Amazon Web Services. All references to “Amazon Cognito” are made purely to describe this plugin’s interoperability. Source & Build Public (free) source code: All of the code that ships in this public ZIP (the “free” version) is published here: https://github.com/smartcloudsol/gatey WP Suite Admin source code: The wpsuite-admin/ directory contains modules originating from the SmartCloud WP Suite project: https://github.com/smartcloudsol/smartcloud-wpsuite This shared component handles WP Suite workspace linking, licence validation, and subscription management, and will be included in all upcoming WP Suite plugins. Premium-only features: We maintain a fork of the AWS Amplify Authenticator (with Edit Account, Setup TOTP, etc.) and any additional paid-only screens and services in a private repository. Those files are not part of this public source.