Hi All,
I would like to create a new form and send a custom email to form submission owner. Documentation (I left link below) states "you can call fields with $Vars[first_name]" but after I update with my field names, I am getting "$Vars[first_name]" output just like text or paragraph.
https://developer.crownpeak.com/Documentation/BestPractices/WCO/Forms.html
I tried with following input but none of them works for me.
$vars["city"] $vars[city] $Vars["city"] $Vars[city]
Thanks in advance,