Skip to content

Commit e03ea01

Browse files
committed
change action attribute
1 parent a8d9b77 commit e03ea01

5 files changed

+5
-5
lines changed

big_form_test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>Big Form Test</h1>
1717
<div id="results"><p id="results_text"></p></div>
1818

1919
<!-- the form -->
20-
<form id="myForm" action="/echo/html/" method="post">
20+
<form id="myForm" action="js/processor_v4.js" method="post">
2121

2222
<p>
2323
<label for="theName">Your character name:</label>

choose_and_read.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Choose Your Character</h1>
2424
<p>Fill in all the things for an imaginary game character and then submit the form.</p>
2525

2626
<!-- the form -->
27-
<form id="myForm" action="/echo/html/" method="post">
27+
<form id="myForm" action="js/processor_v5.js" method="post">
2828

2929
<p>
3030
<label for="theName">Your character name:</label>

form_test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<h1>Form Test</h1>
1111

12-
<form id="myForm" action="/echo/html/" method="post">
12+
<form id="myForm" action="js/processor_v1.js" method="post">
1313

1414
<!-- paste any form elements here -->
1515
<div>

quiz_version.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Quiz Format</h1>
2424
<p>Fill in any answers to see how the processor script handles the quiz.</p>
2525

2626
<!-- the form -->
27-
<form id="myForm" action="/echo/html/" method="post">
27+
<form id="myForm" action="js/processor_v7.js" method="post">
2828

2929
<p>
3030
<label for="theName">1. Your character name:</label>

shoes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>&ldquo;Pimp My Shoes&rdquo; Contest Entry Form</h1>
2929
<p>Want to trade in your old sneakers for a custom pair of Forcefields? Make a case for why your shoes have <em>got</em> to go and you may be one of ten lucky winners.</p>
3030

3131

32-
<form id="myForm" action="/echo/html/" method="post">
32+
<form id="myForm" action="js/processor_v7_shoes.js" method="post">
3333

3434
<fieldset>
3535
<legend>Contest Entry Information</legend>

0 commit comments

Comments
 (0)