I had Multistep working properly, but after working on my forms for some time I made some change that now causes it to produce an unexpected scrollbox with code when clicking Save or Next in a new form (see attached screen snapshot). The contents of the window are:
{ "status": true, "updaters": [ ], "debug": [ ], "messages_error": [ ], "messages_status": [ ], "messages_warning": [ ], "redirect": null, "preview": null, "form_id": "questions_de_2011_node_form", "options": { "enabled": true } }
When I disable Multistep, the problem cannot be reproduced. I went to /admin/settings/multistep and reset the data for the one form that appears in the picklist, and I also went to the bottom of /admin/settings/performance and cleared cache data. Neither of these fixed the problem (but I didn't know if they should -- I'm just guessing at this point.)
| Comment | File | Size | Author |
|---|---|---|---|
| multistep-problem.jpg | 32.97 KB | frankfarm |
Comments
Comment #1
wackadoodle commentedI have the same thing - but do not have multistep activated. Using content profile with autoassign and a bunch of other add-ons if necessary I can list here...Also modal popup isn't working for me - don't think they are related
Comment #2
wackadoodle commentedWell - far be it from me to figure out what's up but when I went into /admin/settings/image/image_attach and set the "Attach existing images" to disabled the problem went away.
Comment #3
frankfarm commentedThanks for the suggestion. I did not have Image Attach or Image enabled -- my site/application does not need them. However, I enabled them and then changed the setting you described, but this still did not fix the problem for me.
Comment #4
frankfarm commentedI should add, for clarification, that the scrollbox is very small and resizeable. It might also be described by some as an iframe even though I think technically it isn't.
Comment #5
vkareh commentedInteresting... I can't seem to reproduce the error. Are you using some sort of AJAX in your forms? What modules are you using that would interact with your form?
Comment #6
frankfarm commentedI ended up using a solution that did not involve Multistep. Perhaps someone else who encounters this issue will find this thread.