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
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
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