Leadform, Header (translate the fill in parts)

Discussion in 'Infoway WordPress Theme' started by bart0172, Feb 8, 2013.

Thread Status:
Not open for further replies.
  1. bart0172

    bart0172 Guest

    Joined:
    Nov 4, 2012
    Messages:
    43
    Likes Received:
    0
    Hi Guys,

    My knowlegde is getting better I have a have a question again. I want to change the leadform on the homepage. I already changed ' send message' to Dutch but I want to do this also for 'name' email, 'number' and 'message'

    I thought I found it, see underneath, but changing that did not help. Where can I change this? I assume it is in the front-page.php file right?

    $a=new LeadCapture();
    $name=$a->set_lead_name($_POST['Naam']);
    $lead_form1=$a->set_form1($_POST['Email']);
    $lead_form2=$a->set_form2($_POST['Telefoonnummer']);
    $lead_form3=$a->set_form3($_POST['Bericht']);
    $lead_form4=$a->set_form4($_POST['label1']);
    $lead_form5=$a->set_form5($_POST['label2']);
    $lead_form6=$a->set_form6($_POST['label3']);
    $lead_form7=$a->set_form7($_POST['label4']);
    $lead_form8=$a->set_form8($_POST['label5']);
    $lead_form9=$a->set_form9($_POST['label6']);
    $rand=$a->set_randvalue($_POST['randvalue']);
    $multiemail=$a->set_multiemail($multiemail);
    if(isset($_POST['submit']))
    {


    hope to hear soon again!

    Kind regards,

    Bart
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    We have given the option in the dashboard where you can change the text of the Lead Capture Form. Go to "Appearance -> Custom Leads Form" here you can change the text of the existing field by clicking on the 'Field Edit' option. It will allow you to change the text in your language i.e. in 'Dutch' and then you can update it.

    And also you can add more field to your form, from "Add Field" option.
     
    swerik likes this.
  3. bart0172

    bart0172 Guest

    Joined:
    Nov 4, 2012
    Messages:
    43
    Likes Received:
    0
    TY!!!!
     
Thread Status:
Not open for further replies.

Share This Page