I just used a select form element and checked Allow "Other..." option, and on the webform page I receive the following error:
Fatal error: Call to undefined function select_or_other_process() in (...)/includes/form.inc on line 1723

Comments

JoshW’s picture

I'm getting the same error

enap’s picture

I'm also getting this error. Cleared cache etc, no change.

toabi’s picture

Getting the same error here, too.

Jerome F’s picture

Priority: Major » Critical

In fact there is no way to use this module without getting rid of this error, therefore I mark this critical.

markabur’s picture

danielb’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Closed (works as designed)
Jerome F’s picture

issue pointed fixed with webform's last git

rohit.bhatnagar’s picture

even I am getting this error how do I resolve it? I am stuck :(

Jerome F’s picture

to download the follow the instructions here under "Setting up repository for the first time":
http://drupal.org/project/webform/git-instructions

you probably need git:
http://git-scm.com/download

toabi’s picture

It isn't fixed yet. It's an error in the webform module. You can use my patch for webform in #966028: warning: Illegal offset type in isset or empty when using "Save draft" button with Select or Other... (#16).

webankit’s picture

+1

elgandoz’s picture

Component: Webform » CCK / Field API widget

still broken.
I can confirm toabi patch works.
I changed that single line "manually".

danielb’s picture

Component: Code » Webform