How to change Divi Form Subject line?
well it turns out that there are (at least ) two ways:
- Change your General Settings > Site title
this will change the subject line from “New Message From **Old Site Title** to “New Message From New Site Title**
And, hopefully the site’s SEO is running off Divi SEo settings and not this so it will not adversely affect the site’s SEO? - Edit Divi theme file: ContactForm.php i your child theme
ie: set up a folder called includes in your child theme: mytheme/includes and move Divi/includes/builder/module/ContactForm.php into it
then edit line 616 (?may vary?)
__( ‘New Message From %1$s%2$s’, ‘et_builder’ ),
to
i am guessing here as i went with option 1…
__( ‘New Message From YOUR SITE TYPE WORDS’, ‘et_builder’ ),try it. should work…
