Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Use the HTML editor to build a subscription form from scratch using HTML code.

...

Code strings look like this:

<input name="group" type="hidden" value="1">
<input name="list" type="hidden" value="2">

In the example above, the user will be subscribed to Group 1 in List 2.

To retrieve Group and List codes, go to Settings > Developer's corner > Codes Table.

Note

Please note that if you copy and paste the form code into your website you need to modify the code:

action="/frontend/subscribe.aspx"

adding the right path of your platform, meaning the domain of your platform. For example, if your platform is "z3fe5.s51.it", the HTML code should look like this:

action="http://z3fe5.s51.it/frontend/subscribe.aspx"

...