Home › Forums › Quform WordPress › How to get rid of the day option in the Date field
- This topic has 12 replies, 2 voices, and was last updated 5 years, 4 months ago by
MandyMc.
- AuthorPosts
- February 7, 2020 at 8:15 am #30585
MandyMc
ParticipantHi Ally, I am using a date field in my form for a credit card expiry date but day is not needed, only month and year. Is there anyway to get rid of the day field and only use month and year?
Thanks
https://www.broometurfclub.com.au/membership/ .. the online membership application near the bottom of the form
*snip*
- This topic was modified 5 years, 4 months ago by
Ally. Reason: Removed login details
February 7, 2020 at 11:42 am #30598Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 7, 2020 at 11:43 am #30599Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 7, 2020 at 11:07 pm #30601MandyMc
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?
February 11, 2020 at 7:32 am #30607Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 11, 2020 at 12:07 pm #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.February 13, 2020 at 2:31 am #30617MandyMc
ParticipantWhy is the plugin not showing any updates. I paid for renewal on 24.12.19.
February 13, 2020 at 2:33 am #30618MandyMc
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.February 13, 2020 at 5:56 am #30620MandyMc
ParticipantHow do I get this to update?
February 14, 2020 at 3:12 am #30622MandyMc
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.
February 14, 2020 at 3:13 am #30623MandyMc
ParticipantSorry my span code didnt work
February 14, 2020 at 10:34 am #30625Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 16, 2020 at 5:49 am #30635MandyMc
ParticipantThanks Ally .. perfect now
- This topic was modified 5 years, 4 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.