The signup forms within Benchmark Email use
<form> tags. Because most websites that are built with ASP are created as forms themselves, using a form within a form will not work.
There are two alternatives you could use though:
- Have your signup form pop-up from a button on your website
- Have your signup form pop-up from a text link on your website
Benchmark Email API (Application Programming Interface) can be programmed to be used with ASP.NET technology. You may want to consider this option as well.