CustomGFormCustomGForm

Location Detection Form

Automatically capture city, country, and timezone without extra input.

Use the location add-on to pre-fill regional details for users seamlessly.

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