{"id":16215,"date":"2025-12-08T12:38:19","date_gmt":"2025-12-08T11:38:19","guid":{"rendered":"https:\/\/altaydagistan.com\/?page_id=16215"},"modified":"2026-07-23T07:10:36","modified_gmt":"2026-07-23T06:10:36","slug":"ad-pro-forms-wordpress-form-builder","status":"publish","type":"page","link":"https:\/\/altaydagistan.com\/en\/ad-pro-forms-wordpress-form-builder\/","title":{"rendered":"AD Pro Forms - Forms plugin for WordPress"},"content":{"rendered":"\n<style>\n\/* ============ AD PRO FORMS LANDING V2 (prefix apf-) ============ *\/\n  html { scroll-behavior: smooth; }\n\n  .apf-page {\n    --apf-orange: #ff7120;\n    --apf-orange-hover: #ff8b4a;      \/* hover = lighter shade *\/\n    --apf-green: #4cb731;\n    --apf-green-light: #e5f5e1;\n    --apf-border: #434343;\n    --apf-card-bg: #11111b;\n    --apf-white: #ffffff;\n    --apf-text: #c2c2c2;\n    --apf-muted: #8e8e8e;\n    --apf-dark-text: #1c1c1c;\n    --apf-shine: rgba(224, 229, 235, 0.5);\n    --apf-font-head: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;\n    --apf-font-body: 'Manrope', ui-sans-serif, system-ui, sans-serif;\n    font-family: var(--apf-font-body);\n    background-color: #0A0A12;\n    color: var(--apf-white);\n  }\n  .apf-page * { box-sizing: border-box; margin: 0; padding: 0; }\n  .apf-page img { pointer-events: none; }\n\n  .apf-container { max-width: 1290px; margin: 0 auto; padding: 0; }\n  .apf-section { padding: 50px 0; }\n\n  .apf-page h1, .apf-page h2, .apf-page h3 { font-family: var(--apf-font-head); color: var(--apf-white); }\n  .apf-accent { color: var(--apf-orange); }\n\n  \/* Card gradient shared by value cards + grid cards + pricing wrapper *\/\n  .apf-grad { background: linear-gradient(to top, #000000 0%, #15151d 63%); }\n\n  \/* ---------- Buttons ---------- *\/\n  .apf-btn {\n    display: inline-flex; align-items: center; justify-content: center; gap: 8px;\n    min-height: 50px; padding: 6px 26px; border-radius: 4px;\n    font-family: var(--apf-font-head); font-size: 16px; font-weight: 600;\n    text-decoration: none; cursor: pointer; transition: background-color 0.2s, border-color 0.2s;\n    border: 1px solid var(--apf-shine); line-height: 1.4;\n  }\n  .apf-btn svg { width: 20px; height: 20px; display: block; flex-shrink: 0; }\n  .apf-btn-primary { background: var(--apf-orange); color: #fff !important; }\n  .apf-btn-primary:hover { background: var(--apf-orange-hover); color: #fff !important; }\n  .apf-btn-ghost { background: transparent; color: #fff !important; }\n  .apf-btn-ghost:hover { border-color: #ffffff; color: #fff !important; }\n\n  \/* ---------- HERO ---------- *\/\n  .apf-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 40px 0 60px; }\n  .apf-hero-visual img { width: 100%; max-width: 585px; height: auto; display: block; border-radius: 8px; }\n  .apf-hero-logo { width: 197px; height: auto; display: block; margin-bottom: 30px; }\n  .apf-hero h1 { font-size: clamp(28px, 3.2vw, 36px); font-weight: 700; line-height: 1.36; margin-bottom: 26px; max-width: 585px; }\n  .apf-hero-sub { font-size: 15px; line-height: 1.6; color: var(--apf-muted); max-width: 585px; margin-bottom: 32px; }\n  .apf-hero-btns { display: flex; gap: 20px; flex-wrap: wrap; }\n\n  \/* ---------- VALUE CARDS (5) ---------- *\/\n  .apf-values { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; }\n  .apf-value-card {\n    border: 1px solid var(--apf-border); border-radius: 8px; padding: 21px;\n    display: flex; flex-direction: column; gap: 15px;\n    transition: border-color 0.25s, transform 0.25s;\n  }\n  .apf-value-card:hover { border-color: var(--apf-orange); transform: translateY(-4px); }\n  .apf-icon-box {\n    width: 42px; height: 42px; border-radius: 8px; background: #f4f4f4;\n    display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n  }\n  .apf-icon-box svg { width: 22px; height: 22px; display: block; }\n  .apf-value-card h3 { font-size: 19px; font-weight: 700; line-height: 1.5; }\n  .apf-value-card p { font-size: 15px; line-height: 1.65; color: var(--apf-text); }\n\n  \/* ---------- WHY \/ SHOWCASES ---------- *\/\n  .apf-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }\n  .apf-h2 { font-size: 24px; font-weight: 700; line-height: 1.75; margin-bottom: 10px; }\n  .apf-split p { font-size: 15px; line-height: 1.65; color: var(--apf-text); margin-bottom: 10px; max-width: 640px; }\n  .apf-split p:last-child { margin-bottom: 0; }\n  .apf-split p strong { color: var(--apf-text); font-weight: 700; }\n  .apf-split-img img { width: 100%; height: auto; display: block; border: 1px solid var(--apf-border); border-radius: 8px; }\n\n  .apf-showcase { display: flex; gap: 50px; align-items: center; margin-bottom: 50px; }\n  .apf-showcase:last-child { margin-bottom: 0; }\n  .apf-showcase-img { flex-shrink: 0; width: 44%; }\n  .apf-showcase-img.apf-w-sm { width: 35%; }\n  .apf-showcase-img.apf-w-md { width: 32%; }\n  .apf-showcase-img img { width: 100%; height: auto; display: block; border: 1px solid var(--apf-border); border-radius: 4px; }\n\n  \/* ---------- SECTION HEADERS (centered) ---------- *\/\n  .apf-section-head { text-align: center; margin-bottom: 50px; }\n  .apf-section-head h2 { font-size: 28px; font-weight: 700; line-height: 1.5; margin-bottom: 10px; }\n  .apf-section-head p { font-size: 15px; line-height: 1.65; color: var(--apf-text); max-width: 500px; margin: 0 auto; }\n\n  \/* ---------- FEATURE GRID (16) ---------- *\/\n  .apf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }\n  .apf-grid-card {\n    border: 1px solid transparent; border-radius: 12px; padding: 29px 25px;\n    display: flex; flex-direction: column; gap: 15px;\n    transition: transform 0.25s, box-shadow 0.25s;\n    background:\n      linear-gradient(to top, #000000 0%, #15151d 63%) padding-box,\n      linear-gradient(180deg, rgba(255, 113, 32, 0) 0%, var(--apf-orange) 100%) border-box;\n  }\n  .apf-grid-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px -8px rgba(255, 113, 32, 0.25); }\n  .apf-grid-card .apf-icon-box { width: 48px; height: 48px; border-radius: 10px; }\n  .apf-grid-card .apf-icon-box svg { width: 24px; height: 24px; }\n  .apf-grid-card h3 { font-size: 19px; font-weight: 700; line-height: 1.4; letter-spacing: -0.01em; }\n  .apf-grid-card p { font-size: 15px; line-height: 1.6; color: var(--apf-text); }\n\n  \/* ---------- CTA BANDS ---------- *\/\n  .apf-cta { display: flex; gap: 50px; align-items: center; }\n  .apf-cta-img { flex-shrink: 0; width: 47%; }\n  .apf-cta-img img { width: 100%; height: auto; display: block; }\n  .apf-cta-logo { width: 180px; height: auto; display: block; margin-bottom: 12px; }\n  .apf-cta h2 { font-size: 22px; font-weight: 700; line-height: 1.9; margin-bottom: 30px; }\n  .apf-cta-btns { display: flex; gap: 20px; flex-wrap: wrap; }\n\n  \/* ---------- PRICING ---------- *\/\n  .apf-pricing-wrap {\n    border: 1px solid var(--apf-border); border-radius: 24px; padding: 61px 41px;\n    background: linear-gradient(44.6deg, #000000 3.12%, #15151d 62.6%);\n    scroll-margin-top: 24px;\n  }\n  .apf-tabs-row { display: flex; justify-content: center; margin-bottom: 40px; }\n  .apf-tabs { display: inline-flex; background: #f1f5f9; padding: 5px; border-radius: 50px; box-shadow: inset 0 2px 4px rgba(0,0,0,0.05); }\n  .apf-tab-btn {\n    padding: 12px 28px; border-radius: 40px; border: none; background: transparent;\n    font-family: var(--apf-font-body); font-weight: 700; font-size: 16px;\n    color: var(--apf-dark-text); cursor: pointer; transition: background-color 0.3s, color 0.3s;\n  }\n  .apf-tab-btn:hover { color: var(--apf-orange); }\n  .apf-tab-btn.apf-active { background: var(--apf-orange); color: #ffffff; box-shadow: 0 2px 3px rgba(0,0,0,0.2); }\n  .apf-tab-btn.apf-active:hover { background: var(--apf-orange-hover); color: #ffffff; }\n\n  .apf-plans { display: none; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: flex-start; padding-top: 30px; }\n  .apf-plans.apf-active { display: grid; animation: apfFadeIn 0.4s ease-out; }\n  @keyframes apfFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n\n  .apf-plan { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 33px 25px; position: relative; display: flex; flex-direction: column; }\n  .apf-plan.apf-popular { border: none; box-shadow: 0 0 18px rgba(76, 183, 49, 0.58); }\n  .apf-popular-badge {\n    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);\n    background: var(--apf-green); color: #ffffff; padding: 6px 16px; border-radius: 20px;\n    font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;\n    box-shadow: 0 4px 4px rgba(0,0,0,0.22); white-space: nowrap;\n  }\n  .apf-plan-head { text-align: center; border-bottom: 1px solid #e2e8f0; padding-bottom: 25px; margin-bottom: 24px; }\n  .apf-plan-name { font-size: 22px; font-weight: 700; color: var(--apf-dark-text) !important; font-family: var(--apf-font-head); margin-bottom: 12px; }\n  .apf-price-row { display: flex; justify-content: center; align-items: baseline; gap: 6px; flex-wrap: wrap; }\n  .apf-price { font-size: 40px; font-weight: 800; color: var(--apf-green); line-height: 1.2; }\n  .apf-price-period { font-size: 16px; color: var(--apf-dark-text); font-weight: 500; }\n  .apf-trial-badge {\n    display: inline-block; margin-top: 12px; font-size: 14px; font-weight: 600;\n    color: var(--apf-dark-text); background: var(--apf-green-light); padding: 4px 12px; border-radius: 4px;\n  }\n  .apf-plan-list { list-style: none; --theme-list-indent: 0; padding-inline-start: 0; margin: 0 0 32px; flex-grow: 1; }\n  .apf-plan-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--apf-dark-text); line-height: 1.4; margin-bottom: 12px; }\n  .apf-plan-list li svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; }\n  .apf-plan-list li strong { font-weight: 700; }\n  .apf-plan-btn {\n    width: 100%; padding: 16px 21px; border-radius: 4px; border: 1px solid var(--apf-shine);\n    background: var(--apf-orange); color: #ffffff; font-family: var(--apf-font-body);\n    font-size: 18px; font-weight: 700; cursor: pointer; text-align: center; transition: background-color 0.2s;\n  }\n  .apf-plan-btn:hover { background: var(--apf-orange-hover); color: #ffffff; }\n  .apf-trial-link { display: block; text-align: center; margin-top: 12px; font-size: 14px; font-weight: 600; color: var(--apf-dark-text) !important; text-decoration: underline; }\n  .apf-trial-link:hover { color: var(--apf-orange) !important; text-decoration: none; }\n\n  \/* ---------- FULL FEATURE LIST ---------- *\/\n  .apf-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: start; }\n  .apf-cat { margin-bottom: 36px; }\n  .apf-cat:last-child { margin-bottom: 0; }\n  .apf-cat-title {\n    font-size: 16px; font-weight: 700; color: var(--apf-white);\n    margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--apf-border);\n  }\n  .apf-cat-list { list-style: none; --theme-list-indent: 0; padding-inline-start: 0; margin: 0; }\n  .apf-cat-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 13.5px; color: var(--apf-text); line-height: 1.5; margin-bottom: 10px; font-family: var(--apf-font-body); }\n  .apf-cat-list li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; }\n\n  \/* ---------- COMPARISON TABLE 2.0 (criterion column + AD Pro Forms featured card) ---------- *\/\n  .apf-cmp2-wrap {\n    border: 1px solid var(--apf-border); border-radius: 24px; padding: 52px 36px 44px;\n    background: linear-gradient(44.6deg, #000000 3.12%, #15151d 62.6%);\n    overflow: visible;\n  }\n  .apf-cmp2-grid { position: relative; display: grid; grid-template-columns: minmax(170px, 1.25fr) minmax(190px, 1.35fr) minmax(130px, 1fr) minmax(130px, 1fr); }\n  .apf-cmp2-row { display: contents; }\n  .apf-cmp2-featured-bg {\n    grid-column: 2; grid-row: 1 \/ 10; margin: -16px -8px; z-index: 1;\n    background: linear-gradient(180deg, #ffffff 0%, #f7f7f8 100%); border: 1px solid rgba(255,113,32,0.38); border-radius: 20px;\n    box-shadow: 0 24px 48px -16px rgba(0,0,0,0.55);\n  }\n  .apf-cmp2-cell {\n    position: relative; z-index: 2; display: flex; align-items: center; gap: 12px;\n    padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,0.08); min-height: 64px;\n  }\n  .apf-cmp2-col-crit { grid-column: 1; padding-left: 4px; padding-right: 28px; }\n  .apf-cmp2-col-1 { grid-column: 2; padding-left: 24px; padding-right: 24px; border-bottom-color: rgba(28,28,28,0.11); }\n  .apf-cmp2-col-2 { grid-column: 3; padding-left: 34px; padding-right: 22px; background: rgba(255,255,255,0.018); }\n  .apf-cmp2-col-3 { grid-column: 4; padding-left: 24px; padding-right: 4px; border-left: 1px solid rgba(255,255,255,0.06); }\n  .apf-cmp2-row--head .apf-cmp2-cell { grid-row: 1; }\n  .apf-cmp2-row-1 .apf-cmp2-cell { grid-row: 2; }\n  .apf-cmp2-row-2 .apf-cmp2-cell { grid-row: 3; }\n  .apf-cmp2-row-3 .apf-cmp2-cell { grid-row: 4; }\n  .apf-cmp2-row-4 .apf-cmp2-cell { grid-row: 5; }\n  .apf-cmp2-row-5 .apf-cmp2-cell { grid-row: 6; }\n  .apf-cmp2-row-6 .apf-cmp2-cell { grid-row: 7; }\n  .apf-cmp2-row-7 .apf-cmp2-cell { grid-row: 8; }\n  .apf-cmp2-row--price .apf-cmp2-cell { grid-row: 9; border-bottom: none; }\n  .apf-cmp2-cell--crit { color: var(--apf-white); font-size: 13.5px; font-weight: 600; line-height: 1.45; justify-content: flex-start; }\n  .apf-cmp2-row--head .apf-cmp2-cell--crit { visibility: hidden; }\n  .apf-cmp2-row--head .apf-cmp2-col-2, .apf-cmp2-row--head .apf-cmp2-col-3 {\n    font-family: var(--apf-font-head); font-weight: 700; font-size: 12px; color: #a7a7b0;\n    text-transform: uppercase; letter-spacing: 0.06em; justify-content: flex-start;\n  }\n  .apf-cmp2-cell--val { justify-content: flex-start; }\n  .apf-cmp2-cell--val svg { width: 20px; height: 20px; flex-shrink: 0; }\n  .apf-cmp2-val-text { font-size: 12.5px; line-height: 1.35; color: var(--apf-text); text-align: left; }\n  .apf-cmp2-cell--adpf { justify-content: flex-start; }\n  .apf-cmp2-cell--adpf svg { width: 22px; height: 22px; flex-shrink: 0; }\n  .apf-cmp2-adpf-text { font-size: 12.5px; line-height: 1.35; color: var(--apf-dark-text); text-align: left; font-weight: 600; }\n  .apf-cmp2-yes { color: var(--apf-green); }\n  .apf-cmp2-no { color: #e0605a; }\n  .apf-cmp2-partial { color: #d4963a; }\n  .apf-cmp2-cell--brand {\n    flex-direction: column; gap: 4px; align-items: flex-start; justify-content: center; text-align: left;\n    font-family: var(--apf-font-head); font-weight: 800; font-size: 17px; color: var(--apf-dark-text);\n    padding-top: 22px; padding-bottom: 16px;\n  }\n  .apf-cmp2-brand-badge {\n    font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;\n    color: var(--apf-orange); background: rgba(255,113,32,0.12); padding: 3px 10px; border-radius: 20px; margin-bottom: 2px;\n  }\n  .apf-cmp2-cell--cta { flex-direction: column; align-items: center; gap: 10px; padding: 20px 18px 24px; border-bottom: none; }\n  .apf-cmp2-price { font-family: var(--apf-font-body); font-size: 13px; color: var(--apf-muted); text-align: center; }\n  .apf-cmp2-price strong { display: block; font-family: var(--apf-font-head); font-size: 24px; color: var(--apf-dark-text); font-weight: 800; line-height: 1.3; }\n  .apf-cmp2-btn { width: 100%; justify-content: center; }\n  .apf-cmp2-legend { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; margin-top: 28px; }\n  .apf-cmp2-legend span { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--apf-muted); }\n  .apf-cmp2-legend svg { width: 14px; height: 14px; flex-shrink: 0; }\n\n  \/* ---------- TRUST BLOCKS ---------- *\/\n  .apf-trust-row { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; }\n  .apf-trust {\n    background: var(--apf-card-bg); border: 1px solid var(--apf-border); border-radius: 8px;\n    width: 193px; padding: 28px 20px 18px; display: flex; flex-direction: column; align-items: center; gap: 17px;\n  }\n  .apf-trust-icon { background: #f4f4f4; border-radius: 12px; padding: 15px; display: flex; color: var(--apf-orange); }\n  .apf-trust-icon svg { width: 32px; height: 32px; display: block; }\n  .apf-trust p { font-family: var(--apf-font-head); font-size: 15px; font-weight: 700; color: var(--apf-white); text-align: center; white-space: nowrap; }\n\n  \/* ---------- FAQ ---------- *\/\n  .apf-faq-title { text-align: center; font-size: 28px; font-weight: 700; margin-bottom: 30px; }\n  .apf-faq-list { display: flex; flex-direction: column; gap: 10px; }\n  .apf-faq-item { background: var(--apf-card-bg); border: 1px solid var(--apf-border); border-radius: 8px; overflow: hidden; transition: border-color 0.2s; }\n  .apf-faq-item.apf-faq-open { border-color: rgba(255, 113, 32, 0.55); }\n  .apf-faq-trigger {\n    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;\n    padding: 18px 21px; background: none; border: none; cursor: pointer; text-align: left;\n  }\n  .apf-faq-q { font-family: var(--apf-font-head); font-size: 16px; font-weight: 700; color: var(--apf-white); line-height: 1.5; }\n  .apf-faq-chevron { flex-shrink: 0; width: 16px; height: 16px; color: var(--apf-muted); transition: transform 0.25s ease; }\n  .apf-faq-item.apf-faq-open .apf-faq-chevron { transform: rotate(90deg); color: var(--apf-orange); }\n  .apf-faq-body { display: none; padding: 0 21px 20px; }\n  .apf-faq-a { font-size: 14.5px; color: var(--apf-text); line-height: 1.7; }\n  .apf-faq-a strong { color: var(--apf-white); font-weight: 700; }\n\n  \/* ---------- RESPONSIVE ---------- *\/\n  @media (max-width: 1100px) {\n    .apf-values { grid-template-columns: repeat(3, 1fr); }\n    .apf-grid { grid-template-columns: repeat(3, 1fr); }\n  }\n  @media (max-width: 999.98px) {\n    .apf-hero { grid-template-columns: 1fr; padding: 30px 0 40px; }\n    .apf-hero-visual { order: 2; }\n    .apf-hero-text { order: 1; }\n    .apf-split { grid-template-columns: 1fr; gap: 30px; }\n    .apf-showcase { flex-direction: column; align-items: flex-start; gap: 24px; margin-bottom: 60px; }\n    .apf-showcase-img, .apf-showcase-img.apf-w-sm, .apf-showcase-img.apf-w-md { width: 100%; }\n    .apf-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n    .apf-values { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n    .apf-cta { flex-direction: column-reverse; align-items: flex-start; gap: 30px; }\n    .apf-cta-img { width: 100%; }\n    .apf-plans { grid-template-columns: 1fr; gap: 30px; }\n    .apf-plan.apf-popular { order: -1; }\n    .apf-cols { grid-template-columns: 1fr 1fr; }\n    .apf-pricing-wrap { padding: 45px 24px; }\n    .apf-cmp2-wrap { padding: 48px 22px 40px; }\n    .apf-cmp2-grid { grid-template-columns: minmax(145px, 1.2fr) minmax(170px, 1.35fr) minmax(110px, 1fr) minmax(110px, 1fr); }\n    .apf-cmp2-col-crit { padding-right: 20px; }\n    .apf-cmp2-col-1 { padding-left: 20px; padding-right: 20px; }\n    .apf-cmp2-col-2 { padding-left: 30px; padding-right: 18px; }\n    .apf-cmp2-col-3 { padding-left: 18px; }\n  }\n  @media (max-width: 689.98px) {\n    .apf-section { padding: 36px 0; }\n    .apf-values { grid-template-columns: 1fr; }\n    .apf-grid { grid-template-columns: 1fr; }\n    .apf-cols { grid-template-columns: 1fr; }\n    .apf-hero-btns .apf-btn, .apf-cta-btns .apf-btn { flex: 1 1 100%; }\n    .apf-tabs { width: 100%; display: flex; }\n    .apf-tab-btn { flex: 1; padding: 10px; font-size: 14px; }\n    .apf-price { font-size: 32px; }\n    .apf-pricing-wrap { padding: 36px 16px; border-radius: 16px; }\n    .apf-trust-row { gap: 16px; }\n    .apf-trust { width: calc(50% - 8px); }\n    .apf-trust p { font-size: 13px; white-space: normal; }\n    .apf-faq-q { font-size: 15px; }\n    .apf-cmp2-wrap { padding: 28px 16px; border-radius: 16px; }\n    .apf-cmp2-featured-bg { display: none; }\n    .apf-cmp2-grid { display: block; }\n    .apf-cmp2-row { display: block; border: 1px solid var(--apf-border); border-radius: 12px; padding: 4px 16px; margin-bottom: 10px; background: var(--apf-card-bg); }\n    .apf-cmp2-row--head, .apf-cmp2-row--price { display: none; }\n    .apf-cmp2-cell { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); min-height: auto; color: var(--apf-white); }\n    .apf-cmp2-col-2 { background: transparent; }\n    .apf-cmp2-col-3 { border-left: none; }\n    .apf-cmp2-row .apf-cmp2-cell:last-child { border-bottom: none; }\n    .apf-cmp2-cell--crit { visibility: visible; font-weight: 700; color: var(--apf-white); font-size: 13px; padding: 12px 0 4px; border-bottom: none; }\n    .apf-cmp2-cell--val .apf-cmp2-val-text { display: none; }\n    .apf-cmp2-cell--adpf .apf-cmp2-adpf-text { display: none; }\n    .apf-cmp2-cell--adpf::before, .apf-cmp2-cell--val::before { content: attr(data-label); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--apf-muted); }\n  }\n<\/style>\n\n<div class=\"apf-page\">\n\n  <!-- ============ HERO ============ -->\n  <section class=\"apf-container apf-hero\">\n    <div class=\"apf-hero-visual\">\n      <img decoding=\"async\" src=\"https:\/\/altaydagistan.com\/wp-content\/uploads\/2026\/07\/ad-pro-forms-wordpress-plugin-wordpress-img.webp\" alt=\"AD Pro Forms &middot; constructeur de formulaires WordPress\" loading=\"eager\" title=\"\">\n    <\/div>\n    <div class=\"apf-hero-text\">\n      <img decoding=\"async\" class=\"apf-hero-logo\" src=\"https:\/\/altaydagistan.com\/wp-content\/uploads\/2026\/07\/AD-Pro-Forms-Horizantal-Logo.png\" alt=\"Logo AD Pro Forms\" title=\"\">\n      <h1>Cr&eacute;ez des formulaires WordPress &eacute;l&eacute;gants, l&eacute;gers et faciles &agrave;&nbsp;g&eacute;rer<\/h1>\n      <p class=\"apf-hero-sub\">Construisez vos formulaires visuellement, personnalisez leur apparence et g&eacute;rez les soumissions directement depuis WordPress. AD Pro Forms r&eacute;unit les fonctions r&eacute;ellement utiles dans une interface propre, rapide et sans&nbsp;publicit&eacute;.<\/p>\n      <div class=\"apf-hero-btns\">\n        <a href=\"#pricing\" class=\"apf-btn apf-btn-primary\"><svg viewBox=\"0 0 22.4199 16.2031\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path id=\"Union\" d=\"M19.498 0C21.1116 0.000250531 22.4199 1.30825 22.4199 2.92188V13.2812C22.4197 14.8946 21.1114 16.2029 19.498 16.2031H2.92188C1.30826 16.2031 0.000263831 14.8948 0 13.2812V2.92188C0 1.3081 1.3081 0 2.92188 0H19.498ZM2.92188 1.69922C2.24698 1.69922 1.69922 2.24698 1.69922 2.92188V13.2812C1.69948 13.9559 2.24715 14.5039 2.92188 14.5039H19.498C20.1726 14.5037 20.7195 13.9558 20.7197 13.2812V2.92188C20.7197 2.24714 20.1727 1.69947 19.498 1.69922H2.92188ZM7.06543 4.14355C7.84009 4.14363 8.58298 4.45138 9.13086 4.99902C9.67884 5.547 9.9873 6.29047 9.9873 7.06543V11.209C9.9873 11.6784 9.60616 12.0596 9.13672 12.0596C8.66767 12.0591 8.28711 11.6781 8.28711 11.209V9.9873H5.84277V11.209C5.84277 11.6784 5.46261 12.0596 4.99316 12.0596C4.52392 12.0593 4.14355 11.6783 4.14355 11.209V7.06543C4.14355 6.29057 4.45118 5.54698 4.99902 4.99902C5.5469 4.45114 6.29062 4.14367 7.06543 4.14355ZM14.835 4.14355C15.7471 4.14355 16.6225 4.50552 17.2676 5.15039C17.9127 5.79548 18.2754 6.67072 18.2754 7.58301V8.61914C18.2754 9.53148 17.9127 10.4066 17.2676 11.0518C16.6225 11.6967 15.7472 12.0596 14.835 12.0596H13.7988C13.4363 12.0594 13.0884 11.9146 12.832 11.6582C12.5757 11.4017 12.4317 11.054 12.4316 10.6914V5.51074C12.4318 5.14817 12.5757 4.80038 12.832 4.54395C13.0884 4.28758 13.4363 4.14376 13.7988 4.14355H14.835ZM14.1309 10.3594H14.835C15.2963 10.3594 15.7391 10.1757 16.0654 9.84961C16.3917 9.5233 16.5752 9.08062 16.5752 8.61914V7.58301C16.5752 7.12159 16.3917 6.67882 16.0654 6.35254C15.7392 6.02648 15.2962 5.84277 14.835 5.84277H14.1309V10.3594ZM7.06543 5.84277C6.74149 5.84289 6.43024 5.9721 6.20117 6.20117C5.97214 6.43032 5.84277 6.74144 5.84277 7.06543V8.28809H8.28711V7.06543C8.28711 6.74146 8.15869 6.43032 7.92969 6.20117C7.7006 5.9722 7.38933 5.84284 7.06543 5.84277Z\" fill=\"var(--fill-0, white)\"\/><\/svg> Essayer Pro<\/a>\n        <a href=\"https:\/\/fr.wordpress.org\/plugins\/ad-pro-forms\/\" class=\"apf-btn apf-btn-ghost\" target=\"_blank\" rel=\"noopener\"><svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Text\"><path id=\"Union\" d=\"M15.2002 9.59961C15.6419 9.59971 16 9.95863 16 10.4004V13.5996C16 14.2361 15.747 14.8468 15.2969 15.2969C14.8468 15.747 14.2361 16 13.5996 16H2.40039C1.76387 16 1.15321 15.747 0.703125 15.2969C0.253038 14.8468 0 14.2361 0 13.5996V10.4004C0 9.95863 0.358067 9.59971 0.799805 9.59961C1.24163 9.59961 1.59961 9.95856 1.59961 10.4004V13.5996C1.59961 13.8118 1.68396 14.016 1.83398 14.166C1.98401 14.316 2.18822 14.4004 2.40039 14.4004H13.5996C13.8118 14.4004 14.016 14.316 14.166 14.166C14.316 14.016 14.4004 13.8118 14.4004 13.5996V10.4004C14.4004 9.95856 14.7584 9.59961 15.2002 9.59961ZM8 0C8.44176 9.6624e-08 8.7997 0.358067 8.7998 0.799805V8.46875L11.4346 5.83398C11.7469 5.52192 12.2531 5.52191 12.5654 5.83398C12.8778 6.1464 12.8778 6.6534 12.5654 6.96582L8.56543 10.9658C8.47854 11.0526 8.37611 11.1138 8.26758 11.1523C8.25489 11.1569 8.24247 11.1621 8.22949 11.166C8.21789 11.1695 8.20605 11.1719 8.19434 11.1748C8.18233 11.1778 8.17041 11.1811 8.1582 11.1836C8.15337 11.1846 8.1484 11.1847 8.14355 11.1855C8.09689 11.194 8.0491 11.2002 8 11.2002C7.95056 11.2002 7.90243 11.1941 7.85547 11.1855C7.85063 11.1847 7.84565 11.1846 7.84082 11.1836C7.82862 11.1811 7.81668 11.1778 7.80469 11.1748C7.79298 11.1719 7.78112 11.1695 7.76953 11.166C7.75657 11.1621 7.74412 11.1569 7.73145 11.1523C7.62324 11.1138 7.52123 11.0524 7.43457 10.9658L3.43457 6.96582C3.12215 6.6534 3.12215 6.1464 3.43457 5.83398C3.74693 5.52192 4.25308 5.52191 4.56543 5.83398L7.2002 8.46875V0.799805C7.2003 0.358067 7.55824 0 8 0Z\" fill=\"var(--fill-0, #FF7120)\"\/><\/g><\/svg> T&eacute;l&eacute;charger<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ VALUE CARDS ============ -->\n  <section class=\"apf-container apf-section\">\n    <div class=\"apf-values\">\n      <div class=\"apf-value-card apf-grad\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\" clip-path=\"url(#clip0_0_73)\"><path id=\"Union\" d=\"M11 0.000108719C13.8854 0.000108719 16.6712 1.03056 18.7402 2.89269C20.8127 4.75793 22 7.31192 22 10.0001C22 11.5914 21.3674 13.1171 20.2422 14.2423C19.117 15.3675 17.5913 16.0001 16 16.0001H13.75C13.6107 16.0001 13.4739 16.0392 13.3555 16.1124C13.2371 16.1856 13.1413 16.2907 13.0791 16.4151C13.017 16.5396 12.9904 16.6789 13.0029 16.8175C13.0154 16.9562 13.0668 17.0889 13.1504 17.2003L13.4502 17.5997C13.7566 18.0083 13.9434 18.4944 13.9893 19.003C14.0351 19.5115 13.9382 20.0229 13.71 20.4796C13.4816 20.9364 13.1297 21.3205 12.6953 21.589C12.2609 21.8574 11.7607 22.0001 11.25 22.0001H11C8.08262 22.0001 5.28458 20.8413 3.22168 18.7784C1.15878 16.7155 0 13.9175 0 11.0001C0 8.08273 1.15878 5.28469 3.22168 3.22179C5.28458 1.15889 8.08262 0.000108719 11 0.000108719ZM11 2.00011C8.61305 2.00011 6.32357 2.94802 4.63574 4.63585C2.94791 6.32368 2 8.61316 2 11.0001C2 13.3871 2.94791 15.6765 4.63574 17.3644C6.32357 19.0522 8.61305 20.0001 11 20.0001H11.25C11.3893 20.0001 11.5261 19.961 11.6445 19.8878C11.7629 19.8146 11.8587 19.7095 11.9209 19.5851C11.983 19.4606 12.0096 19.3213 11.9971 19.1827C11.9846 19.044 11.9332 18.9113 11.8496 18.7999L11.5498 18.4005C11.2434 17.992 11.0566 17.5058 11.0107 16.9972C10.9649 16.4887 11.0618 15.9773 11.29 15.5206C11.5184 15.0638 11.8703 14.6797 12.3047 14.4112C12.7391 14.1428 13.2393 14.0001 13.75 14.0001H16C17.0609 14.0001 18.078 13.5784 18.8281 12.8282C19.5783 12.0781 20 11.061 20 10.0001C20 7.91441 19.0806 5.88942 17.4023 4.37901C15.7206 2.86553 13.4189 2.00011 11 2.00011ZM5.5 10.0001C6.32843 10.0001 7 10.6717 7 11.5001C7 12.3285 6.32843 13.0001 5.5 13.0001C4.67157 13.0001 4 12.3285 4 11.5001C4 10.6717 4.67157 10.0001 5.5 10.0001ZM16.5 8.00011C17.3284 8.00011 18 8.67168 18 9.50011C18 10.3285 17.3284 11.0001 16.5 11.0001C15.6716 11.0001 15 10.3285 15 9.50011C15 8.67168 15.6716 8.00011 16.5 8.00011ZM7.5 5.00011C8.32843 5.00011 9 5.67168 9 6.50011C9 7.32854 8.32843 8.00011 7.5 8.00011C6.67157 8.00011 6 7.32854 6 6.50011C6 5.67168 6.67157 5.00011 7.5 5.00011ZM12.5 4.00011C13.3284 4.00011 14 4.67168 14 5.50011C14 6.32854 13.3284 7.00011 12.5 7.00011C11.6716 7.00011 11 6.32854 11 5.50011C11 4.67168 11.6716 4.00011 12.5 4.00011Z\" fill=\"var(--fill-0, #FF7120)\"\/><\/g><defs><clipPath id=\"clip0_0_73\"><rect width=\"22\" height=\"22\" fill=\"white\"\/><\/clipPath><\/defs><\/svg><\/div>\n        <h3>Styles avanc&eacute;s sans&nbsp;code<\/h3>\n        <p>Adaptez les formulaires &agrave; votre identit&eacute; visuelle depuis un panneau de style&nbsp;complet.<\/p>\n      <\/div>\n      <div class=\"apf-value-card apf-grad\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Union\" d=\"M11 2.5C12.9309 2.5 14.8278 3.00819 16.5 3.97362C18.1721 4.93907 19.561 6.32785 20.5264 7.99996C21.4916 9.67202 22 11.5693 22 13.4999C21.9998 15.4305 21.4917 17.3279 20.5264 18.9999C20.2502 19.4778 19.6383 19.642 19.1602 19.3661C18.682 19.09 18.518 18.4781 18.7939 17.9999C19.5838 16.6319 19.9999 15.0795 20 13.4999C20 11.9203 19.5837 10.368 18.7939 8.99995C18.0041 7.63195 16.868 6.49591 15.5 5.70603C14.1318 4.91609 12.5799 4.49999 11 4.49999C9.42013 4.49999 7.8682 4.91609 6.5 5.70603C5.13201 6.49591 3.99591 7.63195 3.20605 8.99995C2.41634 10.368 2 11.9203 2 13.4999C2.00014 15.0795 2.41623 16.6319 3.20605 17.9999C3.48196 18.4781 3.31801 19.09 2.83984 19.3661C2.36171 19.642 1.74984 19.4778 1.47363 18.9999C0.508341 17.3279 0.000150769 15.4305 0 13.4999C-8.07612e-08 11.5693 0.508393 9.67202 1.47363 7.99996C2.43902 6.32785 3.82791 4.93907 5.5 3.97362C7.1722 3.00819 9.06911 2.5 11 2.5ZM14.293 8.79292C14.6835 8.4024 15.3165 8.4024 15.707 8.79292C16.0976 9.18344 16.0976 9.81645 15.707 10.207L11.707 14.2069C11.3165 14.5975 10.6835 14.5975 10.293 14.2069C9.90244 13.8164 9.90244 13.1834 10.293 12.7929L14.293 8.79292Z\" fill=\"var(--fill-0, #FF7120)\"\/><\/g><\/svg><\/div>\n        <h3>Chargement ultra&nbsp;l&eacute;ger<\/h3>\n        <p>Les ressources sont charg&eacute;es uniquement sur les pages contenant un&nbsp;formulaire.<\/p>\n      <\/div>\n      <div class=\"apf-value-card apf-grad\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Union\" d=\"M1.5 7.40186C1.97828 7.12578 2.59008 7.2898 2.86621 7.76807C3.14201 8.2463 2.97815 8.85822 2.5 9.13428C2.34811 9.22204 2.2215 9.34857 2.13379 9.50049C2.04629 9.65233 2 9.82523 2 10.0005V18.0005C2.00023 18.2654 2.10564 18.5202 2.29297 18.7075C2.48046 18.8948 2.73499 19.0005 3 19.0005H14C14.265 19.0005 14.5195 18.8948 14.707 18.7075C14.8944 18.5202 14.9998 18.2654 15 18.0005C15 17.4482 15.4477 17.0005 16 17.0005C16.5523 17.0005 17 17.4482 17 18.0005C16.9998 18.7958 16.6835 19.5592 16.1211 20.1216C15.5585 20.6839 14.7954 21.0005 14 21.0005H3C2.20456 21.0005 1.44147 20.6839 0.878906 20.1216C0.316505 19.5592 0.000233869 18.7958 0 18.0005V10.0005C1.33468e-05 9.47407 0.139217 8.95642 0.402344 8.50049C0.665609 8.04451 1.04404 7.66515 1.5 7.40186ZM19 0.999512C20.6569 0.999512 22 2.34266 22 3.99951V11.9995C22 13.6564 20.6569 14.9995 19 14.9995H8C6.34315 14.9995 5 13.6564 5 11.9995V3.99951C5 2.34266 6.34315 0.999512 8 0.999512H19ZM15.127 9.51611L15.1211 9.52002C14.6375 9.83062 14.0748 9.99561 13.5 9.99561C12.9252 9.9956 12.3625 9.83062 11.8789 9.52002L11.873 9.51611L7 6.34326V11.9995C7 12.5518 7.44772 12.9995 8 12.9995H19C19.5523 12.9995 20 12.5518 20 11.9995V6.34326L15.127 9.51611ZM8 2.99951C7.46146 2.99951 7.02249 3.42523 7.00098 3.9585L12.96 7.8374L13.085 7.90576C13.2147 7.96495 13.3563 7.9956 13.5 7.99561C13.6915 7.99561 13.8789 7.94081 14.04 7.8374L19.998 3.9585C19.9765 3.42525 19.5385 2.99951 19 2.99951H8Z\" fill=\"var(--fill-0, #FF7120)\"\/><\/g><\/svg><\/div>\n        <h3>E-mails HTML personnalis&eacute;s<\/h3>\n        <p>Cr&eacute;ez des notifications brand&eacute;es avec pr&eacute;visualisation en direct et envoi de&nbsp;test.<\/p>\n      <\/div>\n      <div class=\"apf-value-card apf-grad\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Union\" d=\"M18 1C18.7957 1 19.5585 1.3163 20.1211 1.87891C20.6837 2.44152 21 3.20435 21 4V18C21 18.7957 20.6837 19.5585 20.1211 20.1211C19.5585 20.6837 18.7957 21 18 21H4C3.20435 21 2.44152 20.6837 1.87891 20.1211C1.3163 19.5585 1 18.7957 1 18V4C1 3.20435 1.3163 2.44152 1.87891 1.87891C2.44152 1.3163 3.20435 1 4 1H18ZM3 18C3 18.2652 3.10543 18.5195 3.29297 18.707C3.48051 18.8946 3.73478 19 4 19H7V9H3V18ZM9 19H18C18.2652 19 18.5195 18.8946 18.707 18.707C18.8946 18.5195 19 18.2652 19 18V9H9V19ZM4 3C3.73478 3 3.4805 3.10543 3.29297 3.29297C3.10543 3.4805 3 3.73478 3 4V7H7V3H4ZM9 7H19V4C19 3.73478 18.8946 3.48051 18.707 3.29297C18.5195 3.10543 18.2652 3 18 3H9V7Z\" fill=\"var(--fill-0, #FF7120)\"\/><\/g><\/svg><\/div>\n        <h3>Dashboard des entr&eacute;es<\/h3>\n        <p>Consultez, filtrez et exportez les soumissions directement depuis&nbsp;WordPress.<\/p>\n      <\/div>\n      <div class=\"apf-value-card apf-grad\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Union\" d=\"M10 1C10.5523 1 11 1.44772 11 2C11 2.55228 10.5523 3 10 3H4C3.73478 3 3.4805 3.10543 3.29297 3.29297C3.10543 3.4805 3 3.73478 3 4V18C3 18.2652 3.10543 18.5195 3.29297 18.707C3.48051 18.8946 3.73478 19 4 19H18C18.2652 19 18.5195 18.8946 18.707 18.707C18.8946 18.5195 19 18.2652 19 18V12C19 11.4477 19.4477 11 20 11C20.5523 11 21 11.4477 21 12V18C21 18.7957 20.6837 19.5585 20.1211 20.1211C19.5585 20.6837 18.7957 21 18 21H4C3.20435 21 2.44152 20.6837 1.87891 20.1211C1.3163 19.5585 1 18.7957 1 18V4C1 3.20435 1.3163 2.44152 1.87891 1.87891C2.44152 1.3163 3.20435 1 4 1H10ZM20 1C20.0563 1 20.1113 1.00571 20.165 1.01465C20.1738 1.01611 20.1827 1.01686 20.1914 1.01855L20.2012 1.02051C20.211 1.02252 20.2207 1.02504 20.2305 1.02734C20.251 1.0322 20.2717 1.0368 20.292 1.04297C20.3408 1.05783 20.3873 1.0778 20.4326 1.09961C20.4466 1.10635 20.4609 1.11269 20.4746 1.12012C20.6203 1.19887 20.7441 1.31255 20.835 1.4502C20.8597 1.48768 20.8812 1.52661 20.9004 1.56641C20.9222 1.61159 20.9412 1.65838 20.9561 1.70703C20.9623 1.72732 20.9668 1.74798 20.9717 1.76855C20.9893 1.84294 21 1.92022 21 2V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V4.41406L11.707 11.707C11.3165 12.0975 10.6835 12.0975 10.293 11.707C9.90246 11.3165 9.90251 10.6835 10.293 10.293L17.5859 3H14C13.4477 3 13 2.55228 13 2C13 1.44772 13.4477 1 14 1H20Z\" fill=\"var(--fill-0, #FF7120)\"\/><\/g><\/svg><\/div>\n        <h3>Int&eacute;gration iframe<\/h3>\n        <p>Affichez vos formulaires sur un site externe tout en les administrant depuis&nbsp;WordPress.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ POURQUOI ============ -->\n  <section class=\"apf-container apf-section\">\n    <div class=\"apf-split\">\n      <div>\n        <h2 class=\"apf-h2\">Pourquoi j&rsquo;ai cr&eacute;&eacute; <span class=\"apf-accent\">AD Pro Forms&nbsp;?<\/span><\/h2>\n        <p>En tant que designer graphique et d&eacute;veloppeur web, j&rsquo;ai pass&eacute; des ann&eacute;es &agrave; me battre avec des plugins de formulaires. Les probl&egrave;mes &eacute;taient r&eacute;currents&nbsp;: lourdeur excessive impactant le PageSpeed, int&eacute;gration stylistique complexe n&eacute;cessitant un CSS massif, ou manque crucial de fonctionnalit&eacute;s essentielles.<\/p>\n        <p><strong>J&rsquo;ai cr&eacute;&eacute; AD Pro Forms pour r&eacute;soudre ce probl&egrave;me.<\/strong> C&rsquo;est le point d&rsquo;&eacute;quilibre entre la robustesse du code, la finesse visuelle, la performance et la richesse fonctionnelle. Pas de superflu, seulement des outils puissants, bien con&ccedil;us et simples &agrave;&nbsp;utiliser.<\/p>\n      <\/div>\n      <div class=\"apf-split-img\">\n        <img decoding=\"async\" src=\"https:\/\/altaydagistan.com\/wp-content\/uploads\/2026\/04\/ad-pro-forms-amazing.webp\" alt=\"Interfaces du plugin AD Pro Forms\" loading=\"lazy\" title=\"\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ SHOWCASES ============ -->\n  <section class=\"apf-container apf-section\">\n    <div class=\"apf-showcase\">\n      <div class=\"apf-showcase-img apf-w-sm\">\n        <img decoding=\"async\" src=\"https:\/\/altaydagistan.com\/wp-content\/uploads\/2026\/07\/adpf-builder-02.jpg\" alt=\"Constructeur visuel de formulaires AD Pro Forms\" loading=\"lazy\" title=\"\">\n      <\/div>\n      <div>\n        <h2 class=\"apf-h2\">Un constructeur visuel <span class=\"apf-accent\">simple et intuitif<\/span><\/h2>\n        <p>Cr&eacute;ez vos formulaires en glisser-d&eacute;poser, ajoutez vos champs et r&eacute;organisez leur structure depuis une interface claire. Tout est pens&eacute; pour aller vite, sans menus complexes ni r&eacute;glages inutilement&nbsp;cach&eacute;s.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"apf-showcase\">\n      <div class=\"apf-showcase-img\">\n        <img decoding=\"async\" src=\"https:\/\/altaydagistan.com\/wp-content\/uploads\/2026\/07\/entries_adpf.png\" alt=\"Tableau de bord des entr&eacute;es AD Pro Forms\" loading=\"lazy\" title=\"\">\n      <\/div>\n      <div>\n        <h2 class=\"apf-h2\">Toutes vos soumissions <span class=\"apf-accent\">au m&ecirc;me endroit<\/span><\/h2>\n        <p>Consultez les demandes re&ccedil;ues dans un tableau de bord clair. Filtrez les entr&eacute;es par formulaire ou statut, marquez-les comme lues et exportez les r&eacute;sultats en CSV pour les utiliser dans vos outils&nbsp;habituels.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"apf-showcase\">\n      <div class=\"apf-showcase-img apf-w-md\">\n        <img decoding=\"async\" src=\"https:\/\/altaydagistan.com\/wp-content\/uploads\/2026\/07\/adpf-styling.jpg\" alt=\"Panneau de styles AD Pro Forms\" loading=\"lazy\" title=\"\">\n      <\/div>\n      <div>\n        <h2 class=\"apf-h2\">Des formulaires <span class=\"apf-accent\">&agrave; la hauteur de votre design<\/span><\/h2>\n        <p>Personnalisez les typographies, couleurs, espacements, champs, boutons et messages depuis une interface visuelle. D&eacute;finissez un style global pour votre site ou adaptez un formulaire individuellement, sans reprendre son apparence en&nbsp;CSS.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ FEATURE GRID ============ -->\n  <section class=\"apf-container apf-section\">\n    <div class=\"apf-section-head\">\n      <h2>Tout ce dont vous avez besoin pour vos formulaires&nbsp;WordPress<\/h2>\n      <p>Une suite compl&egrave;te d&rsquo;outils con&ccedil;us pour la performance, la simplicit&eacute; et la&nbsp;flexibilit&eacute;.<\/p>\n    <\/div>\n    <div class=\"apf-grid\">\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M20 3H4C3.44772 3 3 3.44772 3 4V9C3 9.55228 3.44772 10 4 10H20C20.5523 10 21 9.55228 21 9V4C21 3.44772 20.5523 3 20 3Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M11 14H4C3.44772 14 3 14.4477 3 15V20C3 20.5523 3.44772 21 4 21H11C11.5523 21 12 20.5523 12 20V15C12 14.4477 11.5523 14 11 14Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_3\" d=\"M20 14H17C16.4477 14 16 14.4477 16 15V20C16 20.5523 16.4477 21 17 21H20C20.5523 21 21 20.5523 21 20V15C21 14.4477 20.5523 14 20 14Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Constructeur visuel intuitif<\/h3>\n        <p>Cr&eacute;ez vos formulaires en glisser-d&eacute;poser, configurez les champs et r&eacute;organisez leur structure depuis une interface&nbsp;claire.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M21 4H14\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M10 4H3\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_3\" d=\"M21 12H12\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_4\" d=\"M8 12H3\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_5\" d=\"M21 20H16\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_6\" d=\"M12 20H3\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_7\" d=\"M14 2V6\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_8\" d=\"M8 10V14\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_9\" d=\"M16 18V22\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Personnalisation avanc&eacute;e sans CSS<\/h3>\n        <p>Contr&ocirc;lez les typographies, couleurs, espacements, bordures, boutons et messages directement depuis&nbsp;WordPress.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M13.5 7C13.7761 7 14 6.77614 14 6.5C14 6.22386 13.7761 6 13.5 6C13.2239 6 13 6.22386 13 6.5C13 6.77614 13.2239 7 13.5 7Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M17.5 11C17.7761 11 18 10.7761 18 10.5C18 10.2239 17.7761 10 17.5 10C17.2239 10 17 10.2239 17 10.5C17 10.7761 17.2239 11 17.5 11Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_3\" d=\"M8.5 8C8.77614 8 9 7.77614 9 7.5C9 7.22386 8.77614 7 8.5 7C8.22386 7 8 7.22386 8 7.5C8 7.77614 8.22386 8 8.5 8Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_4\" d=\"M6.5 13C6.77614 13 7 12.7761 7 12.5C7 12.2239 6.77614 12 6.5 12C6.22386 12 6 12.2239 6 12.5C6 12.7761 6.22386 13 6.5 13Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_5\" d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C12.926 22 13.648 21.254 13.648 20.312C13.648 19.875 13.468 19.477 13.211 19.187C12.921 18.898 12.773 18.535 12.773 18.062C12.7692 17.8419 12.8098 17.6233 12.8922 17.4192C12.9747 17.2151 13.0975 17.0298 13.2531 16.8741C13.4088 16.7185 13.5941 16.5957 13.7982 16.5132C14.0023 16.4308 14.2209 16.3902 14.441 16.394H16.437C19.488 16.394 21.992 13.891 21.992 10.84C21.965 6.012 17.461 2 12 2Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Styles globaux ou individuels<\/h3>\n        <p>D&eacute;finissez une apparence commune pour tous vos formulaires, puis personnalisez certains formulaires selon les besoins du&nbsp;projet.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M12 12C10 9.33 8 8 6 8C4.93913 8 3.92172 8.42143 3.17157 9.17157C2.42143 9.92172 2 10.9391 2 12C2 13.0609 2.42143 14.0783 3.17157 14.8284C3.92172 15.5786 4.93913 16 6 16C8 16 10 14.67 12 12ZM12 12C14 14.67 16 16 18 16C19.0609 16 20.0783 15.5786 20.8284 14.8284C21.5786 14.0783 22 13.0609 22 12C22 10.9391 21.5786 9.92172 20.8284 9.17157C20.0783 8.42143 19.0609 8 18 8C16 8 14 9.33 12 12Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Formulaires et champs illimit&eacute;s<\/h3>\n        <p>Cr&eacute;ez autant de formulaires et de champs que n&eacute;cessaire, quel que soit le nombre de pages ou de&nbsp;projets.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M20 4H4C2.89543 4 2 4.89543 2 6V7C2 8.10457 2.89543 9 4 9H20C21.1046 9 22 8.10457 22 7V6C22 4.89543 21.1046 4 20 4Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M4 9V18C4 18.5304 4.21071 19.0391 4.58579 19.4142C4.96086 19.7893 5.46957 20 6 20H18C18.5304 20 19.0391 19.7893 19.4142 19.4142C19.7893 19.0391 20 18.5304 20 18V9\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_3\" d=\"M10 13H14\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Tableau de bord des entr&eacute;es<\/h3>\n        <p>Consultez les soumissions, filtrez-les par formulaire ou statut et marquez les demandes comme lues depuis&nbsp;WordPress.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M14.5 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V7.5L14.5 2Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M14 2V8H20\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_3\" d=\"M8 13H10\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_4\" d=\"M8 17H10\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_5\" d=\"M14 13H16\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_6\" d=\"M14 17H16\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Export CSV filtr&eacute;<\/h3>\n        <p>Exportez les donn&eacute;es selon les filtres actifs dans un fichier structur&eacute;, pr&ecirc;t pour Excel, Google Sheets ou votre&nbsp;CRM.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M20 4H4C2.89543 4 2 4.89543 2 6V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M22 7L13.03 12.7C12.7213 12.8934 12.3643 12.996 12 12.996C11.6357 12.996 11.2787 12.8934 10.97 12.7L2 7\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Notifications HTML personnalis&eacute;es<\/h3>\n        <p>Messages propres, dynamiques, professionnels et adapt&eacute;s au&nbsp;branding.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Frame\"><path id=\"Vector\" d=\"M10 13C10.4295 13.5741 10.9774 14.0492 11.6066 14.3929C12.2357 14.7367 12.9315 14.9411 13.6467 14.9923C14.3618 15.0436 15.0796 14.9404 15.7513 14.6898C16.4231 14.4392 17.0331 14.0471 17.54 13.54L20.54 10.54C21.4508 9.59699 21.9548 8.33398 21.9434 7.02299C21.932 5.71201 21.4061 4.45795 20.4791 3.53091C19.5521 2.60387 18.298 2.07802 16.987 2.06663C15.676 2.05524 14.413 2.55921 13.47 3.47L11.75 5.18\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M14 11C13.5705 10.4259 13.0226 9.95082 12.3934 9.60706C11.7643 9.2633 11.0685 9.05888 10.3533 9.00767C9.63821 8.95645 8.92041 9.05963 8.24865 9.31022C7.5769 9.5608 6.96689 9.95293 6.46 10.46L3.46 13.46C2.54921 14.403 2.04524 15.666 2.05663 16.977C2.06802 18.288 2.59387 19.5421 3.52091 20.4691C4.44795 21.3961 5.70201 21.922 7.01299 21.9334C8.32398 21.9448 9.58699 21.4408 10.53 20.53L12.24 18.82\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Redirections sur mesure<\/h3>\n        <p>Redirigez automatiquement vos utilisateurs vers l&rsquo;URL de votre choix apr&egrave;s la soumission r&eacute;ussie du&nbsp;formulaire.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M15 3H21V9\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_3\" d=\"M10 14L21 3\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Int&eacute;gration iframe<\/h3>\n        <p>Affichez un formulaire sur un autre site ou une landing page tout en conservant sa gestion depuis&nbsp;WordPress.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M13 2L3 14H12L11 22L21 10H12L13 2Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Chargement conditionnel<\/h3>\n        <p>Les ressources CSS et JavaScript sont charg&eacute;es uniquement sur les pages contenant un&nbsp;formulaire.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Frame\"><path id=\"Vector\" d=\"M22 13V6C22 5.46957 21.7893 4.96086 21.4142 4.58579C21.0391 4.21071 20.5304 4 20 4H4C3.46957 4 2.96086 4.21071 2.58579 4.58579C2.21071 4.96086 2 5.46957 2 6V18C2 19.1 2.9 20 4 20H13\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M22 7L13.03 12.7C12.7213 12.8934 12.3643 12.996 12 12.996C11.6357 12.996 11.2787 12.8934 10.97 12.7L2 7\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_3\" d=\"M17 17L21 21\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_4\" d=\"M21 17L17 21\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Protection anti-spam<\/h3>\n        <p>Combinez un honeypot invisible avec Cloudflare Turnstile pour bloquer les robots sans CAPTCHA&nbsp;p&eacute;nible.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 27 27\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M13.5 24.75C13.5 24.75 22.5 20.25 22.5 13.5V5.625L13.5 2.25L4.5 5.625V13.5C4.5 20.25 13.5 24.75 13.5 24.75Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M10.125 13.5L12.375 15.75L16.875 11.25\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Donn&eacute;es s&eacute;curis&eacute;es dans WordPress<\/h3>\n        <p>Les soumissions restent dans votre base de donn&eacute;es et b&eacute;n&eacute;ficient d&rsquo;une validation c&ocirc;t&eacute; navigateur et&nbsp;serveur.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M20 8H10C8.89543 8 8 8.89543 8 10V20C8 21.1046 8.89543 22 10 22H20C21.1046 22 22 21.1046 22 20V10C22 8.89543 21.1046 8 20 8Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M4 16C2.9 16 2 15.1 2 14V4C2 2.9 2.9 2 4 2H14C15.1 2 16 2.9 16 4\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Duplication instantan&eacute;e<\/h3>\n        <p>Dupliquez un formulaire ou un champ pour cr&eacute;er rapidement des variantes et r&eacute;utiliser vos&nbsp;configurations.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M20 7H4C2.89543 7 2 7.89543 2 9V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V9C22 7.89543 21.1046 7 20 7Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M16 21V5C16 4.46957 15.7893 3.96086 15.4142 3.58579C15.0391 3.21071 14.5304 3 14 3H10C9.46957 3 8.96086 3.21071 8.58579 3.58579C8.21071 3.96086 8 4.46957 8 5V21\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Marque blanche<\/h3>\n        <p>Masquez le nom et le logo AD Pro Forms dans l&rsquo;administration avec la licence&nbsp;Business.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M20 4H4C2.89543 4 2 4.89543 2 6V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4Z\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M10 4V8\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_3\" d=\"M2 8H22\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_4\" d=\"M6 4V8\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Administration sans publicit&eacute;<\/h3>\n        <p>Travaillez dans une interface propre, sans banni&egrave;res promotionnelles, pop-up marketing ou notifications&nbsp;parasites.<\/p>\n      <\/div>\n      <div class=\"apf-grid-card\">\n        <div class=\"apf-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M18 16L22 12L18 8\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_2\" d=\"M6 8L2 12L6 16\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path id=\"Vector_3\" d=\"M14.5 4L9.5 20\" stroke=\"var(--stroke-0, #FF7120)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg><\/div>\n        <h3>Architecture d&eacute;veloppeur<\/h3>\n        <p>&Eacute;tendez le fonctionnement des formulaires avec des hooks, filtres, options PHP et traitements&nbsp;personnalis&eacute;s.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ CTA 1 ============ -->\n  <section class=\"apf-container apf-section\">\n    <div class=\"apf-cta\">\n      <div class=\"apf-cta-img\">\n        <img decoding=\"async\" src=\"https:\/\/altaydagistan.com\/wp-content\/uploads\/2026\/07\/ad-pro-forms-form-examples_result.webp\" alt=\"Exemples de formulaires cr&eacute;&eacute;s avec AD Pro Forms\" loading=\"lazy\" title=\"\">\n      <\/div>\n      <div>\n        <img decoding=\"async\" class=\"apf-cta-logo\" src=\"https:\/\/altaydagistan.com\/wp-content\/uploads\/2026\/07\/AD-Pro-Forms-Horizantal-Logo.png\" alt=\"Logo AD Pro Forms\" title=\"\">\n        <h2>Cr&eacute;ez des formulaires qui favorisent l&rsquo;engagement.<\/h2>\n        <div class=\"apf-cta-btns\">\n          <a href=\"#pricing\" class=\"apf-btn apf-btn-primary\"><svg viewBox=\"0 0 22.4199 16.2031\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path id=\"Union\" d=\"M19.498 0C21.1116 0.000250531 22.4199 1.30825 22.4199 2.92188V13.2812C22.4197 14.8946 21.1114 16.2029 19.498 16.2031H2.92188C1.30826 16.2031 0.000263831 14.8948 0 13.2812V2.92188C0 1.3081 1.3081 0 2.92188 0H19.498ZM2.92188 1.69922C2.24698 1.69922 1.69922 2.24698 1.69922 2.92188V13.2812C1.69948 13.9559 2.24715 14.5039 2.92188 14.5039H19.498C20.1726 14.5037 20.7195 13.9558 20.7197 13.2812V2.92188C20.7197 2.24714 20.1727 1.69947 19.498 1.69922H2.92188ZM7.06543 4.14355C7.84009 4.14363 8.58298 4.45138 9.13086 4.99902C9.67884 5.547 9.9873 6.29047 9.9873 7.06543V11.209C9.9873 11.6784 9.60616 12.0596 9.13672 12.0596C8.66767 12.0591 8.28711 11.6781 8.28711 11.209V9.9873H5.84277V11.209C5.84277 11.6784 5.46261 12.0596 4.99316 12.0596C4.52392 12.0593 4.14355 11.6783 4.14355 11.209V7.06543C4.14355 6.29057 4.45118 5.54698 4.99902 4.99902C5.5469 4.45114 6.29062 4.14367 7.06543 4.14355ZM14.835 4.14355C15.7471 4.14355 16.6225 4.50552 17.2676 5.15039C17.9127 5.79548 18.2754 6.67072 18.2754 7.58301V8.61914C18.2754 9.53148 17.9127 10.4066 17.2676 11.0518C16.6225 11.6967 15.7472 12.0596 14.835 12.0596H13.7988C13.4363 12.0594 13.0884 11.9146 12.832 11.6582C12.5757 11.4017 12.4317 11.054 12.4316 10.6914V5.51074C12.4318 5.14817 12.5757 4.80038 12.832 4.54395C13.0884 4.28758 13.4363 4.14376 13.7988 4.14355H14.835ZM14.1309 10.3594H14.835C15.2963 10.3594 15.7391 10.1757 16.0654 9.84961C16.3917 9.5233 16.5752 9.08062 16.5752 8.61914V7.58301C16.5752 7.12159 16.3917 6.67882 16.0654 6.35254C15.7392 6.02648 15.2962 5.84277 14.835 5.84277H14.1309V10.3594ZM7.06543 5.84277C6.74149 5.84289 6.43024 5.9721 6.20117 6.20117C5.97214 6.43032 5.84277 6.74144 5.84277 7.06543V8.28809H8.28711V7.06543C8.28711 6.74146 8.15869 6.43032 7.92969 6.20117C7.7006 5.9722 7.38933 5.84284 7.06543 5.84277Z\" fill=\"var(--fill-0, white)\"\/><\/svg> Essayer Pro<\/a>\n          <a href=\"https:\/\/fr.wordpress.org\/plugins\/ad-pro-forms\/\" class=\"apf-btn apf-btn-ghost\" target=\"_blank\" rel=\"noopener\"><svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Text\"><path id=\"Union\" d=\"M15.2002 9.59961C15.6419 9.59971 16 9.95863 16 10.4004V13.5996C16 14.2361 15.747 14.8468 15.2969 15.2969C14.8468 15.747 14.2361 16 13.5996 16H2.40039C1.76387 16 1.15321 15.747 0.703125 15.2969C0.253038 14.8468 0 14.2361 0 13.5996V10.4004C0 9.95863 0.358067 9.59971 0.799805 9.59961C1.24163 9.59961 1.59961 9.95856 1.59961 10.4004V13.5996C1.59961 13.8118 1.68396 14.016 1.83398 14.166C1.98401 14.316 2.18822 14.4004 2.40039 14.4004H13.5996C13.8118 14.4004 14.016 14.316 14.166 14.166C14.316 14.016 14.4004 13.8118 14.4004 13.5996V10.4004C14.4004 9.95856 14.7584 9.59961 15.2002 9.59961ZM8 0C8.44176 9.6624e-08 8.7997 0.358067 8.7998 0.799805V8.46875L11.4346 5.83398C11.7469 5.52192 12.2531 5.52191 12.5654 5.83398C12.8778 6.1464 12.8778 6.6534 12.5654 6.96582L8.56543 10.9658C8.47854 11.0526 8.37611 11.1138 8.26758 11.1523C8.25489 11.1569 8.24247 11.1621 8.22949 11.166C8.21789 11.1695 8.20605 11.1719 8.19434 11.1748C8.18233 11.1778 8.17041 11.1811 8.1582 11.1836C8.15337 11.1846 8.1484 11.1847 8.14355 11.1855C8.09689 11.194 8.0491 11.2002 8 11.2002C7.95056 11.2002 7.90243 11.1941 7.85547 11.1855C7.85063 11.1847 7.84565 11.1846 7.84082 11.1836C7.82862 11.1811 7.81668 11.1778 7.80469 11.1748C7.79298 11.1719 7.78112 11.1695 7.76953 11.166C7.75657 11.1621 7.74412 11.1569 7.73145 11.1523C7.62324 11.1138 7.52123 11.0524 7.43457 10.9658L3.43457 6.96582C3.12215 6.6534 3.12215 6.1464 3.43457 5.83398C3.74693 5.52192 4.25308 5.52191 4.56543 5.83398L7.2002 8.46875V0.799805C7.2003 0.358067 7.55824 0 8 0Z\" fill=\"var(--fill-0, #FF7120)\"\/><\/g><\/svg> T&eacute;l&eacute;charger<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ PRICING ============ -->\n  <section class=\"apf-container apf-section\" id=\"pricing\">\n    <div class=\"apf-pricing-wrap\">\n      <div class=\"apf-section-head\">\n        <h2>Un plugin complet, au prix&nbsp;juste<\/h2>\n        <p>Commencez gratuitement, &eacute;quipez un site ou utilisez AD Pro Forms sur l&rsquo;ensemble de vos projets&nbsp;clients.<\/p>\n      <\/div>\n\n      <div class=\"apf-tabs-row\">\n        <div class=\"apf-tabs\">\n          <button class=\"apf-tab-btn apf-active\" onclick=\"apfOpenTab(event, 'apf-tab-annual')\">Annuel<\/button>\n          <button class=\"apf-tab-btn\" onclick=\"apfOpenTab(event, 'apf-tab-lifetime')\">&Agrave; Vie<\/button>\n        <\/div>\n      <\/div>\n\n      <!-- ANNUAL -->\n      <div id=\"apf-tab-annual\" class=\"apf-plans apf-active\">\n        <div class=\"apf-plan\">\n          <div class=\"apf-plan-head\">\n            <h3 class=\"apf-plan-name\">Starter &ndash; 1 Site<\/h3>\n            <div class=\"apf-price-row\"><span class=\"apf-price\">$19.99<\/span><span class=\"apf-price-period\">\/ an<\/span><\/div>\n          <\/div>\n          <ul class=\"apf-plan-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> 1 site<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Constructeur visuel glisser-d&eacute;poser<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Formulaires &amp; champs illimit&eacute;s<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Int&eacute;gration simple (Shortcode)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Style global complet<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Mod&egrave;les d&rsquo;e-mails personnalisables<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Anti-spam natif (Honeypot)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Ultra-l&eacute;ger &amp; adaptatif<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Administration sans publicit&eacute;<\/li>\n          <\/ul>\n          <button class=\"apf-plan-btn\" onclick=\"apfBuyStarter('annual')\">Obtenir Starter<\/button>\n        <\/div>\n\n        <div class=\"apf-plan apf-popular\">\n          <div class=\"apf-popular-badge\">Le Plus Populaire<\/div>\n          <div class=\"apf-plan-head\">\n            <h3 class=\"apf-plan-name\">Professional &ndash; 10 Sites<\/h3>\n            <div class=\"apf-price-row\"><span class=\"apf-price\">$29.99<\/span><span class=\"apf-price-period\">\/ an<\/span><\/div>\n            <span class=\"apf-trial-badge\">Essai gratuit 7 jours disponible<\/span>\n          <\/div>\n          <ul class=\"apf-plan-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> <strong>Tout dans Starter<\/strong><\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Int&eacute;gration Iframe (Sites externes)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Tableau de bord des entr&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Export des entr&eacute;es (CSV filtr&eacute;)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Duplication (Formulaires &amp; champs)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Support Cloudflare Turnstile<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Redirections personnalis&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> E-mails de confirmation utilisateur<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> 10 activations<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Support prioritaire<\/li>\n          <\/ul>\n          <button class=\"apf-plan-btn\" onclick=\"apfBuyPro('annual')\">Obtenir Professional<\/button>\n          <a href=\"https:\/\/checkout.freemius.com\/plugin\/22175\/plan\/37175\/?trial=paid\" class=\"apf-trial-link\" target=\"_blank\" rel=\"noopener\">Essai gratuit (7 jours)<\/a>\n        <\/div>\n\n        <div class=\"apf-plan\">\n          <div class=\"apf-plan-head\">\n            <h3 class=\"apf-plan-name\">Business &ndash; Illimit&eacute;<\/h3>\n            <div class=\"apf-price-row\"><span class=\"apf-price\">$59.99<\/span><span class=\"apf-price-period\">\/ an<\/span><\/div>\n          <\/div>\n          <ul class=\"apf-plan-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> <strong>Tout dans Professional<\/strong><\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Activations illimit&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Marque blanche totale<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Architecture d&eacute;veloppeur (Hooks\/PHP)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Support technique prioritaire maximal<\/li>\n          <\/ul>\n          <button class=\"apf-plan-btn\" onclick=\"apfBuyBiz('annual')\">Obtenir Business<\/button>\n        <\/div>\n      <\/div>\n\n      <!-- LIFETIME -->\n      <div id=\"apf-tab-lifetime\" class=\"apf-plans\">\n        <div class=\"apf-plan\">\n          <div class=\"apf-plan-head\">\n            <h3 class=\"apf-plan-name\">Starter &ndash; 1 Site<\/h3>\n            <div class=\"apf-price-row\"><span class=\"apf-price\">$59.99<\/span><span class=\"apf-price-period\">\/ une seule fois<\/span><\/div>\n          <\/div>\n          <ul class=\"apf-plan-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> 1 site<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Constructeur visuel glisser-d&eacute;poser<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Formulaires &amp; champs illimit&eacute;s<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Int&eacute;gration simple (Shortcode)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Style global complet<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Mod&egrave;les d&rsquo;e-mails personnalisables<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Anti-spam natif (Honeypot)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Ultra-l&eacute;ger &amp; adaptatif<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Administration sans publicit&eacute;<\/li>\n          <\/ul>\n          <button class=\"apf-plan-btn\" onclick=\"apfBuyStarter('lifetime')\">Obtenir Starter<\/button>\n        <\/div>\n\n        <div class=\"apf-plan apf-popular\">\n          <div class=\"apf-popular-badge\">Le Plus Populaire<\/div>\n          <div class=\"apf-plan-head\">\n            <h3 class=\"apf-plan-name\">Professional &ndash; 10 Sites<\/h3>\n            <div class=\"apf-price-row\"><span class=\"apf-price\">$89.99<\/span><span class=\"apf-price-period\">\/ une seule fois<\/span><\/div>\n            <span class=\"apf-trial-badge\">Essai gratuit 7 jours disponible<\/span>\n          <\/div>\n          <ul class=\"apf-plan-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> <strong>Tout dans Starter<\/strong><\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Int&eacute;gration Iframe (Sites externes)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Tableau de bord des entr&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Export des entr&eacute;es (CSV filtr&eacute;)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Duplication (Formulaires &amp; champs)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Support Cloudflare Turnstile<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Redirections personnalis&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> E-mails de confirmation utilisateur<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> 10 activations<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Support prioritaire<\/li>\n          <\/ul>\n          <button class=\"apf-plan-btn\" onclick=\"apfBuyPro('lifetime')\">Obtenir Professional<\/button>\n          <a href=\"https:\/\/checkout.freemius.com\/plugin\/22175\/plan\/37175\/?trial=paid\" class=\"apf-trial-link\" target=\"_blank\" rel=\"noopener\">Essai gratuit (7 jours)<\/a>\n        <\/div>\n\n        <div class=\"apf-plan\">\n          <div class=\"apf-plan-head\">\n            <h3 class=\"apf-plan-name\">Business &ndash; Illimit&eacute;<\/h3>\n            <div class=\"apf-price-row\"><span class=\"apf-price\">$179.99<\/span><span class=\"apf-price-period\">\/ une seule fois<\/span><\/div>\n          <\/div>\n          <ul class=\"apf-plan-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> <strong>Tout dans Professional<\/strong><\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Activations illimit&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Marque blanche totale<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Architecture d&eacute;veloppeur (Hooks\/PHP)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg> Support technique prioritaire maximal<\/li>\n          <\/ul>\n          <button class=\"apf-plan-btn\" onclick=\"apfBuyBiz('lifetime')\">Obtenir Business<\/button>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ FULL FEATURE LIST ============ -->\n  <section class=\"apf-container apf-section\">\n    <div class=\"apf-section-head\">\n      <h2>Liste compl&egrave;te de fonctionnalit&eacute;s<\/h2>\n      <p>Voici tout ce que vous pouvez exploiter pour cr&eacute;er des formulaires &agrave; la fois puissants et&nbsp;&eacute;l&eacute;gants.<\/p>\n    <\/div>\n    <div class=\"apf-cols\">\n\n      <div>\n        <div class=\"apf-cat\">\n          <h3 class=\"apf-cat-title\">&#127912; Cr&eacute;ation &amp; Builder<\/h3>\n          <ul class=\"apf-cat-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Constructeur visuel en glisser d&eacute;poser<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>&Eacute;dition instantan&eacute;e des champs<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>R&eacute;organisation des champs par drag and drop<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>D&eacute;placement des champs pas &agrave; pas via fl&egrave;ches (avec animation)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Formulaires illimit&eacute;s<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Champs illimit&eacute;s<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Duplication de formulaires<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Duplication de champs<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Redirection sur mesure vers n&rsquo;importe quelle URL apr&egrave;s soumission<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Shortcode simple pour insertion<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Shortcode avanc&eacute; avec configuration JSON<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Code d&rsquo;int&eacute;gration iframe HTML pr&ecirc;t &agrave; l&rsquo;emploi<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Int&eacute;gration facile sur sites non-WordPress et landing pages<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Enregistrement des formulaires via PHP<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Champs personnalis&eacute;s configurables via code<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Compatible avec tous les th&egrave;mes WordPress<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Aucun framework lourd ajout&eacute; au frontend<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"apf-cat\">\n          <h3 class=\"apf-cat-title\">&#129513; Types de champs<\/h3>\n          <ul class=\"apf-cat-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Champ texte<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Champ email<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Champ t&eacute;l&eacute;phone<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Champ textarea<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Champ nombre<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Boutons radio<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Cases &agrave; cocher (avec option &laquo;&nbsp;requis&nbsp;&raquo; individuelle)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Menu d&eacute;roulant (select)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Champ Turnstile (captcha moderne)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Champ honeypot invisible<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Bouton de soumission<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"apf-cat\">\n          <h3 class=\"apf-cat-title\">&#128396;&#65039; Personnalisation &amp; styles<\/h3>\n          <ul class=\"apf-cat-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Panneau de style global d&eacute;di&eacute;<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Couleurs ajustables pour tous les &eacute;l&eacute;ments<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Gestion de la typographie (taille, poids, police)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Param&egrave;tres d&rsquo;espacement (marges, padding)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Contr&ocirc;le du style des champs (bordures, radius, focus)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Style des boutons personnalisable<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Style des messages d&rsquo;erreur et succ&egrave;s<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Effets de style modernes (ex&nbsp;: flou d&rsquo;arri&egrave;re-plan \/ backdrop-blur)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Apparence coh&eacute;rente sur tous les navigateurs<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Option de style par formulaire (h&eacute;ritage ou override)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Formulaires responsive sur mobile et tablette<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <div>\n        <div class=\"apf-cat\">\n          <h3 class=\"apf-cat-title\">&#128274; S&eacute;curit&eacute;<\/h3>\n          <ul class=\"apf-cat-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Cloudflare Turnstile int&eacute;gr&eacute;<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Honeypot automatique<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>V&eacute;rification WordPress nonce<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Validation c&ocirc;t&eacute; serveur<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Validation c&ocirc;t&eacute; client<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Nettoyage automatique des donn&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Enregistrement s&eacute;curis&eacute; des donn&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Journalisation de l&rsquo;adresse IP<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Journalisation du user agent<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Anti-spam natif, pas de d&eacute;pendances tierces<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"apf-cat\">\n          <h3 class=\"apf-cat-title\">&#128233; Syst&egrave;me d&rsquo;e-mails<\/h3>\n          <ul class=\"apf-cat-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Emails de notification administrateur<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Emails de confirmation utilisateur<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Choix de l&rsquo;adresse email de r&eacute;ception sp&eacute;cifique par formulaire<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>E-mails HTML brand&eacute;s (logo, fond, couleurs d&rsquo;accent et texte)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Templates d&rsquo;emails personnalisables<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Contenu dynamique via placeholders<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Pr&eacute;visualisation en direct et bouton d&rsquo;envoi test depuis les r&eacute;glages<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Envoi au format HTML propre<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Support multi-destinataires<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Fonctionne avec wp_mail<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Messages par d&eacute;faut optimis&eacute;s (FR)<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"apf-cat\">\n          <h3 class=\"apf-cat-title\">&#128202; Gestion des entr&eacute;es<\/h3>\n          <ul class=\"apf-cat-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Dashboard complet de gestion<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Affichage en accord&eacute;on des entr&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Filtres par formulaire<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Filtres par statut (lu, non lu)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Syst&egrave;me de marquage lu \/ non lu<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Marquage en masse<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Suppression en masse<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Pagination fluide<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Tri clair et interface propre<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Export des entr&eacute;es au format CSV<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Export avec respect des filtres actifs<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>CSV structur&eacute; par champs + m&eacute;tadonn&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>M&eacute;tadonn&eacute;es stock&eacute;es&nbsp;: date, IP, agent utilisateur<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Vue optimis&eacute;e pour les &eacute;quipes support \/ CRM<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <div>\n        <div class=\"apf-cat\">\n          <h3 class=\"apf-cat-title\">&#9889; Performance &amp; UX<\/h3>\n          <ul class=\"apf-cat-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Ultra l&eacute;ger<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Aucune surcharge inutile<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Scripts charg&eacute;s uniquement si un formulaire est pr&eacute;sent<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Code optimis&eacute; pour vitesse et stabilit&eacute;<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Frontend propre et minimaliste<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Exp&eacute;rience utilisateur claire et sans distraction<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Pas d&rsquo;annonces, pas de fen&ecirc;tres intrusives<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Compatible cache et optimisation performance<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Adapt&eacute; aux sites &agrave; fort trafic<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"apf-cat\">\n          <h3 class=\"apf-cat-title\">&#129514; Validation &amp; qualit&eacute; des donn&eacute;es<\/h3>\n          <ul class=\"apf-cat-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Validation email<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Validation champs obligatoires<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Validation nombre<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Personnalisation compl&egrave;te des textes d&rsquo;erreur et de succ&egrave;s<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Pr&eacute;-remplissage possible via valeur par d&eacute;faut<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Placeholder pour guider l&rsquo;utilisateur<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"apf-cat\">\n          <h3 class=\"apf-cat-title\">&#128736;&#65039; Fonctionnalit&eacute;s avanc&eacute;es<\/h3>\n          <ul class=\"apf-cat-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Support complet de la traduction (i18n) avec gabarit .pot<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Traduction fran&ccedil;aise incluse par d&eacute;faut (.po\/.mo)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Redimensionnement automatique des iframes via postMessage<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Formulaires configurables via PHP<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Filtre adpf_form_config_{id} pour modifier tout formulaire<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>M&eacute;thodes helper pour d&eacute;veloppeurs<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Hooks pour traitement custom<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Architecture OOP claire et segment&eacute;e<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Module s&eacute;par&eacute; pour chaque fonctionnalit&eacute; (builder, handler&hellip;)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Extensible pour champ custom ou logique d&rsquo;envoi custom<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"apf-cat\">\n          <h3 class=\"apf-cat-title\">&#128188; Fonctionnalit&eacute;s Business<\/h3>\n          <ul class=\"apf-cat-list\">\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Licences illimit&eacute;es<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Fonction white label (marque blanche)<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Support prioritaire maximal<\/li>\n            <li><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Icon\"><path id=\"Vector\" d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"var(--stroke-0, #4CB731)\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/g><\/svg>Id&eacute;al pour agences et d&eacute;veloppeurs multisite<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- ============ COMPARISON TABLE ============ -->\n  <section class=\"apf-container apf-section\">\n    <div class=\"apf-section-head\">\n      <h2>AD Pro Forms face &agrave; WPForms et Fluent&nbsp;Forms<\/h2>\n      <p>Comparatif factuel des points qui font la diff&eacute;rence au&nbsp;quotidien.<\/p>\n    <\/div>\n    <div class=\"apf-cmp2-wrap\">\n      <div class=\"apf-cmp2-grid\">\n        <div class=\"apf-cmp2-featured-bg\"><\/div>\n\n        <!-- Header row -->\n        <div class=\"apf-cmp2-row apf-cmp2-row--head\">\n          <div class=\"apf-cmp2-cell apf-cmp2-col-crit apf-cmp2-cell--crit\">Crit&egrave;re<\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-1 apf-cmp2-cell--brand\">\n            <span class=\"apf-cmp2-brand-badge\">Notre solution<\/span>\n            AD Pro Forms\n          <\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-2\">WPForms<\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-3\">Fluent Forms<\/div>\n        <\/div>\n\n        <!-- Row 1 -->\n        <div class=\"apf-cmp2-row apf-cmp2-row-1\">\n          <div class=\"apf-cmp2-cell apf-cmp2-col-crit apf-cmp2-cell--crit\">Chargement conditionnel des scripts<\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-1 apf-cmp2-cell--adpf\" data-label=\"AD Pro Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-adpf-text\">Charg&eacute; uniquement sur les pages avec formulaire<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-2 apf-cmp2-cell--val\" data-label=\"WPForms\"><svg class=\"apf-cmp2-no\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 6 6 18\"><\/path><path d=\"m6 6 12 12\"><\/path><\/svg><span class=\"apf-cmp2-val-text\">Charg&eacute; sur toutes les pages<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-3 apf-cmp2-cell--val\" data-label=\"Fluent Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-val-text\">Chargement conditionnel<\/span><\/div>\n        <\/div>\n\n        <!-- Row 2 -->\n        <div class=\"apf-cmp2-row apf-cmp2-row-2\">\n          <div class=\"apf-cmp2-cell apf-cmp2-col-crit apf-cmp2-cell--crit\">Int&eacute;gration iframe vers un site externe<\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-1 apf-cmp2-cell--adpf\" data-label=\"AD Pro Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-adpf-text\">Code pr&ecirc;t &agrave; l&rsquo;emploi, redimensionnement automatique<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-2 apf-cmp2-cell--val\" data-label=\"WPForms\"><svg class=\"apf-cmp2-no\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 6 6 18\"><\/path><path d=\"m6 6 12 12\"><\/path><\/svg><span class=\"apf-cmp2-val-text\">Non pris en charge<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-3 apf-cmp2-cell--val\" data-label=\"Fluent Forms\"><svg class=\"apf-cmp2-partial\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M8 12h8\"><\/path><\/svg><span class=\"apf-cmp2-val-text\">Depuis la v4.0<\/span><\/div>\n        <\/div>\n\n        <!-- Row 3 -->\n        <div class=\"apf-cmp2-row apf-cmp2-row-3\">\n          <div class=\"apf-cmp2-cell apf-cmp2-col-crit apf-cmp2-cell--crit\">Marque blanche dans l&rsquo;administration WordPress<\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-1 apf-cmp2-cell--adpf\" data-label=\"AD Pro Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-adpf-text\">Masque le nom et le logo (licence Business)<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-2 apf-cmp2-cell--val\" data-label=\"WPForms\"><svg class=\"apf-cmp2-no\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 6 6 18\"><\/path><path d=\"m6 6 12 12\"><\/path><\/svg><span class=\"apf-cmp2-val-text\">Non disponible<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-3 apf-cmp2-cell--val\" data-label=\"Fluent Forms\"><svg class=\"apf-cmp2-partial\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M8 12h8\"><\/path><\/svg><span class=\"apf-cmp2-val-text\">&laquo;&nbsp;Powered by&nbsp;&raquo; uniquement<\/span><\/div>\n        <\/div>\n\n        <!-- Row 4 -->\n        <div class=\"apf-cmp2-row apf-cmp2-row-4\">\n          <div class=\"apf-cmp2-cell apf-cmp2-col-crit apf-cmp2-cell--crit\">Envoi d&rsquo;un e-mail de test sans soumission compl&egrave;te<\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-1 apf-cmp2-cell--adpf\" data-label=\"AD Pro Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-adpf-text\">Bouton d&eacute;di&eacute; dans les r&eacute;glages<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-2 apf-cmp2-cell--val\" data-label=\"WPForms\"><svg class=\"apf-cmp2-no\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 6 6 18\"><\/path><path d=\"m6 6 12 12\"><\/path><\/svg><span class=\"apf-cmp2-val-text\">N&eacute;cessite une soumission<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-3 apf-cmp2-cell--val\" data-label=\"Fluent Forms\"><svg class=\"apf-cmp2-partial\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M8 12h8\"><\/path><\/svg><span class=\"apf-cmp2-val-text\">Aper&ccedil;u visuel seulement<\/span><\/div>\n        <\/div>\n\n        <!-- Row 5 -->\n        <div class=\"apf-cmp2-row apf-cmp2-row-5\">\n          <div class=\"apf-cmp2-cell apf-cmp2-col-crit apf-cmp2-cell--crit\">Anti-spam sans CAPTCHA impos&eacute; (honeypot natif)<\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-1 apf-cmp2-cell--adpf\" data-label=\"AD Pro Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-adpf-text\">Inclus<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-2 apf-cmp2-cell--val\" data-label=\"WPForms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-val-text\">Inclus, m&ecirc;me gratuit<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-3 apf-cmp2-cell--val\" data-label=\"Fluent Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-val-text\">Activable nativement<\/span><\/div>\n        <\/div>\n\n        <!-- Row 6 -->\n        <div class=\"apf-cmp2-row apf-cmp2-row-6\">\n          <div class=\"apf-cmp2-cell apf-cmp2-col-crit apf-cmp2-cell--crit\">Support Cloudflare Turnstile<\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-1 apf-cmp2-cell--adpf\" data-label=\"AD Pro Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-adpf-text\">Inclus<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-2 apf-cmp2-cell--val\" data-label=\"WPForms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-val-text\">Inclus<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-3 apf-cmp2-cell--val\" data-label=\"Fluent Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-val-text\">Inclus<\/span><\/div>\n        <\/div>\n\n        <!-- Row 7 -->\n        <div class=\"apf-cmp2-row apf-cmp2-row-7\">\n          <div class=\"apf-cmp2-cell apf-cmp2-col-crit apf-cmp2-cell--crit\">Panneau de style visuel sans CSS<\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-1 apf-cmp2-cell--adpf\" data-label=\"AD Pro Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-adpf-text\">Inclus d&egrave;s le premier palier payant<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-2 apf-cmp2-cell--val\" data-label=\"WPForms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-val-text\">Int&eacute;gr&eacute; au constructeur<\/span><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-3 apf-cmp2-cell--val\" data-label=\"Fluent Forms\"><svg class=\"apf-cmp2-yes\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"apf-cmp2-val-text\">Advanced Form Styler<\/span><\/div>\n        <\/div>\n\n        <!-- Price \/ CTA row -->\n        <div class=\"apf-cmp2-row apf-cmp2-row--price\">\n          <div class=\"apf-cmp2-cell apf-cmp2-col-crit apf-cmp2-cell--crit\"><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-1 apf-cmp2-cell--cta\">\n            <div class=\"apf-cmp2-price\">&Agrave; partir de<strong>$19.99<span style=\"font-size:13px;font-weight:600;\"> \/ an<\/span><\/strong><\/div>\n            <a href=\"#pricing\" class=\"apf-btn apf-btn-primary apf-cmp2-btn\">Obtenir AD Pro Forms<\/a>\n          <\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-2\"><\/div>\n          <div class=\"apf-cmp2-cell apf-cmp2-col-3\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"apf-cmp2-legend\">\n      <span><svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"color:var(--apf-green)\"><path d=\"M4.16667 10.8333L7.5 14.1667L15.8333 5.83333\" stroke=\"currentColor\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>Inclus<\/span>\n      <span><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color:#d4963a\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M8 12h8\"><\/path><\/svg>Selon l&rsquo;offre \/ partiel<\/span>\n      <span><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color:#e0605a\"><path d=\"M18 6 6 18\"><\/path><path d=\"m6 6 12 12\"><\/path><\/svg>Non disponible<\/span>\n    <\/div>\n  <\/section>\n\n  <!-- ============ CTA 2 ============ -->\n  <section class=\"apf-container apf-section\">\n    <div class=\"apf-cta\">\n      <div class=\"apf-cta-img\">\n        <img decoding=\"async\" src=\"https:\/\/altaydagistan.com\/wp-content\/uploads\/2026\/07\/ad-pro-forms-form-examples-2_result.webp\" alt=\"Formulaires de contact et de devis AD Pro Forms\" loading=\"lazy\" title=\"\">\n      <\/div>\n      <div>\n        <img decoding=\"async\" class=\"apf-cta-logo\" src=\"https:\/\/altaydagistan.com\/wp-content\/uploads\/2026\/07\/AD-Pro-Forms-Horizantal-Logo.png\" alt=\"Logo AD Pro Forms\" title=\"\">\n        <h2>Le constructeur de formulaires WordPress l&eacute;ger, pens&eacute; pour les designers et les&nbsp;agences.<\/h2>\n        <div class=\"apf-cta-btns\">\n          <a href=\"#pricing\" class=\"apf-btn apf-btn-primary\"><svg viewBox=\"0 0 22.4199 16.2031\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path id=\"Union\" d=\"M19.498 0C21.1116 0.000250531 22.4199 1.30825 22.4199 2.92188V13.2812C22.4197 14.8946 21.1114 16.2029 19.498 16.2031H2.92188C1.30826 16.2031 0.000263831 14.8948 0 13.2812V2.92188C0 1.3081 1.3081 0 2.92188 0H19.498ZM2.92188 1.69922C2.24698 1.69922 1.69922 2.24698 1.69922 2.92188V13.2812C1.69948 13.9559 2.24715 14.5039 2.92188 14.5039H19.498C20.1726 14.5037 20.7195 13.9558 20.7197 13.2812V2.92188C20.7197 2.24714 20.1727 1.69947 19.498 1.69922H2.92188ZM7.06543 4.14355C7.84009 4.14363 8.58298 4.45138 9.13086 4.99902C9.67884 5.547 9.9873 6.29047 9.9873 7.06543V11.209C9.9873 11.6784 9.60616 12.0596 9.13672 12.0596C8.66767 12.0591 8.28711 11.6781 8.28711 11.209V9.9873H5.84277V11.209C5.84277 11.6784 5.46261 12.0596 4.99316 12.0596C4.52392 12.0593 4.14355 11.6783 4.14355 11.209V7.06543C4.14355 6.29057 4.45118 5.54698 4.99902 4.99902C5.5469 4.45114 6.29062 4.14367 7.06543 4.14355ZM14.835 4.14355C15.7471 4.14355 16.6225 4.50552 17.2676 5.15039C17.9127 5.79548 18.2754 6.67072 18.2754 7.58301V8.61914C18.2754 9.53148 17.9127 10.4066 17.2676 11.0518C16.6225 11.6967 15.7472 12.0596 14.835 12.0596H13.7988C13.4363 12.0594 13.0884 11.9146 12.832 11.6582C12.5757 11.4017 12.4317 11.054 12.4316 10.6914V5.51074C12.4318 5.14817 12.5757 4.80038 12.832 4.54395C13.0884 4.28758 13.4363 4.14376 13.7988 4.14355H14.835ZM14.1309 10.3594H14.835C15.2963 10.3594 15.7391 10.1757 16.0654 9.84961C16.3917 9.5233 16.5752 9.08062 16.5752 8.61914V7.58301C16.5752 7.12159 16.3917 6.67882 16.0654 6.35254C15.7392 6.02648 15.2962 5.84277 14.835 5.84277H14.1309V10.3594ZM7.06543 5.84277C6.74149 5.84289 6.43024 5.9721 6.20117 6.20117C5.97214 6.43032 5.84277 6.74144 5.84277 7.06543V8.28809H8.28711V7.06543C8.28711 6.74146 8.15869 6.43032 7.92969 6.20117C7.7006 5.9722 7.38933 5.84284 7.06543 5.84277Z\" fill=\"var(--fill-0, white)\"\/><\/svg> Essayer Pro<\/a>\n          <a href=\"https:\/\/fr.wordpress.org\/plugins\/ad-pro-forms\/\" class=\"apf-btn apf-btn-ghost\" target=\"_blank\" rel=\"noopener\"><svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"Text\"><path id=\"Union\" d=\"M15.2002 9.59961C15.6419 9.59971 16 9.95863 16 10.4004V13.5996C16 14.2361 15.747 14.8468 15.2969 15.2969C14.8468 15.747 14.2361 16 13.5996 16H2.40039C1.76387 16 1.15321 15.747 0.703125 15.2969C0.253038 14.8468 0 14.2361 0 13.5996V10.4004C0 9.95863 0.358067 9.59971 0.799805 9.59961C1.24163 9.59961 1.59961 9.95856 1.59961 10.4004V13.5996C1.59961 13.8118 1.68396 14.016 1.83398 14.166C1.98401 14.316 2.18822 14.4004 2.40039 14.4004H13.5996C13.8118 14.4004 14.016 14.316 14.166 14.166C14.316 14.016 14.4004 13.8118 14.4004 13.5996V10.4004C14.4004 9.95856 14.7584 9.59961 15.2002 9.59961ZM8 0C8.44176 9.6624e-08 8.7997 0.358067 8.7998 0.799805V8.46875L11.4346 5.83398C11.7469 5.52192 12.2531 5.52191 12.5654 5.83398C12.8778 6.1464 12.8778 6.6534 12.5654 6.96582L8.56543 10.9658C8.47854 11.0526 8.37611 11.1138 8.26758 11.1523C8.25489 11.1569 8.24247 11.1621 8.22949 11.166C8.21789 11.1695 8.20605 11.1719 8.19434 11.1748C8.18233 11.1778 8.17041 11.1811 8.1582 11.1836C8.15337 11.1846 8.1484 11.1847 8.14355 11.1855C8.09689 11.194 8.0491 11.2002 8 11.2002C7.95056 11.2002 7.90243 11.1941 7.85547 11.1855C7.85063 11.1847 7.84565 11.1846 7.84082 11.1836C7.82862 11.1811 7.81668 11.1778 7.80469 11.1748C7.79298 11.1719 7.78112 11.1695 7.76953 11.166C7.75657 11.1621 7.74412 11.1569 7.73145 11.1523C7.62324 11.1138 7.52123 11.0524 7.43457 10.9658L3.43457 6.96582C3.12215 6.6534 3.12215 6.1464 3.43457 5.83398C3.74693 5.52192 4.25308 5.52191 4.56543 5.83398L7.2002 8.46875V0.799805C7.2003 0.358067 7.55824 0 8 0Z\" fill=\"var(--fill-0, #FF7120)\"\/><\/g><\/svg> T&eacute;l&eacute;charger<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ TRUST BLOCKS ============ -->\n  <section class=\"apf-container apf-section\">\n    <div class=\"apf-trust-row\">\n      <div class=\"apf-trust\">\n        <div class=\"apf-trust-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487\"><\/path><path d=\"M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132\"><\/path><path d=\"M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42\"><\/path><path d=\"M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14\"><\/path><path d=\"M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676\"><\/path><\/svg><\/div>\n        <p>Made in Paris<\/p>\n      <\/div>\n      <div class=\"apf-trust\">\n        <div class=\"apf-trust-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"><\/path><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><\/div>\n        <p>Conforme RGPD<\/p>\n      <\/div>\n      <div class=\"apf-trust\">\n        <div class=\"apf-trust-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"><\/path><path d=\"M16 2v4\"><\/path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"><\/rect><path d=\"M3 10h18\"><\/path><path d=\"m9 16 2 2 4-4\"><\/path><\/svg><\/div>\n        <p>Essai 7 jours<\/p>\n      <\/div>\n      <div class=\"apf-trust\">\n        <div class=\"apf-trust-icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z\"><\/path><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><\/div>\n        <p>Satisfait ou rembours&eacute;<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ FAQ ============ -->\n  <section class=\"apf-container apf-section\">\n    <h2 class=\"apf-faq-title\">Foire aux questions <span class=\"apf-accent\">(FAQ)<\/span><\/h2>\n    <div class=\"apf-faq-list\">\n\n      <div class=\"apf-faq-item\" id=\"apfFaq0\">\n        <button class=\"apf-faq-trigger\" onclick=\"apfToggleFaq(0)\">\n          <span class=\"apf-faq-q\">&Agrave; qui s&rsquo;adresse r&eacute;ellement AD Pro Forms&nbsp;?<\/span>\n          <svg class=\"apf-faq-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n        <div class=\"apf-faq-body\"><p class=\"apf-faq-a\">Ce plugin a &eacute;t&eacute; cr&eacute;&eacute; pour mettre fin &agrave; un dilemme&nbsp;: le choix entre des extensions gratuites ultra-lourdes qui d&eacute;truisent votre score SEO (PageSpeed), et des solutions premium hors de prix. Si vous cherchez un outil <strong>rapide &agrave; configurer<\/strong>, <strong>propre sous le capot<\/strong> et <strong>g&eacute;n&eacute;reux dans ses fonctionnalit&eacute;s de base<\/strong>, vous &ecirc;tes au bon&nbsp;endroit.<\/p><\/div>\n      <\/div>\n\n      <div class=\"apf-faq-item\" id=\"apfFaq1\">\n        <button class=\"apf-faq-trigger\" onclick=\"apfToggleFaq(1)\">\n          <span class=\"apf-faq-q\">Ai-je besoin de savoir coder&nbsp;?<\/span>\n          <svg class=\"apf-faq-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n        <div class=\"apf-faq-body\"><p class=\"apf-faq-a\">Non. Le constructeur permet de cr&eacute;er et personnaliser les formulaires depuis WordPress. L&rsquo;int&eacute;gration se fait avec un shortcode. Les hooks et options PHP sont disponibles pour les d&eacute;veloppeurs qui souhaitent aller plus&nbsp;loin.<\/p><\/div>\n      <\/div>\n\n      <div class=\"apf-faq-item\" id=\"apfFaq2\">\n        <button class=\"apf-faq-trigger\" onclick=\"apfToggleFaq(2)\">\n          <span class=\"apf-faq-q\">Quels sont les pr&eacute;requis pour installer le plugin&nbsp;?<\/span>\n          <svg class=\"apf-faq-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n        <div class=\"apf-faq-body\"><p class=\"apf-faq-a\">C&rsquo;est tr&egrave;s simple&nbsp;: un site sous <strong>WordPress 5.0 ou sup&eacute;rieur<\/strong> et une version de <strong>PHP 7.2 ou sup&eacute;rieure<\/strong> (ce qui est le cas de 99&nbsp;% des h&eacute;bergements actuels, y compris les offres d&rsquo;entr&eacute;e de&nbsp;gamme).<\/p><\/div>\n      <\/div>\n\n      <div class=\"apf-faq-item\" id=\"apfFaq3\">\n        <button class=\"apf-faq-trigger\" onclick=\"apfToggleFaq(3)\">\n          <span class=\"apf-faq-q\">Le plugin va-t-il ralentir mon site ou impacter mon SEO&nbsp;?<\/span>\n          <svg class=\"apf-faq-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n        <div class=\"apf-faq-body\"><p class=\"apf-faq-a\"><strong>C&rsquo;est tout l&rsquo;inverse.<\/strong> La majorit&eacute; des plugins de formulaires chargent leurs scripts sur absolument toutes les pages de votre site, m&ecirc;me s&rsquo;il n&rsquo;y a pas de formulaire. AD Pro Forms est intelligent&nbsp;: ses fichiers (CSS\/JS) ne se chargent <strong>que si un formulaire est d&eacute;tect&eacute; sur la page<\/strong>. Le reste du temps, son impact sur votre vitesse de chargement est de&nbsp;<strong>z&eacute;ro<\/strong>.<\/p><\/div>\n      <\/div>\n\n      <div class=\"apf-faq-item\" id=\"apfFaq4\">\n        <button class=\"apf-faq-trigger\" onclick=\"apfToggleFaq(4)\">\n          <span class=\"apf-faq-q\">Suis-je oblig&eacute; de configurer Cloudflare Turnstile pour bloquer le spam&nbsp;?<\/span>\n          <svg class=\"apf-faq-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n        <div class=\"apf-faq-body\"><p class=\"apf-faq-a\"><strong>Non.<\/strong> Le plugin int&egrave;gre nativement un syst&egrave;me <strong>Honeypot invisible<\/strong>. Il pi&egrave;ge les robots spammeurs de mani&egrave;re totalement transparente, sans que vous n&rsquo;ayez rien &agrave; configurer. L&rsquo;option Cloudflare Turnstile est une s&eacute;curit&eacute; suppl&eacute;mentaire (gratuite) que vous pouvez activer en 2 minutes si vous subissez des vagues de spam&nbsp;intenses.<\/p><\/div>\n      <\/div>\n\n      <div class=\"apf-faq-item\" id=\"apfFaq5\">\n        <button class=\"apf-faq-trigger\" onclick=\"apfToggleFaq(5)\">\n          <span class=\"apf-faq-q\">AD Pro Forms est-il conforme au RGPD&nbsp;?<\/span>\n          <svg class=\"apf-faq-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n        <div class=\"apf-faq-body\"><p class=\"apf-faq-a\"><strong>Oui, nativement.<\/strong> Contrairement aux solutions SaaS externes, AD Pro Forms stocke l&rsquo;int&eacute;gralit&eacute; des donn&eacute;es des formulaires <strong>sur votre propre base de donn&eacute;es WordPress<\/strong>. Aucune information ne transite par un serveur tiers. Vous restez le seul et unique propri&eacute;taire des donn&eacute;es de vos&nbsp;prospects.<\/p><\/div>\n      <\/div>\n\n      <div class=\"apf-faq-item\" id=\"apfFaq6\">\n        <button class=\"apf-faq-trigger\" onclick=\"apfToggleFaq(6)\">\n          <span class=\"apf-faq-q\">Comment fonctionne l&rsquo;essai gratuit de 7 jours&nbsp;?<\/span>\n          <svg class=\"apf-faq-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n        <div class=\"apf-faq-body\"><p class=\"apf-faq-a\">Vous pouvez tester l&rsquo;offre <strong>Professional<\/strong> sans aucun risque. Vous b&eacute;n&eacute;ficiez de toutes les fonctionnalit&eacute;s premium (Dashboard des entr&eacute;es, export CSV, duplication en un clic, e-mails de confirmation utilisateur) pendant 7 jours. Si le plugin ne vous convient pas, vous pouvez annuler en un clic depuis votre espace client, sans d&eacute;bourser un&nbsp;centime.<\/p><\/div>\n      <\/div>\n\n      <div class=\"apf-faq-item\" id=\"apfFaq7\">\n        <button class=\"apf-faq-trigger\" onclick=\"apfToggleFaq(7)\">\n          <span class=\"apf-faq-q\">Que se passe-t-il si je ne renouvelle pas ma licence annuelle&nbsp;?<\/span>\n          <svg class=\"apf-faq-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n        <div class=\"apf-faq-body\"><p class=\"apf-faq-a\"><strong>Vos formulaires ne s&rsquo;arr&ecirc;teront pas de fonctionner.<\/strong> Vos formulaires restent actifs et vous continuez &agrave; recevoir vos messages. Le renouvellement de la licence vous permet simplement de continuer &agrave; recevoir les mises &agrave; jour de s&eacute;curit&eacute;, les nouvelles fonctionnalit&eacute;s et de conserver l&rsquo;acc&egrave;s au support technique&nbsp;prioritaire.<\/p><\/div>\n      <\/div>\n\n      <div class=\"apf-faq-item\" id=\"apfFaq8\">\n        <button class=\"apf-faq-trigger\" onclick=\"apfToggleFaq(8)\">\n          <span class=\"apf-faq-q\">Existe-t-il une garantie de remboursement&nbsp;?<\/span>\n          <svg class=\"apf-faq-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n        <div class=\"apf-faq-body\"><p class=\"apf-faq-a\">Oui. En plus de l&rsquo;essai gratuit, nous appliquons une politique <strong>&laquo;&nbsp;Satisfait ou Rembours&eacute;&nbsp;&raquo; de 7 jours<\/strong> sur tous nos plans d&rsquo;achat (y compris les licences &agrave; vie). Si le plugin ne r&eacute;pond pas exactement &agrave; vos attentes, nous vous remboursons&nbsp;int&eacute;gralement.<\/p><\/div>\n      <\/div>\n\n      <div class=\"apf-faq-item\" id=\"apfFaq9\">\n        <button class=\"apf-faq-trigger\" onclick=\"apfToggleFaq(9)\">\n          <span class=\"apf-faq-q\">Qu&rsquo;est-ce que la fonctionnalit&eacute; &laquo;&nbsp;Marque Blanche&nbsp;&raquo; (White Label)&nbsp;?<\/span>\n          <svg class=\"apf-faq-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n        <div class=\"apf-faq-body\"><p class=\"apf-faq-a\">Disponible dans l&rsquo;offre Business, elle permet de masquer totalement le nom &laquo;&nbsp;AD Pro Forms&nbsp;&raquo; et le logo du plugin dans l&rsquo;administration de WordPress. C&rsquo;est l&rsquo;option id&eacute;ale pour les agences et freelances qui souhaitent livrer un site propre &agrave; leurs clients, sous leur propre marque ou sans mention d&rsquo;outils&nbsp;tiers.<\/p><\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<script type=\"text\/javascript\" src=\"https:\/\/checkout.freemius.com\/js\/v1\/\"><\/script>\n<script>\n  function apfFsLoaded() { return typeof FS !== \"undefined\"; }\n  var apfStarterHandler, apfProHandler, apfBizHandler;\n  if (apfFsLoaded()) {\n    apfStarterHandler = new FS.Checkout({\n      product_id: \"22175\",\n      plan_id: \"37146\",\n      public_key: \"pk_b31051d17cb0c8e602548dae0a3c1\"\n    });\n    apfProHandler = new FS.Checkout({\n      product_id: \"22175\",\n      plan_id: \"37175\",\n      public_key: \"pk_b31051d17cb0c8e602548dae0a3c1\"\n    });\n    apfBizHandler = new FS.Checkout({\n      product_id: \"22175\",\n      plan_id: \"37176\",\n      public_key: \"pk_b31051d17cb0c8e602548dae0a3c1\"\n    });\n  }\n  function apfBuyStarter(cycle) {\n    if (!apfFsLoaded()) { return; }\n    apfStarterHandler.open({ name: \"AD Pro Forms\", licenses: 1, billing_cycle: cycle });\n  }\n  function apfBuyPro(cycle) {\n    if (!apfFsLoaded()) { return; }\n    apfProHandler.open({ name: \"AD Pro Forms\", licenses: 10, billing_cycle: cycle });\n  }\n  function apfBuyBiz(cycle) {\n    if (!apfFsLoaded()) { return; }\n    apfBizHandler.open({ name: \"AD Pro Forms\", licenses: \"unlimited\", billing_cycle: cycle });\n  }\n  function apfOpenTab(evt, tabName) {\n    var i, content, tabBtns;\n    content = document.getElementsByClassName(\"apf-plans\");\n    for (i = 0; i < content.length; i++) {\n      content[i].classList.remove(\"apf-active\");\n    }\n    tabBtns = document.getElementsByClassName(\"apf-tab-btn\");\n    for (i = 0; i < tabBtns.length; i++) {\n      tabBtns[i].classList.remove(\"apf-active\");\n    }\n    document.getElementById(tabName).classList.add(\"apf-active\");\n    if (evt) { evt.currentTarget.classList.add(\"apf-active\"); }\n  }\n  function apfToggleFaq(index) {\n    var total = 10;\n    for (var i = 0; i < total; i++) {\n      var item = document.getElementById(\"apfFaq\" + i);\n      if (!item) { continue; }\n      var body = item.querySelector(\".apf-faq-body\");\n      if (i === index) {\n        var isOpen = item.classList.contains(\"apf-faq-open\");\n        if (isOpen) {\n          item.classList.remove(\"apf-faq-open\");\n          body.style.display = \"none\";\n        } else {\n          item.classList.add(\"apf-faq-open\");\n          body.style.display = \"block\";\n        }\n      } else {\n        item.classList.remove(\"apf-faq-open\");\n        body.style.display = \"none\";\n      }\n    }\n  }\n<\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    { \"@type\": \"Question\", \"name\": \"\u00c0 qui s\u2019adresse r\u00e9ellement AD Pro Forms ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Ce plugin a \u00e9t\u00e9 cr\u00e9\u00e9 pour mettre fin \u00e0 un dilemme : le choix entre des extensions gratuites ultra-lourdes qui d\u00e9truisent votre score SEO (PageSpeed), et des solutions premium hors de prix. Si vous cherchez un outil rapide \u00e0 configurer, propre sous le capot et g\u00e9n\u00e9reux dans ses fonctionnalit\u00e9s de base, vous \u00eates au bon endroit.\" } },\n    { \"@type\": \"Question\", \"name\": \"Ai-je besoin de savoir coder ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Non. Le constructeur permet de cr\u00e9er et personnaliser les formulaires depuis WordPress. L\u2019int\u00e9gration se fait avec un shortcode. Les hooks et options PHP sont disponibles pour les d\u00e9veloppeurs qui souhaitent aller plus loin.\" } },\n    { \"@type\": \"Question\", \"name\": \"Quels sont les pr\u00e9requis pour installer le plugin ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Un site sous WordPress 5.0 ou sup\u00e9rieur et une version de PHP 7.2 ou sup\u00e9rieure (ce qui est le cas de 99 % des h\u00e9bergements actuels, y compris les offres d\u2019entr\u00e9e de gamme).\" } },\n    { \"@type\": \"Question\", \"name\": \"Le plugin va-t-il ralentir mon site ou impacter mon SEO ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"C\u2019est tout l\u2019inverse. La majorit\u00e9 des plugins de formulaires chargent leurs scripts sur toutes les pages du site, m\u00eame sans formulaire. AD Pro Forms ne charge ses fichiers (CSS\/JS) que si un formulaire est d\u00e9tect\u00e9 sur la page. Le reste du temps, son impact sur la vitesse de chargement est de z\u00e9ro.\" } },\n    { \"@type\": \"Question\", \"name\": \"Suis-je oblig\u00e9 de configurer Cloudflare Turnstile pour bloquer le spam ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Non. Le plugin int\u00e8gre nativement un syst\u00e8me Honeypot invisible qui pi\u00e8ge les robots spammeurs de mani\u00e8re transparente, sans configuration. L\u2019option Cloudflare Turnstile est une s\u00e9curit\u00e9 suppl\u00e9mentaire (gratuite) activable en 2 minutes en cas de vagues de spam intenses.\" } },\n    { \"@type\": \"Question\", \"name\": \"AD Pro Forms est-il conforme au RGPD ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Oui, nativement. Contrairement aux solutions SaaS externes, AD Pro Forms stocke l\u2019int\u00e9gralit\u00e9 des donn\u00e9es des formulaires sur votre propre base de donn\u00e9es WordPress. Aucune information ne transite par un serveur tiers. Vous restez le seul propri\u00e9taire des donn\u00e9es de vos prospects.\" } },\n    { \"@type\": \"Question\", \"name\": \"Comment fonctionne l\u2019essai gratuit de 7 jours ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Vous pouvez tester l\u2019offre Professional sans risque. Vous b\u00e9n\u00e9ficiez de toutes les fonctionnalit\u00e9s premium (Dashboard des entr\u00e9es, export CSV, duplication en un clic, e-mails de confirmation utilisateur) pendant 7 jours. Annulation en un clic depuis votre espace client, sans d\u00e9bourser un centime.\" } },\n    { \"@type\": \"Question\", \"name\": \"Que se passe-t-il si je ne renouvelle pas ma licence annuelle ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Vos formulaires ne s\u2019arr\u00eateront pas de fonctionner. Ils restent actifs et vous continuez \u00e0 recevoir vos messages. Le renouvellement permet de continuer \u00e0 recevoir les mises \u00e0 jour de s\u00e9curit\u00e9, les nouvelles fonctionnalit\u00e9s et de conserver l\u2019acc\u00e8s au support technique prioritaire.\" } },\n    { \"@type\": \"Question\", \"name\": \"Existe-t-il une garantie de remboursement ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Oui. En plus de l\u2019essai gratuit, une politique \u00ab Satisfait ou Rembours\u00e9 \u00bb de 7 jours s\u2019applique sur tous les plans d\u2019achat, y compris les licences \u00e0 vie. Si le plugin ne r\u00e9pond pas \u00e0 vos attentes, vous \u00eates rembours\u00e9 int\u00e9gralement.\" } },\n    { \"@type\": \"Question\", \"name\": \"Qu\u2019est-ce que la fonctionnalit\u00e9 \u00ab Marque Blanche \u00bb (White Label) ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Disponible dans l\u2019offre Business, elle permet de masquer totalement le nom AD Pro Forms et le logo du plugin dans l\u2019administration de WordPress. Id\u00e9ale pour les agences et freelances qui souhaitent livrer un site propre \u00e0 leurs clients, sous leur propre marque.\" } }\n  ]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Cr&eacute;ez des formulaires WordPress &eacute;l&eacute;gants, l&eacute;gers et faciles &agrave;&nbsp;g&eacute;rer Construisez vos formulaires visuellement, personnalisez leur apparence et g&eacute;rez les soumissions directement depuis WordPress. AD Pro Forms r&eacute;unit les fonctions r&eacute;ellement utiles dans une interface propre, rapide et sans&nbsp;publicit&eacute;. Essayer Pro T&eacute;l&eacute;charger Styles avanc&eacute;s sans&nbsp;code Adaptez les formulaires &agrave; votre identit&eacute; visuelle depuis un panneau de [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":18786,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-16215","page","type-page","status-publish","has-post-thumbnail","hentry"],"blocksy_meta":{"page_structure_type":"type-4","has_hero_section":"disabled","hero_elements":[{"id":"custom_title","enabled":false,"heading_tag":"h1","title":"Home","__id":"KcIaOiCxVDf1D2CHYcvC_"},{"id":"custom_description","enabled":false,"description_visibility":{"desktop":true,"tablet":true,"mobile":false},"__id":"giWW0xft9DlLS_qhbmoaL"},{"id":"custom_meta","enabled":false,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":25},{"id":"post_date","enabled":true,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"updated_date","enabled":false,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"categories","enabled":true,"label":"In","style":"simple"},{"id":"comments","enabled":true}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true},"__id":"GMwuAn49T71KzMnTAgztZ"},{"id":"breadcrumbs","enabled":false,"__id":"ASd-2Sj--8NdaFbeHGZbd"},{"id":"content-block","enabled":false,"__id":"Gyf24CxWY7TWmTnNYh6sS"}],"hero_alignment1":"center","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"_links":{"self":[{"href":"https:\/\/altaydagistan.com\/en\/wp-json\/wp\/v2\/pages\/16215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/altaydagistan.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/altaydagistan.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/altaydagistan.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/altaydagistan.com\/en\/wp-json\/wp\/v2\/comments?post=16215"}],"version-history":[{"count":313,"href":"https:\/\/altaydagistan.com\/en\/wp-json\/wp\/v2\/pages\/16215\/revisions"}],"predecessor-version":[{"id":19373,"href":"https:\/\/altaydagistan.com\/en\/wp-json\/wp\/v2\/pages\/16215\/revisions\/19373"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/altaydagistan.com\/en\/wp-json\/wp\/v2\/media\/18786"}],"wp:attachment":[{"href":"https:\/\/altaydagistan.com\/en\/wp-json\/wp\/v2\/media?parent=16215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}