Reply To: How to get rid of the day option in the Date field

Home Forums Quform WordPress How to get rid of the day option in the Date field Reply To: How to get rid of the day option in the Date field

#30622
MandyMc
Participant

Hi 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.

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy