This happened once before but unfortunately I'm not sure how it was resolved.
I'm filling out the form myself and hitting submit, but this is what I get...
(I've looked over the empty form submission part of the FAQ)
I'm filling out the form myself and hitting submit, but this is what I get...

(I've looked over the empty form submission part of the FAQ)
Actually, I think I see what's causing the issue now but I don't know how to resolve it.
I see that the form code (in the 'Code' tab) is not updating. It's an old version of the form. I'm not sure how to tell it to 'refresh' itself (if that's the right term).
I see that the form code (in the 'Code' tab) is not updating. It's an old version of the form. I'm not sure how to tell it to 'refresh' itself (if that's the right term).
Figured it out. First let me mention that I was wrong with the 'Code' tab, that was refreshing correctly.
It was the eMail submission form. It simply didn't have the field names in brackets to know where to pull the data from. It was like this...
First Name
Last Name
Address
But it should have been like this...
First Name
{first_name}
Last Name
{last_name}
Address
{address}
It was the eMail submission form. It simply didn't have the field names in brackets to know where to pull the data from. It was like this...
First Name
Last Name
Address
But it should have been like this...
First Name
{first_name}
Last Name
{last_name}
Address
{address}
This topic is locked and no more replies can be posted.