# 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: 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://jdocs.themeparrot.com/joomla-templates/runway/layout-customization/home-styles/home-style-8/onepage-contact-us-section.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.
