$html->addHtml('Welcome to Barcode Buddy! Please enter your Grocy API details below. For more information, please visit the <a target="_blank" href="https://barcodebuddy-documentation.readthedocs.io/en/latest/">documentation</a>.');
$html->addLineBreak(3);
$editValue = "";
if (isset($_POST["GROCY_API_URL"]))
$editValue = $_POST["GROCY_API_URL"];
elseif ($config["GROCY_API_URL"] != null)
$editValue = $config["GROCY_API_URL"];
$html->buildEditField('GROCY_API_URL', 'Grocy API URL', $editValue)