• Resolved stu752

    (@stu752)


    Hi there,

    Is there any way to change which email address the kopa contact form sends messages to? I’d like to change it to a general office address, but can’t see an option anywhere.

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author kopatheme

    (@kopatheme)

    Currently, it send to admin email address. We will think about the update to enter the email for contact.
    However, if you know PHP coding, you can edit file ajax.php located at library/includes

    Thread Starter stu752

    (@stu752)

    Thanks for the quick reply! I’ll have a look at that file!

    Thread Starter stu752

    (@stu752)

    *Setting as resolved*

    Hi, I’ve found the file. Please could you give more details of which line to edit? It’s currently sends to the admin and I want to send emails to a user “jo”.

    Thanks
    Dom

    I was searching for this a few minutes ago.
    After finding this, I just went to that ajax.php located at library/includes
    & edit the $to = get_bloginfo(‘admin_email’);
    to
    $to = ‘test@test.test’;
    //put your mail in place of test@test.test//
    & it works. 😀
    Thanks to theme author to show where to edit, otherwise it won’t be possible by a novice like me.
    Hope all the users of this theme will find it helpful..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Contact Form’ is closed to new replies.