Our internal form actions explained


In our application you have the possibility to create forms or landingpages as we tend to call them.

These forms allow you o capture data from your contacts. We have several actions that offere you different capture possibilities.
The action in your submit action inside your forms needs to contain one of the following actions :

 

action_submit

The results will be captured and made available inside the evaluate section. The result can be exported into a csv, excel file.

action_editmixed

The results will be captured and made available inside the evaluate section. Additional contact info is saved in the contacts section. The result can be exported into a csv, excel file.

action_subscribe

This action will susbcribe a contact to a certain group and triggers the double opt-in functionality if active.

action_unsubscribe

This action will susbcribe a contact to a certain group and triggers the double opt-in functionality if active.

action_uniqueformsubmit

When you use the "action_uniqueformsubmit" as name of your submit button, it allows end-users to only submit the form once.

When the end-user tries to submit the form the second time, the subtype CP_SUBTYPE_LP_FORM_ALREADY ( a landingpage ) is shown.

 

More information on our different subtypes can be found here.

Information on how to create a subscription form can be found here.