• Resolved mktunicus

    (@mktunicus)


    Hi,

    I want to change the Mail subject line “Lead added from: Blog Subscriber” to “Thank you for subscribing us”. I went to the php file and I added the sentence but by default “Blog Subscriber” is also coming.

    Also, I changed the field name of “Subject” to “Designation” through php but on mail, “subject” is not getting replaced.

    Please guide me how to do changes

Viewing 1 replies (of 1 total)
  • Plugin Author Icegram

    (@icegram)

    @mktunicus,

    Thank you for using Rainmaker.
    “Blog Subscriber” is your form name that is getting appended.
    You can change the line in php file
    From __('Lead added from: ', 'icegram-rainmaker').$form_title;
    To __('Thank you for subscribing us', 'icegram-rainmaker');

    Change this and it should work.
    However, we did not get you by “Also, I changed the field name of “Subject” to “Designation” through php but on mail, “subject” is not getting replaced.”
    Can you please explain little more about this?

    Let us know how it goes?

Viewing 1 replies (of 1 total)
  • The topic ‘How to rename mail subject line and field name’ is closed to new replies.