1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Subscription form style

Discussion in 'Free Divi Community Forum' started by Sheikh Imran, Sep 10, 2024.

  1. Sheikh Imran

    Sheikh Imran New Member

    I need to design subscription form like the attached pic. I men want to replace submit button text with an arrow icon and also suggest which widget i use.
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Header Plugin - Add more varieties for your Divi header (12 premade styles) + menu hover effects:Learn More
  2. Divi Booster

    Divi Booster Divi Expert

    Probably the built-in Divi email opt-in module would be a good option - it is designed for subscriptions and supports most of the main subscription providers.

    To set up the general layout to be similar to your screenshot, in the Email Optin Settings, set:

    Content > Text > Title = "Subscribe"
    Content > Text > Button = " " (i.e. a single space so no text is shown)
    Content > Text > Body = "Enter email address"
    Content > Fields > Show First Name Field = No
    Content > Fields > Show Last Name Field = No
    Design > Layout > Layout = "Body On Top, Form On Bottom"
    Design > Button > Use Custom Styles for Button = Yes
    Design > Button > Button Border Width = 0px
    Design > Button > Button Icon = {right arrow icon}
    Design > Button > Only Show Icon On Hover for Button = No
    Advanced > Custom CSS > Module Elements > Subscribe Button = Enter the below css...

    Code:
    Log In or Sign Up to view this code.
    It doesn't deal with any of the fonts, colors, etc, but should get the elements more or less positioned as per your screenshot.

    Hope it helps!
     
  3. Sheikh Imran

    Sheikh Imran New Member

    1. PRO MEMBER PERKS Divi Block Pro - Premade card carousel design for your Divi site without using any plugins:View Demo
  4. Divi Booster

    Divi Booster Divi Expert

    You're welcome!