Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jbcholdings

    (@jbcholdings)

    So I’ve added a “form” to my custom “review.php” (which I was able to create no problem) Which function should I invoke to send the results to the email I’ve assigned to receive results in the admin area of the plugin — I can turn off the “auto-notification” for them and leave their email set correct?

    from results.php

    <form action="??">
    
        	 <label class="next-btn" for="next_btn"><input type='submit' value='Next &raquo;' class='quiz-btn' id="next_btn" />Yes!</label>
        </form>

    I was thinking of invoking:

    wpsqt_functions_send_mail()

    As this seems to be the function that is added by the plugin to fire the results emails?

    If so would I just add a code-behind style file that invokes this function when form action is submitted? How will it know to correctly associate the ‘link’ to the correct results page?

    Thanks a ton!

    Thread Starter jbcholdings

    (@jbcholdings)

    Thanks! I’ll give it a shot!

    I’ve recently had similar issues…

    I wasn’t able to run “Contact Form 7” in WordPress 3.0.1, running on GoDaddy’s PHP/Windows Hosting environment.

    I tried installing “WP-Mail-SMTP” to attempt to fix this issue, to no avalible. The WP-Mail-SMTP reports the same error: “SMTP -> ERROR: Failed to connect to server: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    (10060)”

    I believe this issue is largely related to the fact that I am running PHP in a Windows Hosting environment. The next step seems to be testing in an LAMP stack environment to see if I can isolate the issue to PHP or the server.

    Any other thoughts would be very helpful.

    I’ve also tried multiple combination of SMTP servers including GoDaddy and GMAIL

Viewing 3 replies - 1 through 3 (of 3 total)