Campaign HTML Code

Overview
This html code is the code you place on your website where you want the subscription box to appear. You can have multiple boxes on one page if you wish. Maian Responder supports three methods of adding a sign up box and these are shown below. If you aren't sure what each option means, give them all a try to see each in operation.

Please refer to this information carefully.
Ajax Method
This is the recommended method and processes requests via Ajax with no page refreshes. For this option, the visitor never leaves the page where the code is installed unless campaign redirects occur. You should try this option first.

Code & Information
POST Method
Uses standard POST parameters. Sends POST parameters to responder system. For this option visitor leaves website where code is installed. Not as slick as Ajax, but easier to implement.

Code & Information
GET Method
Uses standard GET parameters. Sends GET parameters to responder system. For this option visitor leaves website where code is installed. Not as slick as Ajax, but easier to implement.

Code & Information