This was a duplicate post. Sorry about that. Anyways I could not fix so I just deleted and made a new form.
Hi sodc,
I can only say that in both cases it looks as though the Email template hasn't been updated to match the form input changes.
Bob
How do I guarantee the email template is updated? I have saved the changes, saved the form.
I don't see how that is the issue.
If the email template had not been updated why would it but [family] data in the [familyages] field? Why would it take data from another field and pot it in the field? For me it seems like a glitch, if not, what is the resolution?
Hi sodc,
You guarantee that the Email template is updated by editing it when you make a change to your form or by using the Auto Update option (not recommended if you want any custom HTML in the body of the template).
It won't take data from another input unless the names are mixed up. Note that input names should not include spaces.
As you know, the debugger output tells you want data is in which variable.
Bob
If you look at what I posted you will see the following:
1. The input names do not include spaces. One Fieldname and FieldID is family and other is familyages
2. The Data Array posted shows this is the case.
3. The Debug Info does not lie. It is obvious that the input from the family field was entered into the familyages field. It did not take what I entered into the familyages field. I had put names and ages.
I am confused about what you are calling the email template that needs to be updated. What is that?
I am assuming when I make a change to a field and save it. When I make a change to the form and save it that the email template is being updated. What is the email template? Where do I update it? Where is the auto update option?
I found the update option under the email field. Form works properly now.