Extra Fields for Content

How to set extra fields for webinar/content subscriptions

In cases where you would like to ask attendees additional questions before they subscribe to a piece of content, either an event or document, you will need to fill out the 'Capture additional data' field. In events, this can be found under Audience > Capture additional data

In other types of content, i.e. articles and documents, this can be found under Extra Fields.

IMPORTANT: Replace {contentId} with the content ID, e.g. textbox|not_required|question_1234|Pose a question:

Text Fields

# Phone number (Required) 
  textbox|required|business_phone|Business Phone
# Phone number (Optional)
  textbox|not_required|business_phone|Business Phone

Textarea Fields

# Pose a question field (Optional)
  textbox|not_required|question_{contentId}|Pose a question:
# How did you hear about this webinar (Optional)
  dropdown|not_required|how_did_you_hear_about_this_webinar_{contentID}|
  How did you hear about this webinar?|Colleague,Email,Network,Search Engine,Other
# Industry field (Required)
  dropdown|required|industry|Industry|Academic,Air,Associations,Charity,
  Chemicals,Engineering,Environment,Financial Services

Radio Buttons

# Yes/No radio button (Required)
  radio|required|healthcare_professional_{contentId}|I can confirm that I am a 
  healthcare professional|Yes,No

Checkboxes

# Checkbox field (Optional)
  checkbox|not_required|email_updates_other_{contentId}|Following the 
  event, I would like to receive e-mail updates.
# Checkbox field (Required)
  checkbox|required|terms_{contentId}|I acknowledge that I have read and fully 
  understand this consent

Paragraphs

Use this to include a paragraph within the form. This is useful for adding text that doesn't require user input, either to futher explain questions or to provide extra information to the user on sign up.

paragraph|From time to time, we would like to send you information 
relating to topics in this event, please tick the box below to recieve 
these emails.

Last updated