Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Opción buscar y/o autocompletar en pregunta lista(desplegable)

  • gerism81
  • gerism81's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
1 year 6 months ago #232376 by gerism81
Ayúdenos a ayudarle y rellene los siguientes campos:.
Su versión de LimeSurvey:url=https://estudis.comb.cat/index.php?r=surveyAdministration/listsurveys#modalSystemInformation]5.3.23+220705[/url.
Servidor propio o LimeSurvey Cloud: Servidor Propio
Plantilla de diseño utilizada: Fruity
==================
Buenos días comunidad,

Tengo una duda, a ver si me podéis ayudar. Tengo una pregunta de respuesta única tipo lista(desplegable) en la que figuran un total de 254 centros. Me gustaría saber si se puede añadir alguna opción para que al empezar a escribir parte del nombre del centro, salga la opción, sin tener que buscarlo en el desplegable de todos los centros.

Muchas gracias
 
The following user(s) said Thank You: Maria1988

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 year 6 months ago #232380 by Joffm
Hay muchas opciónes
1. Tipo de pregunta
 
  
 
  


2. Plugin "autocomplete"
[url] gitlab.com/SondagesPro/QuestionSettingsType/autoComplete [/url]

3. "autocomplete" javascript
Un ejemplo. 
Tambien puedes usar un archivo de textos (*.csv)
Busca el foro, Hay muchas ejemplos.
Code:
<link href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" />
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script><script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#question{QID} input[type="text"]:eq(2)').autocomplete({
minLength: 1,
source: ["Adalbert Ameise", "Berta Biber", "Carlo Chinchilla", "Doris Dachs", "Ernst Eidechse", "Florian Flamingo", "Gabriele Gnu", "Horst Habicht“]
});
});
</script>
Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The following user(s) said Thank You: gerism81

Please Log in to join the conversation.

  • gerism81
  • gerism81's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
1 year 6 months ago #232381 by gerism81
Muchas gracias Joffm

No había visto que tenia marcado off (no search function)

Please Log in to join the conversation.

Lime-years ahead

Online-surveys for every purse and purpose