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

CommentFileSizeAuthor
multistep-problem.jpg32.97 KBfrankfarm

Comments

wackadoodle’s picture

I 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

wackadoodle’s picture

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

frankfarm’s picture

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

frankfarm’s picture

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

vkareh’s picture

Status: Active » Postponed (maintainer needs more info)

Interesting... 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?

frankfarm’s picture

I ended up using a solution that did not involve Multistep. Perhaps someone else who encounters this issue will find this thread.