Hello I have some custom code which works out a value based on a file upload to my formidable form. Once the value is calculated it is passed back to the form using the field ID. The value currently shows in the form but if I try to use that value in a calculation by using the field ID then the value does not show/update until I have moved back and forth in the pages of my form. More details:
Solutions: Ideally I would like the value called in from the external code to behave as any other value and be updated and usable in calculations. It would be ok if moving forward a page in the form caused the value to be updated and usable in calculations as I can have the field 361 on one page and the calculations on the next (however this does not work currently as it seems to be moving back one page which makes it update). Further help with javascript: The external code I have performs a word count on uploaded documents and then works out a price based on some other options and a pricing structure. This code has been written in javascript and php and edited a few times. It is difficult for me to make changes and some aspects of it seem messy (even though it does work). I would be interested in finding a programmer to look at it and help me to simplify it and understand how to make changes to it. Looking forward to any responses. Thank you Tamsin