I’m still not getting content from the form. Here’s what I have in the code:
<p>First Name (required)
[text* first-name] </p>
<p>Last Name (required)
[text* last-name] </p>
<p>Address 1 (required)
[text* address1] </p>
<p>Address 2
[text* address2] </p>
<p>City (required)
[text* City] </p>
<p>State (required)
[select* State “NY” “CT”]</p>
<p>Zip Code (required)
[text* Zip] </p>
<p>Phone 1 (required)
[text* Phone1] </p>
<p>Phone 2
[text Phone2]</p>
<p>Your Email (required)
[email* your-email]</p>
<p>Property Type (required)
[select* propertyType include_blank “Residential” “Commercial” “Homeowner’s Association” “Kennel” “Dog Park” “Other”]</p>
<p>Approximate Size of Property (required)
[select* propertySize include_blank “? acre” “? acre” “1 acre” “1 ? acres” “2 acres or more”]</p>
<p>Frequency of Service (required)
[select* frequency include_blank “Daily” “Once A Week” “Twice A Week” “Every Other Week” “Monthly” “Initial/Spring Cleaning” “Other”]</p>
<p>Number of Dogs (required)
[select* noDogs include_blank “1” “2” “3” “4” “5 or more”]</p>
How Did You Hear About Us?(required)
[select* Source include_blank “Referral” “Internet Search” “Mailer/Flyer” “Newspaper/Magazine Article” “Printed Ad” “TV/Radio Ad” “Saw One Of Your Trucks”]</p>
<p>Coupon/Discount Code
[text Coupon] </p>
<p>Comments
[textarea comments] </p>
<p>[submit “Send”]</p>
In the message body I am using: [your-message]
I get the message, but the message is showing [your-name] as the sender and [your-message] in the body of the email.
I can’t see what’s wrong. Any advice would be greatly appreciated.