Welcome to the LimeSurvey Community Forum

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

Search Results (Searched for: template)

  • yuto0419
  • yuto0419's Avatar
22 May 2023 02:05 - 22 May 2023 02:06
Please help us help you and fill where relevant:
Your LimeSurvey version: LimeSurvey Community Edition  5.6.9+230306
Own server or LimeSurvey hosting:Own Server
Survey theme/template:Fruity
==================
Hi!

I would like to create a simple page like the one below and implement a function to transition to Limesurvey.
<!DOCTYPE html>
<html>
<head>
    <title>simple php page</title>
</head>
<body>
    <h1>Hello, World!</h1>
    <form method="post" action="https::/~~~/LimeSurvey/index.php">
        <input type="submit" value="LimeSurvey">
 

But when I press the button I get "400: Could not validate CSRF token." error.
I have verified that the URL I set during operation is correct.
Please tell me how to transition to Limesurvey when I press the button.
 
 
  • kansaspumpkin
  • kansaspumpkin's Avatar
21 May 2023 18:00
Please help us help you and fill where relevant:
Your LimeSurvey version: url=https://tour.etc-research.com/index.php/admin/questions/sa/subquestions/surveyid/55121/gid/7256/qid/132387#modalSystemInformation]Version 3.28.17+220627[/url
Own server or LimeSurvey hosting: own
Survey theme/template:etcDefault_LS3_mobile
==================
The current UI for adding answer options in other languages is a bit of a "trompe l'oeil".
After making a non-primary language current (upper tab), the bottom buttons are still visible, suggesting that the user can "Quick add" a list of answers just for the selected language. But that does not work.
It would make a lot of sense, at least to this user, to make the UI do what it appears to be able to do.
At least, let's grey out the bottom buttons for the non-primary languages.
  • Riadh2020
  • Riadh2020's Avatar
21 May 2023 15:06
hidden answer option was created by Riadh2020
Please help us help you and fill where relevant:
Your LimeSurvey version: 6.0.5+230502
Own server or LimeSurvey hosting: self hosting
Survey theme/template:fruity
==================
Hello, please can you tell me why i can not see the answer option  choice wjth the 5 point radio question and the 5 pont emojy question ( which is not the case with the bootsrap buttun).  thanks
  • egabbour
  • egabbour's Avatar
21 May 2023 09:19
AuthLDAP active directory integration was created by egabbour
Please help us help you and fill where relevant:
Your LimeSurvey version: Community edition 6.0.7  LimeSurvey build 230515
Own server or LimeSurvey hosting: Windows Server 2022 64 build 20348 
Survey theme/template:
==================
HI 
cannot integrate with windows active directory through the plugin "AuthLDAP"
what is the configuration steps please 
  • Moldys
  • Moldys's Avatar
19 May 2023 22:02
Authenticated participants was created by Moldys
Please help us help you and fill where relevant:
Your LimeSurvey version: latest 
Own server or LimeSurvey hosting:
Survey theme/template:
==================
Is it possible to integrate limesurvey with 3rd party identity providers to authenticate survey participants? I am aware of the tokens functionality.
  • holch
  • holch's Avatar
19 May 2023 16:04 - 19 May 2023 16:06
Replied by holch on topic CAPTCHA - Changing words
If you can't even find out what the version of LS is and ICT (who ever that is) can't tell you either, then you most probably also don't have permission to change themes, translations or use Javascript. So I see little to no chance that you will be able to change this as a "normal" student, and given that ICT (I assume this is IT support) can't even tell you what version they are running, I have my doubts that they would be able to do this either.

The version of LImesurvey can usually be found on every page on the LS backend (when you are logged in) in the bottom right corner and if for some reason someone adapted the admin template and deleted this, then you can still find it in the section "comfort update" as a super admin (probably ICT). But if they can't tell you the version, they are either not capable or not willing to help with such a basic request like the version.

This also tells me that the version the university is running is most probably complete out of date.
  • yuto0419
  • yuto0419's Avatar
19 May 2023 09:40 - 22 May 2023 02:07
Please help us help you and fill where relevant:
Your LimeSurvey version: LimeSurvey Community Edition  5.6.9+230306
Own server or LimeSurvey hosting:Own Server
Survey theme/template:Fruity
==================
Hi!

I would like to create a simple page like the one below and implement a function to transition to Limesurvey.
<!DOCTYPE html>
<html>
<head>
    <title>simple php page</title>
</head>
<body>
    <h1>Hello, World!</h1>
    <form method="post" action="https::/~~~/LimeSurvey/index.php">
        <input type="submit" value="LimeSurvey">
 

But when I press the button I get "400: Could not validate CSRF token." error.
I have verified that the URL I set during operation is correct.
Please tell me how to transition to Limesurvey when I press the button.
 
  • FlipPipp
  • FlipPipp's Avatar
19 May 2023 06:33
CAPTCHA - Changing words was created by FlipPipp
Please help us help you and fill where relevant:
Your LimeSurvey version: [see right hand bottom of your LimeSurvey admin screen]
Own server or LimeSurvey hosting: University of Southern Queensland
Survey theme/template:
==================
Can anyone tell me if it is possible to change the wording that is automatically generated on the Captcha for the survey please? 

Currently LimeSurvey automatically generates, "Before you start, please prove that you are human," and we are hoping to change this. A screenshot is attached. 

I have not been able to locate the version of LimeSurvey that my university uses and ICT were unable to tell me. 

Thank you in advance.
  • joeschwab
  • joeschwab's Avatar
18 May 2023 22:29
Duplicate Responses with Tokens was created by joeschwab
Please help us help you and fill where relevant:
Your LimeSurvey version: 3.18.0+190923
Own server or LimeSurvey hosting: Dedicated CentOS WHM/Cpanel
Survey theme/template: fruity
==================

We have multiple closed access surveys in Version 3.18.0+190923 that are using tokens and set to prevent duplicate responses, however, I have noticed many cases where we have duplicate responses for a single token. 

We have an external application developed to import participant responses for the purposes of tracking completions and progress across multiple surveys. So these duplicate response records are causing some problems for us.

I have the following options configured:

Participant settings:
Enable token-based response persistence: On
Allow multiple responses or update responses with one token: Off

Notifications & Data:
Participant may save and resume later: on

Publication & access:
Set cookie to prevent repeated participation: on
 
Does anyone have ideas of why we are getting duplicate responses for some tokens? or how we might prevent duplicate responses?

Any help is greatly appreciated!

 
 
Displaying 1216 - 1224 out of 1224 results.

Lime-years ahead

Online-surveys for every purse and purpose