Forum Replies Created
- AuthorPosts
MandyMc
ParticipantThanks Ally .. perfect now
MandyMc
ParticipantSorry my span code didnt work
MandyMc
ParticipantHi Ally I had to update the plugin by FTP .. luckily I took a copy of the export of the forms and imported them via migrate.
I have fixed the date field but inserting the pop up code into the page doesn’t work anymore. I had to build a new page and insert the form as normal. I tried adding
[quform_popup id="2" name="Membership Application"]Click me[/quform_popup]
This is the page I tried to add the pop up to .. https://www.broometurfclub.com.au/membership/
This is the page I had to build for the normal form to work .. https://www.broometurfclub.com.au/membership/online-membership/This is the code I had for adding the pop up to the button
[button icon="icon-download" fontSize="18px" align="left" rounded="true" link="#show-form" icon_color="rgba(255,255,255,1)" shadowType="shadow-bottom-left" hoverTextColor="rgba(0,0,0,1)" hoverIconColor="rgba(0,0,0,1)" ]ONLINE MEMBERSHIP APPLICATION[/button]The script
<script type=”text/javascript”>
jQuery(document).ready(function ($) {
$(‘a[href=”#show-form”]’).click(function () {
$(‘.iphorm-fancybox-link’).click();
<span colour=”red” > $(‘.quform-fancybox-link’).click();</span>
return false;
});
});I tried changing $(‘.iphorm-fancybox-link’).click(); to this $(‘.quform-fancybox-link’).click(); but it still didnt work.
Appreciate you getting back to me.
MandyMc
ParticipantHow do I get this to update?
MandyMc
ParticipantThis is pretty urgent now .. people are paying for memberships but the date is wrong.
Attachments:
You must be logged in to view attached files.MandyMc
ParticipantWhy is the plugin not showing any updates. I paid for renewal on 24.12.19.
February 11, 2020 at 12:07 pm in reply to: How to get rid of the day option in the Date field #30613MandyMc
ParticipantAhh ..I must not have the latest version for some reason .. see screenshot.
Version 1.10.0 .. have I run out of support and updates?
Attachments:
You must be logged in to view attached files.MandyMc
ParticipantThanks Ally .. sorry but I dont know where the Data tab of the Date element settings, is.
I cant see anything on the form settings, I presume I am looking in the wrong place
Can you please provide more detail?
MandyMc
ParticipantThanks Ally .. works perfectly. I did respond to the email that is generated but just in case can you please advise how to add the click here in the widget in a button.
Click here is in the sidebar under .. Broome Netball Committee Nomination Form
Thanks
MandyMc
ParticipantHi Ally .. are you on holidays? When will you be back?
MandyMc
ParticipantHi Ally,
Is it possible to get a reply please
MandyMc
ParticipantOk so totally have lost the plot .. how do I set a dob?
MandyMc
ParticipantActually it says this .. The date must not be later than 1/01/2003, so obviously wasnt thinking and got these the wrong way round
MandyMc
ParticipantThanks Ally, I have fixed it but am having trouble with the dob date picker .. I have set the data to Minimum date 1923/01/01 to Maximum date 2003/01/01
thinking that this will allow for people over the age of 16 and up to 80 but it displays current date. Nearly finished this 11 page formAttachments:
You must be logged in to view attached files.MandyMc
ParticipantHi actually form is skipping to a range of pages except sequentially, sometimes it skips to page 5, then on another refresh page 7.
- AuthorPosts