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.