# Form Features - Capture Additional Details for Radio Answers using the Further Info Feature

## Overview

**Further Info** is a feature available for **Radio** form questions. It lets you add follow-up questions to a radio option when you need extra details.

The answers to these follow-up questions do **not** create separate **SharinPix Form Answer** records in Salesforce. Instead, they are stored directly on fields mapped to the main **Radio Form Answer** record which allows for better reporting.

This feature is useful when you want to capture related details while keeping the data linked to a single radio answer.\
\
This article covers:

* [Air Conditioning Demo: Configure Further Info for a radio question](#air-conditioning-demo-configure-further-info-for-a-radio-question)

## Air Conditioning Demo: Configure Further Info for a radio question

#### Step 1: Add the additional fields required

* Go to **Object Manager** and open the **SharinPix Form Answer** object.

<figure><img src="/files/JyWRPueXaoyTaEi1Sflk" alt=""><figcaption></figcaption></figure>

* Add one or more fields for the additional information you want to store on the answer record.

<figure><img src="/files/3JDuN45wbsfrHQx7JC5e" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2PYh7rNWw537IdyCMr49" alt=""><figcaption></figcaption></figure>

#### Step 2: Configure Further Info on the Radio Form Element

* Add a radio question and ensure that you enter its API name.

<figure><img src="/files/7rDPrdbWSGho4vanCLMA" alt=""><figcaption></figcaption></figure>

* Go to the **Further Info** tab and click on **Edit questions**.

<figure><img src="/files/04pZpTNAyzg0q9YaSv9c" alt=""><figcaption></figcaption></figure>

* Add a follow-up question and enter its API name.

<figure><img src="/files/zfvFpmIGQGFTI2ZqaIVK" alt=""><figcaption></figcaption></figure>

* You can also configure these questions with [Visibility](/forms/form-elements/form-features-conditional-visibility.md) or [Validations](/forms/form-elements/form-features-validations.md) to fit the use case.

<figure><img src="/files/uiPcUlrzK1oy1M7ZihtR" alt=""><figcaption></figcaption></figure>

* Go back to the **Further Info** tab of the radio element.
* Add one or more mappings.
* In each mapping, the [formula](/forms/form-elements/sharinpix-form-formula-fields-and-attributes.md) entry should reference the API name of a **Further Info** question that you defined earlier in **Edit questions**.
* Each mapping writes that value to a Salesforce field on the radio **SharinPix Form Answer** record.

<figure><img src="/files/pgLLHQmI9facdyjgYObd" alt=""><figcaption></figcaption></figure>

#### Step 3: Test the form

<figure><img src="/files/gq3j4q3rgzWVSI4uI6FM" alt=""><figcaption></figcaption></figure>

* Submit the form and open the related radio **SharinPix Form Answer** record.
* Check if each field used in the mapping has the value from the corresponding *Further Info* form field.
* Make sure the fields have been added to the layout.

<figure><img src="/files/mXeE8hqt8hYcM7EhBADE" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sharinpix.com/forms/form-elements/form-features-capture-additional-details-for-radio-answers-using-the-further-info-feature.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
