I have two fields in my contact form that are not giving me filled out results.
One field is a text area. The field name is FamilyMembers. The field ID is Family Members. he label is: List names and ages of family members. The validation is alpha numeric.
The individual is to enter the name and age of their family members.
When the field data is entered., the result I receive via email is:
{Family Members} (yes with the space between Family and Members)
I have another field that is a drop down.
The field name is Referral. The field ID is Referral. The label is: How Did You Find Out about this Event?
No matter what choice in the dropdown, the result I receive via email is:
{How Did You Find Out About Contest?}
When I do a debug there is one error that shows up:
Array
(
)
Why is it on these two fields the inputted data is not being received?
One field is a text area. The field name is FamilyMembers. The field ID is Family Members. he label is: List names and ages of family members. The validation is alpha numeric.
The individual is to enter the name and age of their family members.
When the field data is entered., the result I receive via email is:
{Family Members} (yes with the space between Family and Members)
I have another field that is a drop down.
The field name is Referral. The field ID is Referral. The label is: How Did You Find Out about this Event?
No matter what choice in the dropdown, the result I receive via email is:
{How Did You Find Out About Contest?}
When I do a debug there is one error that shows up:
Array
(
)
Why is it on these two fields the inputted data is not being received?