Hi,
Thanks for your answer.
This is the input of the form when I llok the code in the browser.
<input type="text" name="fechainicio" class="form-control" value="30-07-2020" />
This is the code in my PHP file using your extension
<input name="fechainicio" type="text" class="form-control" value="<?php //****************************** // Server Side Form Validator //****************************** echo $dwzValidator_0->GetFieldValue(date('d-m-Y'), "fechainicio", "form1"); ?>" />
Thanks.
Gerardo.
|
|
|