Startup Pro Quick contactform

Home Forums All Other Themes Startup Pro Quick contactform

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #66744
    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    Hi Guys,

    The Quick contactform in the banner doesn’t work anymore. The messages that are filled in don’t arrive. Which is very strange, because I have tested the form before and then it worked fine. All I have done is translated the name fields and the confirmation text.

    I have followed all the settings and instructions and when I fill in the form I don’t get a send message either.

    Theme options -> Quick contactform shortcode area ->[contactform to_email=”[email protected]” title=”Contact Formulier”]

    custom-functions.php
    $message = ‘<html><body>
    <table>
    <tr><td>Name: </td><td>’.$name.'</td></tr>
    <tr><td>Email: </td><td>’.$email.'</td></tr>
    <tr><td>Phone: </td><td>’.$phone.'</td></tr>
    <tr><td>Website: </td><td>’.$website.'</td></tr>
    <tr><td>Message: </td><td>’.$comments.'</td></tr>
    </table>
    </body>
    </html>’;
    mail( $atts[‘to_email’], $subject, $message, $headers);
    $cform .= ‘<div class=”success_msg”>Dank u wel. Ik zal zo spoedig mogelijk contact opnemen.</div>’;
    unset( $name, $email, $phone, $website, $comments, $captcha );

    Do you know what’s going wrong? Could you please help?
    https://veilige-woning.nl/

    Regards,
    Miranda

    #66745
    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    Ooooops, i have changed “\” placeholder=\”Website adres met http://\” /></p><div class=\”clear\”></div> in the Pro: custom-functions.php and now the website is white 🙁

    Help….

    #66746
    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    I will send you the login details so you can have a look.

    Regards,
    Miranda

    #66759
    Miranda GraatMiranda Graat
    Member
    • Topics: 49
    • Replies: 116
    • Total: 165
    Member since: October 3, 2016

    Problem is fixed. I have copied the standard codes back through ftp. And now it workes fine again.
    Sorry for the unconvenience.

    Miranda

    #66785
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Okay great 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Startup Pro Quick contactform’ is closed to new replies.