Skip to main content

Postal Address Module

Introduction

Ask for a postal address and store it in your CRM.

Typical Use Cases

Attributes such as postal address are required for certain application forms, where you have to enter your address. Just insert the module postal address to your experience and save the input as a variable.

How to Use the Module

Intro

Add an intro to introduce before asking for a postal address.

Other texts

Choose placeholder for the form.

Sign in

The consumer must be signed in.

Useful Tips

The zipcode by default is allowed to have an arbitrary pattern. If you only want to allow 5-digit numbers, under input validation you can enter following regular expression pattern:

[0-9]{5}