• Resolved qspl

    (@qspl)


    hi
    the contact form is not getting submitted. If i try to submit it displays the following

    “This is somewhat embarrassing, isn’t it?
    It seems we can’t find what you’re looking for. Perhaps searching can help.”

    and a search form.

    how can i use the form..? please guide

    https://www.ads-software.com/plugins/wprealestate/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor hozyali

    (@hozyali)

    Please advise the link.

    thanks

    Thread Starter qspl

    (@qspl)

    Hi thanks for the reply

    the issue got fixed

    In the following file of the plugin

    tpl_property_view.php

    on the following line replaced “?msg” with “&msg” and it worked

    sendmail($_REQUEST[‘inq_name’], $et_re_agent_email, $_REQUEST[‘inq_email’], ‘Message from ‘.bloginfo(‘name’),$inq_msg);
    wp_redirect( get_permalink($post->ID).’?msg=1′);

    Replaced with

    sendmail($_REQUEST[‘inq_name’], $et_re_agent_email, $_REQUEST[‘inq_email’], ‘Message from ‘.bloginfo(‘name’),$inq_msg);
    wp_redirect( get_permalink($post->ID).’&msg=1′);

    Thread Starter qspl

    (@qspl)

    hope it will be useful to somebody

    Plugin Contributor hozyali

    (@hozyali)

    Thanks. I will recheck the code and make amendments accordingly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Contact form not working’ is closed to new replies.