+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Issue with Messaging contact form

  1. #1
    Senior Member
    Join Date
    Jun 2013
    Posts
    188

    Issue with Messaging contact form

    I discovered an issue with the Messaging contact form that is on the listing detail page and used to contact the Seller. I don't know if it's just my Flynax site or if anyone else is having this issue.

    What's happening is ... if I enter text into the "Message" field and hit the "Enter" key a couple of times to add space between the text ... the form will not submit. The button will show "Loading..." and nothing happens.

    If you're a Flynax user, can you test your site and let us know if the same thing is happening on your end?

    Thank you
    Ron

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    using general simple latest version / yes I have the same problem
    Last edited by Pete Young; March 3, 2017 at 10:17 PM.

  3. #3
    Senior Member
    Join Date
    Jun 2013
    Posts
    188
    Thanks Pete.
    It's good to know that it's just not my site/installation. Let's see if anyone else is having the same issue.

  4. #4
    Senior Member
    Join Date
    Mar 2015
    Posts
    130
    hello QuickRon mine working . but my main categories on subdomain . i washave error and flynax fıxed that time ..

  5. #5
    Senior Member
    Join Date
    Jun 2013
    Posts
    188
    Can anyone else please check their site and test to see if the contact form (on the listing page) does not submit if you add hard breaks (ie new lines, hit "Enter" twice) in the Message field?

    Thank you
    Ron

  6. #6
    Hi all,

    1. The problem related with security in webhost. Web-server blocked ajax requests in GET format with special chats in content.
    2. Solution is simple: replace GET to POST


    find method contactOwnerSubmit() in file: \templates\general_modern\js\lib.js



    and changed it:



    also you need changes in php file /includes/classes/rlMessage.class.php in method contactOwner()

    find code:

    PHP Code:
    Only registered members can view the code
    and replace it to:

    PHP Code:
    Only registered members can view the code
    Attached Images Attached Images
    Thank you, Curtis.
    @Flynax Company

  7. #7
    Senior Member
    Join Date
    Dec 2014
    Location
    Germany
    Posts
    199
    Hi,

    I have the same error.

    I Try to fund the: contactOwnerSubmit() in file: \templates\general_modern\js\lib.js
    code

    But on my is templates, the code are different.
    So i'm not sure what ned be changed?

  8. #8
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    http://screencast-o-matic.com/watch/cbei6T6UNA v 4.5.2

    that seems to have fixed it, and although the button did not sit there and loop, nor did it show a dialog saying your message has been sent and nor did an email arrive ?

    so I guess it is close, for a minute I thought it was fixed. Dang

    / EDIT just put it all back and messages not working at all ? just check setting they are fine and this was all working before / frustrations frustrations ?

    the fix probably works but right now I need to walk away from flynax and cool down
    Last edited by Pete Young; March 7, 2017 at 11:01 AM.

  9. #9
    Senior Member
    Join Date
    Jun 2013
    Posts
    188
    @Stephane,
    Search for "contactOwnerSubmit" and you'll find it.

  10. #10
    Senior Member
    Join Date
    Jun 2013
    Posts
    188
    Fantastic! It works!
    Thank you Curtis!!

    Will Flynax include this fix in the next core update?

+ Reply to Thread