• I need to design a survey on my WP website with locked access (generate access code for a fee). After the survey is completed, I need to generate a report for the results and email it to the participant.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User

    (@anonymized-20801613)

    You can use WooCommerce for payment and GravityForms with Survey Addon + Gravity PDF.
    Here is a run down how I see this play out.
    1 – Customer purchases Access Code and is able to view a random code in the order confirmation and when viewing order details.
    2 – The random access code is entered into a database table (orderID, Access Code, is_used)
    3 – Customer visits survey page which only displays an input field for the access code which is validated against the database. If no code exist = Not valid, if code exists but used (is_used) = access code has been used, if code exists and not used = display gravity form “Survey”.
    4 – Upon successfully completion and submission of the survey, the access code is marked “used”.
    5 – Gravity Forms converts the results to PDF and emails it to the customer.

    You can create a custom plugin that that ties all this together. Let me know if you have any questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create a survey and generate a pdf report of the results’ is closed to new replies.