About HTML Forms

  • Generate an HTML form

    In this article : Where to find the HTML forms Add fields Choose the target groups Personalize the confirmation pages How to generate code and use it Where to find the HTML forms To create an HTML form,…

  • Modify the code of an HTML form

    In this article Before you start Customize CSS Add Javascript Before you start When you generate an HTML form with our tool, you get a complete HTML code to insert on your site that can be edited or used…

  • Code example: create a drop-down list

    Some fields can be displayed in different ways. For example, you could use a custom field to record how often your subscribers wish to receive communications. By presenting this question as a drop-down…

  • Code example: how to submit a form in a new window

    When you embed an HTML form into a page, you may want it to submit in a new window. This way, when someone subscribes, the confirmation message opens in a new page rather than replacing the current one…

  • Code example: add a simple validation on the fields

    It is possible to add validation on the HTML code to help the user to complete the form. For example, adding the required attribute to a field will return a message when submitting the form if that field…

  • Code example: showing groups as checkboxes

    In this article: Important notes Finding the ID of your groups Sample code Here is an example of an HTML form modified so that the visitor can select their own group(s) from a list of checkboxes. The…

  • Common problem with HTML forms on the Facebook mobile application

    When a target attribute "_blank" is added in the code of an HTML form, it can cause a problem when submitting the form in the Facebook mobile app on iOS.