I am building a consignment sales site. The site allows users to upload information about a book, including price, which is turned into a post and displayed to other users. We take a consignment fee which is a portion of the price (10% of the price). What I am trying to do is pre-populate the "shippping" (or handling) section based on 10% of what the price field is.
If it helps, here is a simplified workflow
-User adds title of book "most awesome book ever"
-User adds price "$15.00"
-Shipping/handling field should automatically update to "$1.50" based on 10% of price
Any help?