I'm working on an assignment for school where we're working with JavaScript (I'm only allowed to use JavaScript) to validate a form for a payment page. It's my first time working with JavaScript so and I feel a bit lost..I need to link my html and javascript with a button
HTML CODE
HTML CODE
Code:
<td><strong>Expiry Date</strong></td> <td><input type="text" id="text7" name="fexpirydate" placeholder="22/08/2030" maxlength="30">
Comment