| 
 
 L 
 | 
						 
							leesayer 3/16/2017 | 
| 
 
 Q: I want to create a button that will copy the data entered in to the field named "FirstName" before the record is added or inserted. A: Yes, this can be done. Insert a button using 'Insert button' function in Visual Editor and put the following code to Client Before event: $("#value_FirstName_1").select();
  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 3/20/2017 | 
| 
 
 It will only work on Add or Edit pages. Only designed to work with input boxes.  | 
											|