> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Right to left forms

> Hebrew, Pashto, Arabic, Persian, and Urdu are commonly written from right to left (RTL). Make surveys or forms aligned in the right-to-left direction.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

## How to enable RTL feature

First, click ICON from the top right corner to open form settings.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4/3ZcO_yEJK-WTjJHC/images/Screenshot2025-10-10at5.19.16PM.png?fit=max&auto=format&n=3ZcO_yEJK-WTjJHC&q=85&s=f623ab20a53855ca817dd59eb0d37a29" alt="Screenshot 2025-10-10 at 5.19.16 PM.png" width="2634" height="1435" data-path="images/Screenshot2025-10-10at5.19.16PM.png" />

Go to `Language` and enable `Right to left`.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4/3ZcO_yEJK-WTjJHC/images/Screenshot2025-10-10at5.20.34PM.png?fit=max&auto=format&n=3ZcO_yEJK-WTjJHC&q=85&s=97d3dbac02c7c9222ace1416c3cb6cd5" alt="Screenshot 2025-10-10 at 5.20.34 PM.png" width="2564" height="866" data-path="images/Screenshot2025-10-10at5.20.34PM.png" />

Remember to `Publish` your form to make the changes reflect.

<img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4/3ZcO_yEJK-WTjJHC/images/Screenshot2025-10-10at5.24.58PM.png?fit=max&auto=format&n=3ZcO_yEJK-WTjJHC&q=85&s=a58fd54611315899bda067ac83b506cb" alt="Screenshot 2025-10-10 at 5.24.58 PM.png" width="2634" height="1333" data-path="images/Screenshot2025-10-10at5.24.58PM.png" />

<SupportBanner />
