CustomGFormCustomGForm

Support Intake Form

Provide a clean support form with file uploads.

Collect support requests efficiently with clear categorization, priority, and detailed descriptions.

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