• Resolved mikehaceman

    (@mikehaceman)


    sorry but being very stubborn here …

    I did check: https://www.ads-software.com/tags/wp-testing-email-results

    And i still don’t understand why this feature could not be implemented. A lot of discussions about marketing and stuff. For everyone the reason might be different but what matter is that a most of us would like to have it (me included).

    If there is too much to code the “send functionality” is there any way around this? Are there any other plugins that could handle this request and send quiz results link via email?

    e.g. mix with contact form 7?

    1. so user use the quiz
    2. “Show results” button removed from the page
    3. instead there is “contact form 7” form
    4. inside the contact form 7 body a piece of php (like behind the “show results button”) that generates unique link with the results?

    Just brain storming here …. and anyone with basic coding is more than welcome to participate in this conversation. Other quiz/test plugins have send functionality but this plugin seems to be easier and better looking.

    Thanks

    https://www.ads-software.com/plugins/wp-testing/

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

    (@ustimenko)

    @mikehaceman, because I’m lazy.

    There are no technical problems here — only money and time.

    Thread Starter mikehaceman

    (@mikehaceman)

    Hi

    Thanks for quick reply. Im not a coder but ill try to play with it. Could you let me know what script / or piece of code stands behind generate results button?

    Im guessing its either: test-pass-get-results.js or test-pass-fill-form.js?
    Is it entire .js file or just sub query that I can call separately?

    Plugin Contributor ustimenko

    (@ustimenko)

    Sorry, @mikehaceman, I dont’ have a time to consult about it.

    Thread Starter mikehaceman

    (@mikehaceman)

    Thats ok. Maybe someone else will brain storm here.

    If anyone interested in at least something:

    1. One of the easiest solution here is to collect email before the test. If you are using Contact Form 7 (or any other plugin) use on_sent_ok: direct the user to private link of the test itself. Or sent an email with the same link.
    This is not very user friendly but at least something ??

    2. The other solution is to modify form php and include piece of code before the “get the result” button. So the button will be displayed only after giving email address (not necessarily successful send). I haven’t tried this option yet.

    3. This plugin is in .js but there is php file that includes entire form with a button placement. I tried to extract this function outside of this file and mix with Contact Form Send Button – but no luck yet. Will post if ill find something.

    I don’t have any major coding experience or knowledge :0 Just copy/paste testing approach haha

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘results by email – lets find the way’ is closed to new replies.