DCoda
Forum Replies Created
-
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Weird Message after survey is submittedMultiple surveys on one page seems a little odd as a survey is usually an entire page in itself, and multiple would be confusing to the user, so the plugin was never written to cater for this.
If it worked in previous versions then that was not intended and is very surprising.
The documentation will be updated accordingly.Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] survey wont submitThis should fix the problem you are having with the length of the questions and options.
http://downloads.wordpress.org/plugin/wp-survey.4.5.45.b2.zip
Bear in mind that they will be truncated to 30 character each in the table.you can use the expanded prompt if you have a very long question, but you do still need to set the concise prompt to something unique.
Please let us know if this fixes the problem. Then we will continue our testing and update the documentation and release it.
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Weird Message after survey is submittedBut do i take it your original problem was fixed with this beta?
This new problem is because you cannot have multiple surveys on one page.
One survey 1 page.
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] survey wont submitBut it does look like the original problem is fixed.
This problem is due to long questions and long options. The tables field names are made up from the questions and in the case of checkboxes the options also. Though they are truncated to account for the maximum length it seems there was a bug in this. This has been corrected however it is best to keep the questions and options as cons ice as possible.
I’ll release another beta for you in a while.Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] survey wont submitThe new version has just gone through testing, so please try this to see if it fixes your problem, before we update the documentation and release it.
http://downloads.wordpress.org/plugin/wp-survey.4.5.45.b.zipForum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Weird Message after survey is submittedThe new version has just gone through testing, so please try this to see if it fixes your problem, before we update the documentation and release it.
http://downloads.wordpress.org/plugin/wp-survey.4.5.45.b.zipForum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Weird Message after survey is submittedThis is very strange, because to allow the forms to be changed after they are already in use the tables fields are checked and the missing ones are ( but maybe not ) added to the table.
The two fields you mention are created on the fly so they will be in the form as such.
we’ll get back to you when we’ve looked into this further.
Thanks for the input.Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] survey wont submitIt is strange as before it tries saving anything to the table it makes sure that it has all the fields, since the form might have been changed.
Please turn off the comment form and try again, just as a test.The links did not show the screen shots.
To reset the default form delete it. Delete only deletes modifications.
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] survey wont submitCan you please be specific as to the version you have, also what version were you running prior to the upgrade. And what version was this form created under.
I can tell from the light red background on the submitted form that it thinks there is a mandatory field missing. But on viewing the html, none of the individual fields are marked as an error.
Can you post a link to a screen shot of the forms field_definintions screen?
Also please reset the default form and see if you have any trouble with that.
Since it was running before I doubt there is a problem with your system, and it passed our testing. So it looks like there must be something about form that is causing it to break.Sorry about the problem, and with your help we can find this bug.
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] survey wont submitWhich version of the plugin are you using?
It sounds like you have a mandatory field in your survey that was not filled in.
The field should be highlighted , but it is possible your theme might cause it not to.can you post a link to the survey?
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Weird Message after survey is submittedHI, we just tested the plugin and every thing worked as expected.
Can you tell me,- what version of mysql are your using?
- is this a new survey or was it created on a previous version of the plugin
- also just to be sure, what version of the plugin are you using?
- what language is the site in, as sometimes special characters couse problem with saving this to the db.
Thanks for letting us know. THis will be looked into and an updated posted as soon as possible.
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Weird Message after survey is submittedThis will be looked into, and we’ll post an update as required.
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] No submit buttonI did take a look at the test, I was asking about the admin area.
What version of the plugin are you using, and what version of the plugin did you create the form under?
I’m assuming that something went a little caca in the upgrade of the forms to the new version.
Any if you are on the current version of the plugin the fix is as follows.
in the file :
{plugin dir}/application/settings.json
change the lines
“submit”:
{
},
to read
“submit”:
{
“allowed”:1
},This will allow you to add the missing submit button. A similar fix will be included in the next upgrade which is due shortly.
Regards
DForum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] No submit buttonYou could upload one to your site and post a link.
Bust i’ll just ask.
Do you see a submit button on the field definitions screen for the form?
It should be at the end.Do you see a submit button on the default form?