• Hi;

    I installed SurveyMe and it looks perfect for my uses. However, whenever I save (apply button) the questions, they all get deleted except for name, email, and submit. This is true for the default survey as well.

    I can delete the default survey and its questions come back, but as soon as I try to edit or save questions, they disappear.

    I’m using WP 3.04 and PHP 5.2.

    D

    https://www.ads-software.com/extend/plugins/wp-survey/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author DCoda

    (@dcoda)

    So if you click ‘Apply’ without making any changes what happens?

    What are the changes you are making?

    I ask as it may be down to a ‘special character’ in either the question or other fields causing it to reject the question.

    -D

    Thread Starter danielclouse

    (@danielclouse)

    If I just hit “apply” and make no changes to the default form, it deletes every question except name, email, and submit.

    After restting it, I notice though that there is a set of single quotes in the LAST row of the list of questions. It is located in the “New Question” area, in the cell directly below “values.” There is an empty text box to the right of it.

    The code is `
    <tr class=”>
    <th valign=top>”</th>

    <td colspan=2>
    <input class=’admin_text’ type = ‘text’ name=’fields[11][”]’ value=” />
    </td>
    </tr>
    `
    That series of single quotes on the input line looks like it might be a clue.

    Plugin Author DCoda

    (@dcoda)

    Ahh, it seems that your PHP setup is evaluating the .ini files a little differently.

    Can you try this.
    Inside the plugin folder,
    go into the folders library/survey/SurveyMe
    and edit the Settings.ini file
    The last line should read
    default=”
    change that to default=””
    This might solve it.
    If it does this will be included as a permanent fix in the next release.

    -D

    Thread Starter danielclouse

    (@danielclouse)

    That did the trick.

    Plugin Author DCoda

    (@dcoda)

    Super.
    I’ll include it in the next release, for everybody.

    Hi! I have the same issue with question form being cleared after saving. I followed the advice above, though my plugin installation seems to have different structure. There is this path: /plugins/wp-survey/library/survey/Settings and Settings.ini contains this:

    priority = 3
    [survey]
    version = s8v

    Please, I need this solved. Yout plugin is the best survey instrument for WP I′ve come across, but this is sort of an outrage :-D.
    I also ude PollMe, which works just fine.

    Thank you and hope to hear from you soon.

    Plugin Author DCoda

    (@dcoda)

    My mistake the file is in

    /plugins/wp-survey/library/survey/Views/SurveyMe

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: SurveyMe] Questions do not save’ is closed to new replies.