CustomGFormCustomGForm

RTL Support Form

Provide a fully localized right-to-left form experience.

Render Arabic, Hebrew, and other RTL languages correctly out of the box.

1
import CustomGForm from '@customgform-lib/react-customgform';
2
3
export default function Example() {
4
return <CustomGForm formId="cmqiedlr300t1wn5boqttceuj" />;
5
}