> Can you provide us an example on how to add a "required" property on a html 
> field ?

<form id="someform">
        <label>Name:</label>&nbsp;<input type="text" id="name" required="true" 
/><br/>
        <label>Car:</label>&nbsp;<input type="text" id="car" required="true" 
/><br/>
        <input type="submit" id="btnsubmit" value="Submit!" />
</form>

_______________________________________________
Dolibarr-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev

Répondre à