Send message button not working on new message


Home Forums Front End PM PRO Send message button not working on new message

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

    When I create a new message the send message button does not work and as a result the message is not sent.

    Please advise

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

    Where is subject line of message form?
    Subject is required, it can not send message if subject line empty.

    #10458
    damian
    Participant

    I see,
    I have the subject hidden because i don’t want it to show it the message forms (see attached)
    #message_title{display:none;}

    is their anyway to not shoe it in the forms but show it on the message page?

    Thanks in advance

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

    I think 2 are different places. one output for shortcode and another output for main message page. For shortcode it is already filled with page title but main message page that is not happening. You can only hide shortcode message title and not main page message title using following code instead of #message_title{display:none;}
    .fep-form-shortcode-newmessage .fep-form-field-message_title{display:none;} (works in version 6.4 or later)

    #10512
    damian
    Participant

    That’s done the job – cheers

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.