Site icon Hip-Hop Website Design and Development

Issue with contact form 7

A client of mine has installed contact form 7 for their contact forms but they’re getting an error in the From field “(configuration error) Invalid mailbox syntax is used.”

The form looks like this:

[text text-54 placeholder "Your Name"][text text-54 placeholder "Your Company"]
[email* email-317 placeholder "Email Address"][tel tel-646 placeholder "Phone Number"]
[textarea textarea-820 class:large-input placeholder "Tell us about your requirements"]
[submit "Request Callback"]

Now in the from field in the mail section they had

<[email your-email]>
so I changed it to
<[email* email-317]>

But I’m still getting the error? Thought that should have fixed it, can anybody spot anything else wrong with it?