Hey BeriiBerii!!
I got it. It was just a learning thing.
You have to set up the “Message Body” window in the “Mail” tab of the contact form editor.
That is what tells it to send the new fields you made in the form tab.
Here is the one I made:
The form script:
<label> Your Name (required)
[text* your-name] </label>
<label> Your Email (required)
[email* your-email] </label>
<label> Phone
[text your-subject] </label>
<label> Type of Business
[text your-business] </label>
<label> Size of Space Needed
[text your-space] </label>
<label> Number of People Expected to Use Space
[text your-number] </label>
<label> Any Special Needs
[textarea your-message] </label>
[submit “Send”]
And then you got the mail tab on the bottom in the “Message Body” window I put:
From: [your-name] <[your-email]>
Phone: [your-subject]
Type of Business: [your-business]
Size of Space Needed: [your-space]
Number of People Expected to Use Space: [your-number]
Any Special Needs:
[your-message]
And that last bit of code is what show CF& what to put in your e-mail!
It took me two days of work piling up to figure that out. But I know it now. Which is good because Gravity and Formidable forms are pricey.