<inputtype="text"id="location"name="location"placeholder="<?phpecho$l->t('Location of the task');?>"value="<?phpechoisset($_['details']->LOCATION)?$_['details']->LOCATION[0]->value:''?>">
<inputid="categories"name="categories"type="text"placeholder="<?phpecho$l->t('Separate categories with commas');?>"value="<?phpechoisset($_['categories'])?htmlspecialchars($_['categories']):''?>">
<inputid="categories"name="categories"type="text"placeholder="<?phpecho$l->t('Separate categories with commas');?>"value="<?phpechoisset($_['categories'])?$_['categories']:''?>">