Forum Replies Created
- AuthorPosts
transam
ParticipantFound it! Thanks anyway!
How is the Vanilla JavaScript version progressing?
Regards,
David
transam
ParticipantHi Ally,
Did you receive my message?
Regards,
David
- This reply was modified 4 years, 3 months ago by
transam.
transam
ParticipantHi Ally,
Thanks for pointing that out! Your the best!
Can I leave that code in the script also after the update?
Thanks again!
Davidtransam
ParticipantHi Ally,
Can’t get it working. Added the code. Did Ctrl+F5 and Ctrl + Shift + R.
And removed all history and clicked cache off in the console.
Also made a test form with the latest quform updates in it, but no luck!Example form: https://www.allmedialab.nl/contact Captcha= ALLMEDIALAB
I have a huge problem with my clients!
Regards and Thanks,
David- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
- This reply was modified 5 years ago by
transam.
transam
ParticipantThanks Ally,
Was looking for this:
//// 2 forms on one website initialize form againif ($.isFunction($.fn.Quform)) {
$(‘form.quform’).Quform();
}
///////////
But found it in some old post. I’m using a Ajax driven website that’s why I needed it.Regards,
David
transam
ParticipantFound the solution my self! But do I need some extra code for the use of 4 forms on the website?
- This reply was modified 5 years, 6 months ago by
transam.
transam
ParticipantThanks Ally,
And how do I give a color to the selected text without ruining the form?
Regards,
David- This reply was modified 6 years, 1 month ago by
transam.
transam
ParticipantThanks Ally!
Great support!!!!
Davidtransam
ParticipantHi, http://www.plus-1.yourweblab.nl/contact.php
Thanks, but the submit button is a little to the right in the bootstrap container!
And were do I find the submit button color and size?Regards & Thanks,
David- This reply was modified 7 years, 5 months ago by
transam.
transam
ParticipantSolved the problem my self by reordering scripts.
Thanks & regards,
David
transam
ParticipantHi Ally, http://daktest.yourweblab.nl/contact.php
I was a bit to quick with the conclusion that all was solved! On Safari iMac (latest osx) the java script causes
flickering and page jump during scroll on the “contact page”. Works OK on Windows.Hope you have a Mac to test .
Regards & Thanks,
Davidtransam
ParticipantHi Ally,
Perfect! Solved all the problems!
Thanks for the excellent support,
David
transam
ParticipantThis problem is solved! Can you please remove the link?
Thanks! Davidtransam
ParticipantThanks!
Davidtransam
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
- This reply was modified 4 years, 3 months ago by
- AuthorPosts