(PHP version: 7.3.2)
(Windows 10)
(Server version: 10.1.38-MariaDB)
Hello! Please see picture below for reference.
I have a few custom fields. My problem is that after I press to set the status of the test (press circled smileys), the data in these fields are cleared. I would like for the data to stay. I'm aware that it all functions as a form and that normally one can with PHP set the value-attribute of the form to echo the variable values, as per example:
Code: Select all
<input type="text" placeholder="Name" id="name" name="name" value="<?php if (isset($_POST['name'])) echo $_POST['name']; ?>"/>
(Yes, I am new to TestLink and Smarty, I am trying to learn and all help is very appreciated.)
