Skip to content

Commit

Permalink
Update cgi_test.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
arfhad-shaikh committed Jul 29, 2021
1 parent c85dfba commit 7ef07e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cgi/cgi_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<input type="number" id="weight" name="weight" placeholder="Your weight in kg..">
<button type="submit" class="signupbtn" onclick="calculateBMI()">Calculate BMI</button>
<button type="submit" class="signupbtn" onclick="calculateBMI()">Email $data{email}</button>
<br/><br/><br/><br/>
<p id="BMI"> </p>
<p id="BMI-result"> </p>
Expand Down

0 comments on commit 7ef07e6

Please sign in to comment.