Zum zweiten Formular »

Init mit triggerOnClick:

  $('#col1 input, #col1 textarea, #col1 select').smallipop({
      horizontal: true,
      theme: 'white',
      popupOffset: 20,
      touchSupport: true,
      triggerOnClick: true
  });

Das Formular


Ja Nein Vielleicht


Init ohne triggerOnClick:

  $('#col2 input, #col2 textarea, #col2 select').smallipop({
      horizontal: true,
      theme: 'white',
      popupOffset: 20,
      touchSupport: true

  });

Das Formular


Ja Nein Vielleicht