Change Button

The words displayed on a form action button is a value. The value can be changed. Enter a new button name and click the button.
Button Name

This is done using the built-in JavaScript function onClick. Within the button tag, the value of the button is changed the value of the field.

Copy Field Value

Values may be copied from one form field to another. Enter a value in the first field and click the button.

Field 1:
Field 2:
This is done using the built-in JavaScript function onClick. Within the button tag, the value of the second field is changed the value of the first field.