

# FormInputCardInput
<a name="API_qapps_FormInputCardInput"></a>

Represents a form input card for an Amazon Q App.

## Contents
<a name="API_qapps_FormInputCardInput_Contents"></a>

 ** id **   <a name="qbusiness-Type-qapps_FormInputCardInput-id"></a>
The unique identifier of the form input card.  
Type: String  
Pattern: `[\da-f]{8}-[\da-f]{4}-[45][\da-f]{3}-[89ABab][\da-f]{3}-[\da-f]{12}`   
Required: Yes

 ** metadata **   <a name="qbusiness-Type-qapps_FormInputCardInput-metadata"></a>
The metadata that defines the form input card data.  
Type: [FormInputCardMetadata](API_qapps_FormInputCardMetadata.md) object  
Required: Yes

 ** title **   <a name="qbusiness-Type-qapps_FormInputCardInput-title"></a>
The title or label of the form input card.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 100.  
Pattern: `[^{}\\"<>]+`   
Required: Yes

 ** type **   <a name="qbusiness-Type-qapps_FormInputCardInput-type"></a>
The type of the card.  
Type: String  
Valid Values: `text-input | q-query | file-upload | q-plugin | form-input`   
Required: Yes

 ** computeMode **   <a name="qbusiness-Type-qapps_FormInputCardInput-computeMode"></a>
The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of `append` shall allow participants to submit the same form multiple times with different values. A compute mode of `replace`code> shall overwrite the current value for each participant.  
Type: String  
Valid Values: `append | replace`   
Required: No

## See Also
<a name="API_qapps_FormInputCardInput_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/qapps-2023-11-27/FormInputCardInput) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/qapps-2023-11-27/FormInputCardInput) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/qapps-2023-11-27/FormInputCardInput) 