Hi! 1. I need to translate the button text "Send your message" into a foreign language. What is the best way to accomplish this? 2. How do I change the prompt strings (like "Your Name" and "Your Email")? 3. Also, the confirmation "Your Message has been successfully submitted and mail sent" has to be translated. Where is this string located? Thanks in advance, Mike
1.For your first issue Go to front-page.php present in your theme directory and follow the instruction as shown in image given below 2.For your second issue Go to front-page.php present in your theme directory and follow the instruction as shown in image given below 3.For your third issue Go to functions > leads_class.php present in your theme directory and follow the instruction as shown in image given below
Hi Gourav Can you tell me how to find leads_class.php in this theme because I've looked everywhere and still can't find it. I just need to change the sent message of the capture form. Thanks