Home › Forums › Quform PHP › Ajaxify and two forms
- This topic has 27 replies, 2 voices, and was last updated 8 years, 9 months ago by
transam.
- AuthorPosts
- March 22, 2016 at 10:12 am #18476
transam
ParticipantHi Ally,
I asked a question day’s ago is it possible to have a look at it please?
Thanks & Regards,
David
March 23, 2016 at 3:48 pm #18486Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 23, 2016 at 4:14 pm #18492transam
ParticipantHi Ally,
Have a problem with a guest book that disturbs the functioning of the 2 other forms.
The problem occurs when I load the guest book page click SUBMIT and after that go to the “CONTACT” or “RESERVEREN” page.
The two forms are:
http://libeek-1.yourweblab.nl/reserveren.php
http://libeek-1.yourweblab.nl/contact.phpThe guest book is here:
http://libeek-1.yourweblab.nl/gastenboek.php
Hope you understand the problem!
Regards and thanks,
David
March 23, 2016 at 5:48 pm #18499Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 24, 2016 at 9:33 am #18508transam
ParticipantHi Ally,
Thanks for you reply!
The problem is that when I put a review on http://libeek-1.yourweblab.nl/gastenboek.php page or only click submit on that page and then go to http://libeek-1.yourweblab.nl/contact.php or http://libeek-1.yourweblab.nl/reserveren.php and put in a message and click submit the green pop up with the message: “your mail is send” doesn’t appear and the send animation next to the submit button keeps on going. (it sends the mail, but doesn’t say it sends it!)
Also when you only click submit and don’t fill in the contact form you see that all the pop ups are missing that normally warn for a empty or wrong filled in field.
- This reply was modified 9 years, 4 months ago by
transam.
Attachments:
You must be logged in to view attached files.March 24, 2016 at 10:41 am #18512Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 24, 2016 at 11:11 am #18519transam
ParticipantHi Ally,
Thanks for your reply!
After putting a message on the guestbook and then going to “CONTACT” and click submit gives in
the Chrome console:VM298:309 Uncaught TypeError: $.handleError is not a functioncb @ VM298:309
The same message appears in the console after submitting the “RESERVEREN” page
Regards and thanks!
David
March 24, 2016 at 11:49 am #18522Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 24, 2016 at 11:59 am #18524transam
ParticipantHi Ally,
What about trying to update the form script on the guest book page?
Does that make any sense to try?
Regards and thanks!
David
March 24, 2016 at 12:11 pm #18528transam
ParticipantHi Ally,
I updated the fom.js with the latest version and now all problems are gone!
Thanks so much for the support.
Regards and thanks!!!
David
- This reply was modified 9 years, 4 months ago by
transam.
October 12, 2016 at 10:22 am #20088transam
ParticipantHi
In the head.js file, add a check that Quform is on the page first before trying to set up the forms like this:
if ($.isFunction($.fn.Quform)) {
$(‘form.quform’).Quform();
}This way it will only be run if the quform/js/plugins.js file is on the page too.
If the ajaxify plugin doesn’t load the JS and CSS files from other pages when transitioning you might need to add the Quform JS/CSS to all pages, otherwise if you go from a non-form page to a form page it will not work.
Ally
Hi Ally,
Is there no way to work with 2 forms and not having to link to the Quform scripts on the pages with no form, because this cost a enormous amount of bandwidth? I’m talking about a Ajaxify website like this:
http://www.hofvanlibeek.nlThanks & Regards,
David
October 12, 2016 at 11:20 am #20096Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
October 12, 2016 at 12:21 pm #20097transam
ParticipantThanks!
David - This reply was modified 9 years, 4 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.