jbcholdings
Forum Replies Created
-
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 »' 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!
Thanks! I’ll give it a shot!
Forum: Plugins
In reply to: Contact Form 7 broken on WP 3.0.1I’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