Knowledge Base Home Signup Forms
My signup form isn’t working. What could be the problem?
Benchmark Email provides you with a simple methodology to add our signup form code to your website. However, given that every website has it’s own environment, you might encounter conflicts between our code and yours. In most of the cases, the subscriber should see the signup "thank you" page and receive a confirmation email when they click on the ‘"submit button"; and if there are errors in the submission, they would receive an error message indicating the same.
If however you do not get any message on submission (posting the form), it means that your form doesn’t actually post the data to our servers.
This could happen if there are multiple forms on a page and your Javascript validation is interfering with ours. For this reason, we would recommend that you create individual pages for embedding the Signup forms so that no page has more than a single form on it.
The embed code doesn’t work with ASP.NET.
If your server side technology is ASP.NET then you will need to approach the problem in a different way.
You cannot directly embed the form in a page, as ASP.NET pages have their own form.
The following are the alternative methods available to you depending upon your technical expertise: