Book a demo

Opt-in preferences

Patients choose whether to receive SMS and email updates.

Dremli public booking and intake forms present communication consent before the patient submits a request. Email and SMS preferences are separate, optional, and off by default.

How it works

Consent is collected as part of the public booking submit flow.

The intake form displays the practice's consent text immediately above the patient preference controls. When the patient submits the request, Dremli sends the selected preferences with the appointment request.

01

Separate choices

Email and SMS updates are shown as independent checkboxes so patients can choose either channel, both, or neither.

02

Off by default

The public booking flow initializes both communication preferences as false until the patient selects them.

03

Submitted with intake

The backend receives channel-specific consent fields with the public booking request for audit and follow-up handling.

Implementation reference

The submitted request stores channel-specific consent.

Dremli's public booking request includes dedicated values for email and SMS communication consent. These values are not inferred from contact details.

communicationConsentEmail: true or false communicationConsentSms: true or false Consent text appears before the opt-in controls Patient phone and email remain separate required intake fields