PrestaShop

Custom signup and login forms with PrestaShop

Connect PrestaShop to Arengu and build custom registration and login forms, enable social login, add 2FA or use passwordless flows to authenticate your users.

How it works

Just 2 steps to start using Arengu in your PrestaShop site

1. Install the module

Go to your Prestashop admin panel, open "Modules" tab and upload our module. This module will generate an API key which you can use to connect with PrestaShop's authentication system and create custom flows.

Download it

2. Connect your flows

Go to Arengu's flow editor and build your custom sign-up or authentication flow using PrestaShop's actions and adding your generated API key. You can sign up users, authenticate them with or without password (passwordless flows) or check if an email is already registered or not.

Get started free

Popular uses cases

Use ready-made templates to build complex use cases in minutes. Or build yours from scratch for a completely custom logic for your form.

Signup and registration flows

Wether you're a SaaS company that needs a frictionless signup experience, or a fintech company that requires complex verifications flows (KYC/KYB), we help you create the ideal signup flow with best practices and no effort.

Popular features
Integrate with your API
Email / SMS verification
Insights & analytics
Stripe integration
Learn more

Onboarding and profiling flows

Extend your current signup flow with onboarding or profiling forms that gather extra information about your users. This will help you set the right journey to convert more users depending on their role, industry or desired use case.

Popular features
Conditional logic
Embeddable form
Auth0 integration
User qualification
Learn more

Advanced lead generation flows

Create different paths and automations depending on who's filling out the form and focus on the most relevant leads. For example, if the user belongs to a big company, display your calendar widget, otherwise, they'll see a thank you message.

Popular features
HubSpot integration
Waiting lists
3rd party widgets
Instant notifications
Learn more

Powerful alone. Better together.

All-in-one solution to build, automate and scale your signup flows.

Forms

Drag & drop form builder

Easily create your custom form with our drag & drop builder. Add multiple steps, require payment details, add custom server-side logic... without writing a single line of code.

  • Forms with Flows

  • Approval workflows

  • Multi-step forms fields

  • Payment fields

Learn about Forms

Flows

Visual flow editor

Easily build server-side logic that can be used in your forms or as a standalone product. Create custom validations, integrate with other APIs or automate tasks without coding.

  • Validation flows

  • Eliminate maintenance costs.

  • Easy to integrate with your stack.

Learn about Flows

Pages

Hosted static pages

Maximize your conversion rates building dedicated static pages at scale with message-matched content and get the best results for your ad campaigns.

  • Simple HTML templates

  • Automated pages from a .CSV file

  • HTTPS & CDN-hosted assets

  • Mustache template tags

Learn about Pages

Made for developers

Embed it everywhere

Perfect fit with every frontend framework, thanks to our JS SDK, just with a simple line of code. Including popular CMS platforms, and landing page builders.

Explore the docs
<script async src="https://sdk.arengu.com/forms.js"></script>
<div data-arengu-form-id="YOUR_FORM_ID"></div>
import React from "react"
import { ArenguForm } from "react-arengu-forms"

const IndexPage = () => (
  <div>
    <ArenguForm id="YOUR_FORM_ID" />
  </div>
)

export default IndexPage
import React from "react"
import { ArenguForm } from "gatsby-plugin-arengu-forms"

const IndexPage = () => (
  <div>
    <ArenguForm id="YOUR_FORM_ID" />
  </div>
)

export default IndexPage
[arengu-form id="YOUR_FORM_ID"]

Perfect fit with every frontend framework, thanks to our JS SDK, just with a simple line of code. Including popular CMS platforms, and landing page builders.

Explore our plugins