Owen Duncan-Snobel
09/02/2022, 6:57 PMPeer
Owen Duncan-Snobel
09/02/2022, 7:05 PM<Cal
calLink={<TEAM_LINK>}
config={{
name: name,
Phonenumber: phoneNumber
}}
/>
and (this was the custom id for the input I found from right clicking the form
<Cal
calLink={<TEAM_LINK>}
config={{
name: name,
custom_5081: phoneNumber
}}
/>
and
<Cal
calLink={<TEAM_LINK>}
config={{
name: name,
'Phonenumber': phoneNumber
}}
/>Shawn Magee
09/02/2022, 7:21 PMHariom Balhara
09/04/2022, 3:27 AMTeam Hamlet
09/21/2022, 1:31 AMOwen Duncan-Snobel
09/21/2022, 2:51 AMOwen Duncan-Snobel
09/21/2022, 2:52 AM