I figured it out now. This isn't the best solution because it can only store two data items. Be nice if I could store a matrix of data.
I set the export value to the Price... example $2.00
Then used the following javascript in the next field
getField("field2").value = getField("field1").valueAsString;
Anyone know a better solution?