Hello,
In that case you could use a custom form control which would do exactly what you need. You can simply create an ascx control with an input field and a dropdown list. If the user enters some value in the text box, then you would take that value, otherwise the value selected in the dropdown list. For more information on custom form controls please check our
documentation.
Best regards,
Boris Pocatko