0
What is the code for an app with simple button that go to another page when clicked?
tnx. i am planning to make a reading app for a CYOA (choose your own adventure) novel. but i am just a beginner at coding. pls someone help me
2 Answers
+ 1
<formaction="/action_page.php">
 First name:<br>
  <input type="text"name="firstname"value="Mickey"><br>
 Last name:<br>
  <input type="text"name="lastname"value="Mouse"><br><br>
  <input type="submit"value="Submit">
</form>
+ 1
thank you very muchđđđ