> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/runway/layout-customization/home-styles/home-style-8/onepage-contact-us-section.md).

# Onepage Contact us section

### 54. Onepage Contact us section

> Module position: onepage
>
> Module class suffix: section6 tp-title-center contact

![](/files/ExXXAj74CGICwP8zOJ4Q)

If you want your module this way, **Go to backend: Extensions --> Module Manager --> New --> Select type as SP Quick Contact Module** with the settings below:

#### Step-1:

Create a new module type as "SP Quick Contact"

#### Step-2:

Once the module is created you need to fill the feilds below

![](/files/ixxABUcrZ0mB0RwVisuW)

#### Step-3:

Publish the module in "onepage-contact-form" position

#### Step-4:

After configured the SP Quick Contact module you need to create a new custom html module and add the following html code

```html
<div class="container">
    <div class="col-md-12 col-sm-12 col-xs-12">
        <h3 class="module-title white "><span class="title-left">Get in </span>
<span class="title-right">Touch with Us</span>
        </h3>
        <p class="white text-center tp-sub-text " style="margin-bottom: 30px;">Sed ut 
Perspiciatis Unde Omnis Iste Sed ut perspiciatis unde omnis iste natu error sit 
voluptatem accusan tium Sed ut</p>
    </div>
    <div class="col-sm-6">
        <div>{loadposition onepage-contact-form}</div>
    </div>
    <div class="col-md-6">
        <div class="text-left tp-contact-info">
            <p>Tel: <strong>(123) 456-5690 </strong>
            </p>
            <p>07 East Avenue, Suite 65, Virginia, 1989 <br /> (123) 456-5690 , 
United States</p>
            <p><a href="#">info@runway.com</a><br />
<a href="http://www.themeparrot.com">www.themeparrot.com</a>
            </p>
            <div class="social social-head"><a href="#" class="toptip"
 title="Linkedin"><em class="icon-linkedin"></em></a><a href="#" class="toptip" 
title="Github"><em class="icon-github"></em></a><a href="#" class="toptip" 
title="Dribbble"><em class="icon-dribbble"></em></a><a href="#" class="toptip" 
title="instagram"><em class="icon-instagram"></em></a><a href="#" class="toptip" 
title="Google Plus"><em class="icon-google-plus"></em></a><a href="#" class="toptip" 
title="Facebook"><em class="icon-facebook"></em></a><a href="#" class="toptip"
 title="Twitter"><em class="icon-twitter"></em></a>
            </div>
        </div>
    </div>
</div>
```

#### Step-5:

Make sure the Prepare content is set to "YES"

Once the modue ls configured successfully SAVE & CLOSE The settings.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://jdocs.themeparrot.com/joomla-templates/runway/layout-customization/home-styles/home-style-8/onepage-contact-us-section.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
