I havethe followingproblemwithumbraco4.7.0: If Iwant tosubmit theform,nothinghappens.Noerrorpageorsuccesspage is show andnoe-mailis sent. Hasanyoneanidea?
Yes, i have jQuery and the Pliable javascript on the page. My form has only one field (name: mail) and it's required. If i change this field to not required not happens, too.
We need to make sure that javascript is attached to the submit button we are using. Can you use Firebug or something like it to see if anything is being triggered? Note that Pliable doesn't actually use any form fields, it only uses javascript to collect the data and send it to a webservice using ajax.
If your example is on a public site I'd love to take a look at it.
When I clickthesendbutton, then the form isno longer visible,butit isstillnosuccessorerrormessageanditwillsendnomail.TheURLis (deleted) and iscurrentlyindevelopment. Thanks!
Ah, I'm getting a javascript error because It's not finding a jQuery plugin that I created. The plugin is gone because it got overwritten by a second call to jQuery. See if you can remove second jQuery in the bottom of you page.
The parameters are in the dictionary items. They work for me but not for everyone. If you want, you can take the dictionary item names and add them as appSettings in the web.config. Make sure your smtp settings are correct as well.
Umbraco 4.6.X Support?
Will this work with version 4.6?
Yes, I would even suggest it. I've updated the details of this project to clarify this.
Thanks,
Jon
Nice! Good work Jon.
Will this also work with the newest version (4.7)?
I'll try to test this soon. I have no reason to believe it won't work. In fact, I'd be more than suprised if there was an issue specifically with 4.7.
Jon
I have the following problem with umbraco 4.7.0:
If I want to submit the form, nothing happens. No error page or success page is show and no e-mail is sent. Has anyone an idea?
Sören
Soren,
Are you getting any javascript errors?
Jon
No, really not happens! I get no errors shown, no javascript or other errors...
hmmm, sorry to sound simple but do you have jQuery and the Pliable javascript on the page?
Oh, maybe you have a field required that isn't giving you an indication that it is required.
Yes, i have jQuery and the Pliable javascript on the page. My form has only one field (name: mail) and it's required. If i change this field to not required not happens, too.
We need to make sure that javascript is attached to the submit button we are using. Can you use Firebug or something like it to see if anything is being triggered? Note that Pliable doesn't actually use any form fields, it only uses javascript to collect the data and send it to a webservice using ajax.
If your example is on a public site I'd love to take a look at it.
Jon
When I click the send button, then the form is no longer visible, but it is still no success or error message and it will send no mail. The URL is (deleted) and is currently in development. Thanks!
Sören
Ah, I'm getting a javascript error because It's not finding a jQuery plugin that I created. The plugin is gone because it got overwritten by a second call to jQuery. See if you can remove second jQuery in the bottom of you page.
This is it! But now I get an error: The address parameter can be an empty string. Parameter name: address.
Where I can find these parameters?
The parameters are in the dictionary items. They work for me but not for everyone. If you want, you can take the dictionary item names and add them as appSettings in the web.config. Make sure your smtp settings are correct as well.
Thank you!
is working on a reply...