Input HTML fields events (click action)

Input fields will override an Onclick event unless you specifically handle it in the Input element itself. Here’s more info about how to control input forms with JavaScript: http://stackoverflow.com/questions/10637900/onclick-event-to-remove-default-value-in-a-text-input-field

You may need to convert your action to Javascript and run it directly within the input form instead of using Hype’s built in action menu.