Yes, by using something like this as the custom calculation script of the field:
event.value = this.getField("First Name").value + " " + this.getField("Last Name").value;
Yes, by using something like this as the custom calculation script of the field:
event.value = this.getField("First Name").value + " " + this.getField("Last Name").value;