You are here

function advpoll_writein_callback in Advanced Poll 7.3

Same name and namespace in other branches
  1. 7 advpoll.module \advpoll_writein_callback()
  2. 7.2 advpoll.module \advpoll_writein_callback()

Used by Ajax form to allow smoother validation of write-in.

1 string reference to 'advpoll_writein_callback'
advpoll_choice_form in ./advpoll.module
Voting form for advanced poll.

File

./advpoll.module, line 683

Code

function advpoll_writein_callback($form, $form_state) {
  return $form;
}