The template for the old create custom field form contained
a code that handles the form submit and the code was used instead of the code
within subscribers import.
We don't use this form on any other place any more so
removing the default submit functionality allows the specific submit callback
defined within subscribers import code to be used.
[MAILPOET-3540]