Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #401195

    smenavto
    Participant

    Hello,

    I saw that you recommended “Contact Forms 7” for adding non-subscription based forms to X-Theme. Unfortunately, I didn’t see a database for that plugin — is there no database for this tool?

    … In the mean-time, I was instructed to use Machforms. However, the style does not match the theme! Is there anyway these Machforms can be skinned with custom CSS (at least for the buttons)?

    Image examples:

    Chicago commercial photographers

    Chicago commercial photographers

    URL:http://dev.sensiblemicro.com/our-company/contact-us/

    Thanks!

    #401360

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    To style submit button kindly use following CSS under Custom > CSS in the Customizer:

    input#submit_form {
        padding: 8px !important;
        background-color: #ddd !important;
        border: 1px solid #D2D2D2 !important;
        color: #355B5B;
        font-size: 15px !important;
        font-weight: bold;
    }

    Thanks.

    #401513

    smenavto
    Participant

    Alright. I’ll try it out! Thank you in advance.

    Quick side question: Is there any way we can get something like an asynchronus postback when we click the submit button on our machforms? Right now when we submit, it does a full page postback and pulls us back to the top of the page.

    Thanks again for all your help!

    Cheers,
    Mike

    #401719

    Darshana
    Moderator

    Hi there,

    Please refer to the following resource on that (http://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/).

    Hope that helps.

    #543414

    smenavto
    Participant

    Thank you!

    #549426

    Darshana
    Moderator

    Glad we were able to help 🙂