extended form goes blank after submitting problem with email-adress
Permalink
Hello,
I'm working on a form with extended form and it goes wrong if I activate that the form also has to send a copy to the mail address of the person who filled in the form...
It goes blank...
could anyone help me? I've checked other discussions but i can't seem to find a correct answer.
http://tcblankenberge.be/tennisschool/inschrijvingen/...
is where you can find the form
Thanks in advance!
Ine
I'm working on a form with extended form and it goes wrong if I activate that the form also has to send a copy to the mail address of the person who filled in the form...
It goes blank...
could anyone help me? I've checked other discussions but i can't seem to find a correct answer.
http://tcblankenberge.be/tennisschool/inschrijvingen/...
is where you can find the form
Thanks in advance!
Ine
Hello, thx for your answer... Where can i remove it? I do not know much about adding extra code. I'm a graphic designer. So thank you in advance for your help!
In edit mode take out the content between the 'hr' tags.
After 'Opmerkingen' and before 'Schrijf in'
After 'Opmerkingen' and before 'Schrijf in'
maybe i know what the problem is... My text below the form is a copied text from dreamweaver with code... i'll check it out...
nope thats not the problem... i deleted the whole area and tried it again but i still get a blank page...
http://tcblankenberge.be/index.php?cID=104&bID=424&arHandle...
is the message i get...
http://tcblankenberge.be/index.php?cID=104&bID=424&arHandle...
is the message i get...
You didn't need delete all, just the offending part of the form.
Hello, I'm sorry but I can't seem to find a solution. I deleted the whole form started again with a smaller one and evertime I say with 'e-mail' that a copy has to be send to subscriber it goes blank. When i turn it off i get trough. Problem is that it is really important that the subcriber gets also a email.
Could you please help me out?
Thx you!
Could you please help me out?
Thx you!
Your page url is causing the problem, try on a new hidden page.
Your source code for the page uri:
My test form shows my page:
Your source code for the page uri:
<input name="pURI" type="hidden" value="/index.php?cID=104&bID=424&arHandle=Content" />
My test form shows my page:
<input name="pURI" type="hidden" value="/license" />
I'am sorry but i do not understand your answer... I copied the form to my scrapbook and added it on another page who is public but it is still the same problem...
But i do not understand why it works when i check off copy to subscriber on my 'e-mail'-question but it goes blank when i check it on...
I have to make a lot of other forms on that website so i hope i found a solution that i understand so next time i will be able to solve it myself...
But i do not understand why it works when i check off copy to subscriber on my 'e-mail'-question but it goes blank when i check it on...
I have to make a lot of other forms on that website so i hope i found a solution that i understand so next time i will be able to solve it myself...
Sorry I cannot replicate your issue!
If I fill your form it goes blank, as you say and Firefox console shows this:
'Oops, something is wrong with the form you posted (it doesn't have a question set id).'
If I fill your form it goes blank, as you say and Firefox console shows this:
'Oops, something is wrong with the form you posted (it doesn't have a question set id).'
ok thanks, i asked someone to help me out; if it gets solved i will post the solution!
We have run into this issue if the SMTP Method is set to External SMTP Server under Dashboard > System & Settings > Mail > SMTP Method and the server is not properly configured to send and receive mail.
You're pulling wrong content in between the hr tags.
Example:
There is more, you need to remove it.