• Resolved richlivi

    (@richlivi)


    My apologies if this is answered somewhere, but I searched and was unable to find it. I would like to hide the subject and change it to something else using an attribute. Right now, if the subject is hidden, the plugin inserts that site title, but I would like to specify the subject using something like the following: subject=”Message From Contact Form” Is this possible?

    Thanks for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    That’s currently not possible. For now you should change core files vscf-form and vscf-widget-form.

    Look for:

    
    $subject = get_bloginfo('name');
    

    Change into:

    
    $subject = 'Message From Contact Form';
    

    But I might add this feature in new version.

    Guido

    Thread Starter richlivi

    (@richlivi)

    Thanks, Guido. That would be great if you make the subject an attribute.

    Plugin Author Guido

    (@guido07111975)

    Hi,

    Done, if you update plugin you are able to add a new attribute: subject.

    Example:

    
    [contact subject="Message From Contact Form"]
    

    Note: this subject will also be used in the confirmation to sender (if activated).

    Guido

    Thread Starter richlivi

    (@richlivi)

    Excellent. I installed and tested the update, and can confirm that it works exactly as described/expected. Thanks for the quick work!

    Plugin Author Guido

    (@guido07111975)

    Great, you’re welcome. And thanks for your review 😉

    Guido

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change the subject?’ is closed to new replies.