> ## Documentation Index
> Fetch the complete documentation index at: https://docs.9pic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Contact & About

> Embed an external contact form and write your About Us page content.

## Overview

The **Contact & About** tab has two sections:

1. **Contact Form** — embed an external form (Google Forms, Typeform, or any iframe-based provider) on your gallery website's Contact Us page.
2. **About Us** — write the HTML content that appears on your gallery website's About Us page.

**Plan availability:** Contact & About is editable on **all plans** — there's no plan gate on this tab in the dashboard.

<Frame caption="Contact & About settings">
  <img src="https://assets.9pic.ai/docs/dashboard-guide/settings/contact-about.webp" alt="Contact and About settings tab showing the Contact Form iframe URL field and About Us HTML textarea" />
</Frame>

## How to Open

<Steps>
  <Step title="Go to Settings">
    Click **Settings** in the sidebar.
  </Step>

  <Step title="Select Contact & About">
    Click the **Contact & About** tab.
  </Step>
</Steps>

You can also open it directly at `/settings?tab=contact`.

***

## Contact Form

Embed an external form so visitors can reach you directly from the Contact page on your gallery website.

### Set Up With Google Forms (Recommended)

<Steps>
  <Step title="Create the form">
    Go to [Google Forms](https://forms.google.com) and create a contact form with the fields you want (Name, Email, Message).
  </Step>

  <Step title="Open the embed dialog">
    In Google Forms, click **Send** at the top right, then click the **\< >** (Embed) tab.
  </Step>

  <Step title="Copy the embed URL">
    Copy the value of the `src` attribute from the embed snippet. It ends with `?embedded=true` and looks like `https://docs.google.com/forms/d/e/XXXX/viewform?embedded=true`.
  </Step>

  <Step title="Paste into 9Pic">
    In the **Contact Form** card, paste the URL into the **iFrame Source URL** field.
  </Step>

  <Step title="Save">
    Click **Save Contact Changes** at the bottom of the page.
  </Step>
</Steps>

### Script Source (Optional)

The **Script Source (Optional)** field is only needed for certain advanced form providers that require an additional JavaScript file to load alongside the iframe. Leave it blank for Google Forms, Typeform, and most other providers.

<Tip>
  If your embed comes from a provider you don't recognise, ask them whether the iframe URL alone is enough or whether you also need a script tag. If you only have the iframe URL, the script field stays empty.
</Tip>

***

## About Us

Write the content that appears on the About Us page of your gallery website. The textarea accepts raw HTML, so you can use simple tags for headings, paragraphs, and basic formatting.

<Steps>
  <Step title="Write your content">
    In the **About Us** card, type or paste your content into the **About Us Content** textarea. You can use tags such as `<h1>`, `<p>`, `<strong>`, and `<a>` to format the page.
  </Step>

  <Step title="Save">
    Click **Save Contact Changes** at the bottom of the page.
  </Step>
</Steps>

<Tip>
  Keep your About Us short and concrete. Include who you are, the kinds of events you cover, and how participants can get in touch.
</Tip>

<Note>
  The field stores raw HTML — there is no rich-text editor in this tab. If you are not comfortable writing HTML, paste plain text and surround paragraphs with `<p>...</p>`.
</Note>

***

## Troubleshooting

* **Contact form does not show on the website.** Confirm the iFrame URL ends with `?embedded=true`. Without that parameter, Google Forms refuses to load inside an iframe.
* **Form shows an error page or blank box.** Make sure you copied the embed URL from the **\< >** Embed tab, not the regular form URL from your browser's address bar.
* **About Us content looks like raw HTML.** Wrap text in tags such as `<p>...</p>` or `<h2>...</h2>` — plain text without tags renders without spacing.

## Common Questions

<AccordionGroup>
  <Accordion title="Can I use a form service other than Google Forms?">
    Yes — any service that gives you an iframe embed URL works. Paste the embed URL into the **iFrame Source URL** field. If the service also requires a script, paste it into **Script Source (Optional)**.
  </Accordion>

  <Accordion title="Does About Us support images?">
    The field supports raw HTML, so you can embed images with `<img>` tags pointing to publicly accessible URLs. Keep image sizes reasonable so the page loads quickly.
  </Accordion>

  <Accordion title="Will the Contact and About Us pages appear automatically on my website?">
    Yes — saving the fields makes the Contact and About Us pages live on your gallery website. There are no separate toggles to publish them.
  </Accordion>

  <Accordion title="What happens if I leave both contact fields empty?">
    The Contact page either hides the form or shows fallback contact information from your organisation profile. To show your own form, fill in at least the **iFrame Source URL** field.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Domain & Region" icon="globe" href="/dashboard-guide/settings/domain">
    Set your country or connect a custom domain.
  </Card>

  <Card title="Branding & Theme" icon="palette" href="/dashboard-guide/settings/branding">
    Match the form page to your brand colour and header.
  </Card>
</CardGroup>
