Editing User:Sur/Hero ComparisonGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
< | <form id="inputForm"> | ||
<label for="inputValue">Enter a value:</label> | |||
{{# | <input type="text" id="inputValue" name="inputValue"> | ||
<button type="button" onclick="storeValue()">Submit</button> | |||
</form> | |||
</ | |||
<!-- Placeholder to display the stored value --> | |||
<p>Stored value: {{#var:storedValue}}</p> | |||