Below is my piece of code-An expected comma is not found in the varible declaration. Script: Var @fname,@lname,@plantype,@gender
ListID: 59096 Index: 14758
%%[
Var @fname,@lname,@plantype,@gender
Set @fname = FristName
Set @lname = LastName
Set @plantype = Plan Type
Set @gender = Gender
]%%
Hello %%= v(@fname) =%%! Here are your account details
First Name: %%= v(@fname) =%%
Last Name: %%= v(@lname) =%%
Plan Type: %%= v(@plantype) =%%