This works perfect if you are filling out the boxes across the pain and
are not trying something weird, which I found out our customers do. In
this script all the prices are as they are per the product if you filled
in all the spaces before it. (Example: First Name, Last Name then the
Title = This would equal 2 lines of Print) This is My current Script:if
(Style.rawValue == "D13"){ this.rawValue = 1.25; if (FirstName.rawValue
!= null){ this.rawValue = 2.25; } if (LastName.rawValue != null) {
thi...