have a nice day.

at https://www.ctcabruzzo.it/prenota-ora i add custom field at the contact form. If you controll, these field are formatted in bad way.

I try "radio button", list, etc but alway the field are on the same row.

In the normal joomla contact form they are listed well like

option 1 _ label 1
option 2 label 2
opiont 3
label 3
etc.

P.S. in the same page there are words in english "Have any Question?
feel free to contact with us." or " Head Offices" (we use italian language), what i have to edit for translate that words?

Ty

    Hi nexus6it,

    1. To fix the options issue, you can add the following CSS code to your site:

      .contact #contact-form .control-group {
          padding-left: 15px;
      }
      
      .contact #contact-form .control-group .btn-group,
      .contact #contact-form .control-group .btn-group .form-check-inline {
          display: block;
      }
    2. To translate the labels in the contact page, you can open the \language\en-GB\en-GB.tpl_ja_tour.ini file and find the following labels:

    TPL_CONTACT_CONTACT_SEND = "Book Now"
    TPL_CONTACT_EMAIL_FORM = "Have any Question? <br>feel free to contact<br> with us."
    
    TPL_CONTACT_ADDRESS = "Head Offices"
    TPL_CONTACT_EMAIL = "Drop A Mail"
    TPL_CONTACT_PHONE = "Call Us"

    Ty for the reply.

    you wrote to add some come to css: do you mean in the filed "custom css" of th template?

      Write a Reply...
      You need to Login to view replies.