Hello all,
I am trying to add this Javascript function to achieve what is on the subject of the message.
"<script language="javascript"> function addInput() { document.getElementById('extrainput').innerHTML += "<input type='file' value='' /><br />"; } </script>"
I created a container where I set in the Extended Properties id="extrainput" and inside the container I set an expression with extended properties onclick = "addInput();" But sadly this does not work. What am I missing here? Is this the way to add an extra line of inputs when we are editing a Record? Perhaps if we are editing the Costumer in the Template and it lists many industries for that costumer is it possible to add a field (by clicking in a add field) where we can add a new industry?