Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #702646

    Hello,

    I would really like to be able to click reply and it populate the email address that was submitted on the contact form.

    My hosting provider does not allow sending from domains other than the one hosted…so I have implemented the code mentioned in the documentation:

    function change_cf_from() {
        return " (Email address hidden if logged out) ";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);

    Now the emails come through, but I cannot reply directly to user who submitted. I know you guys usually recommend Contact Form 7…but I would really prefer not to use any additional plugins. I have been trying to follow this previous support ticket with no success (It is a year old so maybe the coding is different).

    Any help would be greatly appreciated!

    #703003

    Hey mg_jason,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    We also need ftp details so we can check on the files

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.