how we can configure Contact form to have predefined body text in email.
i want to have fix text on body before all contact form controls.
Thanks
Brijesh
Hey brijesh1111!
What do you mean by “predefined body text”? Note that you can use plugins like Contact Form 7 and Gravity Forms to replace the theme’s default contact form.
Regards,
Ismael
i want to add text in email body and then all other data will be there.
User has submitted following information
Hi!
Try the following, open framework/php/class-form-generator.php and add this around line 658:
$message .= "User has submitted following information:";
If that doesn’t work, you’d need to rely on other options like CF7 with allows you to do this out of the box.
Best regards,
Josue