Viewing 3 replies - 1 through 3 (of 3 total)
  • I agree… totally weird not to have the “from” address be the contact’s email address.

    *bump*

    I’m having the same problem and settings/support/usage manual not helpful.

    I understand that the form will revert to whatever is in the General Settings if left blank but there are no instructions about what to put in the form’s “Email From Name:” field to NOT make it revert to the general settings and instead use the custom “name” field I created. Even something to make it use the senders email addy instead would be better than “Custom Contact Forms”. The instructions are very specific about what happens when “Email From Name:” is left blank but frustratingly absent of any other directions.

    Seems like an integral and basic part of any contact form.

    in plugins > editor > custom contact form > custom-contact-forms-front.php
    search for “FromName”:
    $mail->FromName = $_POST[‘fname’] . ” ” . $_POST[‘lname’];
    fname and lname are my custom slugs. use yours.

    further down search again for “FromName”:
    $mail->FromName = $_POST[‘fname’] . ” ” . $_POST[‘lname’];


    until the developer fixes/solves this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Custom Contact Forms] Email From Name’ is closed to new replies.