My dilema today is that I'm trying to work magic I don't know how to make happen. I'm trying to do a custom form bodycopy on an asset builder… I'm using metadata fields to collect the information I want for each record. I am builder 'Data records' and I want to have a hidden field on the form which uses two of the inputs I collect to name the data record…
i.e. metadata_F-000000 = Firstname, metadata_F-111111 = Surname … then I want to put a hidden field in the form that uses the answers to both those inputs to name the Data Record - Firstname Surname
1). is this possible?
2). if so, how?
Thanks!
You should be able to just use javascript to copy the values from both of those and enter them into the name or title field of the Data Record.