Dynamic Forms

Dynamic Forms can utilise most of a Static Form's functions. The exceptions are:

  • account_id
  • table_id
  • _dedupe
  • _email_field
  • _static_update

This is because it will prefill with the contact's data, so this information is already known.

Note: Form Fields must be able to map to your Core or Data Table's fields, to allow data to prefill.

Defaults

Form handler: The form action URL uses the domain from the campaign options.

Copy
<form action="[* link.form_submit *]" method="post">

Commands

prefill: Using data from your core/data tables this will prefill your form.

Copy
<input type="text" name="first_name" prefill="yes">