How can I change the URL parameter of an item with a type of “image”? For example, I have this item in my form:
{type:"image",name:"Picture",label:"Picture",imageWidth:450,imageHeight:253,inputWidth:450,inputHeight:253,url:"/Inventory/Fixtures/fixtures_processor.php?task=GetImage&category=Fixture"}
I want to update the url parameter after the form is saved or loaded so that I can send the unique ID of the record loaded (or created on initial save) in the form to the processing PHP page. (I’m going to have that page rename uploaded files to match the unique ID to avoid overwriting an image associated with another record.)