Contact Section

Hello, is there no contact form built in this template? Do I really have to install a plugin just for the contact section?

Hello @mtraps,

Thanks for asking. :slight_smile:

I don’t actually get the point you are trying to make regarding contact section. However please understand that contact forms are quite complex in nature and it’s generally a good idea to go with a specialized product for niche requirement. A plugin that is quite popular in WordPress ecosystem is Contact Form 7. You can install the plugin from X > Overview > Approved Plugin.

Here is a guide that you can refer to get started with Contact Form 7:

Thanks.

Thanks for the quick response. I just thought it would come with a contact form integration. Installing a plugin and having to reformat the CSS can take some time.

Hi there,

There is currently no built in contact form element native to Cornerstone but Contact Form 7 is fully integrate with the theme and it will be available as an element when you install and activate it in the X > Overview.

Hope this helps.

Okay I installed the plugin and added the Classic Contact form 7 but there are no options to change padding or the button options for the form. Am I missing something. Thanks!

Hi There,

Yes, that is how the Contact Form 7 is. It only relies on the styling of the Theme. Would you mind providing us your contact page URL and clarify what portion of the form that you need padding, and how do you want the button to look?

Thanks,

It’s alright I can customize it using CSS I just thought there would of been a quicker way.

Hi there,

If you want to add a padding to the form, please try this CSS:

.wpcf7-form {
    padding: 30px;
}

And for the button, can target it using the input.wpcf7-submit[type="submit"] selector then you can add your custom CSS to further customize it.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.