Topic title required


Home Forums Front End PM PRO Topic title required

This topic is: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18516
    damian
    Participant

    Hi,

    I have stripped down the message box so users can only message admin and I have forced the topic title of the message

    unfortunately when I try to send a message from the user to admin I am still getting:

    Error: Subject required.

    the following appears in the appearance>css

    .fep-form-shortcode-newmessage .fep-form-field-message_title{display:none;}
    .fep-label{display:none;}
    .fep-form textarea {width: 601px;}
    #fep-notification-bar button {display:none;}
    #message_title{display:none;}

    and this is the shortcode for the message box
    [fep_shortcode_new_message_form heading="Case Study 1 question 3"]

    Any help would be appreciated

    #18523
    Shamim Hasan
    Keymaster

    add subject="{current-post-title}" in your shortcode

    #18525
    damian
    Participant

    that’s worked great thank you.

    I have used the shortcode: [fep_shortcode_new_message_form subject="{current-post-title}″]

    and the css:
    fep-form-shortcode-newmessage .fep-form-field-message_title{display:none;}
    .fep-label{display:none;}
    .fep-form textarea {width: 601px;}
    #fep-notification-bar button {display:none;}
    #message_title{display:none;}

    However, above the message box I have the word contact can you advise how I remove this text

    thanks

    Attachments:
    You must be logged in to view attached files.
    #18530
    Shamim Hasan
    Keymaster

    add heading="" in your shortcode

    #18543
    damian
    Participant

    perfect – thanks

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

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.