Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1420932
Set Contact Form
Closed

Comments

  • VinDesign_it started the conversation

    - Hi, How Can I change the language to "contact form" 's theme ? 

    - With Contact Form 7 I can set more parameter but the design is very simple; for example I would like place side by side the box ( like Contact Form theme ). Is There a way for change design ? or set contact form's theme ?

    I hope I explained myself, thanks

  •  361
    Filip replied

    Hi there!

    1. Right now, you can translate all contact form strings using a translation plugin like LocoTranslate. However, we're going to add an easier translation method in a next theme update that is coming out within 2-3 days!

    2. Well, Contact Form 7 can be turned into truly complex layouts but it indeed requires some tweaks in the form's code (HTML & CSS). Building an entire thing from scratch would be a bit beyond the scope of our free support but I can give you a hint to how to build it yourself. 

    Please wrap each form "row" into this HTML code:

    <div class="form-row">
                    <div class="row">
                        <div class="col-md-6">
                            <span class="form-input-holder">
                                [CONTACT FORM 7 FIELD CODE]
                            </span>
                        </div>
                        <div class="col-md-6">
                            <span class="form-input-holder">
                                [CONTACT FORM 7 FIELD CODE]
                            </span>
                        </div>
                    </div>
                </div>

    Then you can repeat the process and place another two fields inside that "form-row" section.

    Kind Regards,
    Veented Team