zsfhaergta
Programmer
Hi,
I would like to have a form with a method get perform an action, using the value from the input line. But I want to display a constant "click" in the submit button box. The value passed as the parameter should be "$ref" while the display should be "click". How can I do this? Currently I have:
<form method="get" action="url">
<input type="submit" value="$ref">
</form>
so the value is correct($ref), but I want the button to display "click
I would like to have a form with a method get perform an action, using the value from the input line. But I want to display a constant "click" in the submit button box. The value passed as the parameter should be "$ref" while the display should be "click". How can I do this? Currently I have:
<form method="get" action="url">
<input type="submit" value="$ref">
</form>
so the value is correct($ref), but I want the button to display "click