---
id: sdk.createwidgetoptions.formfieldname
title: CreateWidgetOptions.formFieldName
hide_title: true
sidebar_class_name: sidebar-hidden
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[@friendlycaptcha/sdk](./sdk.md) &gt; [CreateWidgetOptions](./sdk.createwidgetoptions.md) &gt; [formFieldName](./sdk.createwidgetoptions.formfieldname.md)

## CreateWidgetOptions.formFieldName property

The name of the field in the form that is set, defaults to `frc-captcha-response`<!-- -->.

**Signature:**

```typescript
formFieldName?: string | null;
```