Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Spanish contact form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1095
    Cristian
    Participant

    Hello, I can translate into Spanish the contact form , because despite wordpress change language to Spanish this still appears in English

    [contactform to_email=”[email protected]” title=”Contact Form”]

    #1102
    Grace Themes
    Member

    Hi Cristian,

    If you want to change language in contact form, please send WordPress admin login details of your site so we can translate it into Spanish language.

    You can also translate text into Spanish language
    Go to the custom-functions.php file which is inside the inc folder in Business-growth theme directory.
    In line no. 347 find function contactform_func

    Regards
    Grace Themes

    #1108
    Cristian
    Participant

    But thanks I found another solution solo f Change the code is custom-functions.php

    $message = ‘<html><body>

    <table>

    <tr><td>Nombre: </td><td>’.$name.'</td></tr>

    <tr><td>Email: </td><td>’.$email.'</td></tr>

    <tr><td>Teléfono: </td><td>’.$phone.'</td></tr>

    <tr><td>Web: </td><td>’.$website.'</td></tr>

    <tr><td>Mensaje: </td><td>’.$comments.'</td></tr>

    </table>

    </body>

    </html>’;

    #1118
    Grace Themes
    Member

    Hi Cristian,

    That’s great. We are really appreciate it.
    Also please change all the validation messages in contact form function.

    Regards
    Grace Themes

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.