Handling Enter in my own InputField: Can I execute an InputScript when the user presses "Enter" in one of my input fields? I don't want to create a separate pushbutton.
Yes, use "On Enter process=..." and in the InputScript, query the cursor position via variable V[_cursorfieldname]; it will contain the name of the InputField varaible.