• This is getting pretty ridiculous. At first the “add question” button wouldn’t do anything. Then the “edit/delete question” buttons did nothing. Now when I open my quiz, there are no questions listed at all and I am unable to add questions.

    I basically have to create a quiz perfectly the first time and leave it alone, otherwise I have to redo everything just to fix one thing.

    https://wordpress.org/plugins/awesome-surveys/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter senanimach9

    (@senanimach9)

    Just to clarify, the questions disappear from the dashboard view but are still there in the user-side.

    I was able to fix this by editing one file in the plugin

    \wp-content\plugins\awesome-surveys\includes\views\html-survey-builder.php
    In line 10, I replace the 2 hidden input fields with this code:

    <input type="hidden" name="existing_elements" id="existing_elements" value='<?php echo esc_attr( $existing_elements ); ?>'>
    <input type="hidden" id="content" name="content" value="<?php echo esc_attr( $post->post_content ); ?>">
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Survey content is gone’ is closed to new replies.