kimcoetzee
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Popup not positioning correctlyThank you for testing. On this side, I’ve now confirmed with an independent 3rd party that after opening up the date picker for a second time that the guest number popup stops firing.
Forum: Plugins
In reply to: [Max Mega Menu] Plugin Stopped Working ProperlyThank You for your assistance that was where the problem was.
Forum: Plugins
In reply to: [Calculated Fields Form] How do I make CFF work like an HTML FormThank You that worked perfectly.
Forum: Plugins
In reply to: [Calculated Fields Form] How do I make CFF work like an HTML FormThank you that has certainly helped. I now see though that no matter what date I put into a date field that the getField result is always the current date.
Is there a way I need to set the date field up in order for the date selected in the form to get outputted?
Forum: Plugins
In reply to: [Calculated Fields Form] How do I make CFF work like an HTML FormThank You that worked fine. There is one odd thing that is happening is that one of the parameters is a text field and the outputted value keeps on adding inverted commas ( ” ) before and after the text submitted in the field.
Forum: Plugins
In reply to: [Calculated Fields Form] How do I make CFF work like an HTML FormThank you I’ve installed the free version of the plugin and now it’s working fine. Just one more question how do I set it to open the link in a new tab.
Forum: Plugins
In reply to: [Calculated Fields Form] How do I make CFF work like an HTML FormThank You But when I do that nothing happens.
Down in the middle of the page is a blue button that says Book Now. Click on that and you will see the form.
Here’s the code I inserted.
redirectToURL(‘https://www.limencodesign.co.za/’,
{param1:getField(‘fieldname1’).val(),
param2:getField(‘fieldname2’).val(),
param3:getField(‘fieldname3’).val()});See https://grandpalm.wamdev.co.za/winners-circle-accommodation-discounts/
Hello Yes sorry I was working on the page so I removed the scroll to link for a short while. I have now re-included the anchor link for the first image. As you will see it scrolls but the dependencies don’t work. Please have a look https://www.limencodesign.co.za/cable/products-page/ and advise. Thank you
Hi Ok Its sorted out Thank You
Yes, that is what I did, but still, only the Choice Text goes through to the CSV. Which is why I am asking if there’s something else that I need to do?
Forum: Plugins
In reply to: [Calculated Fields Form] Number of Rows on Text Area Not WorkingOk dont worry I figured it out. remove the #fbuilder id. And assign the field a class. Like so .hidetag .cff-radiobutton-field input{display:none;}
Forum: Plugins
In reply to: [Calculated Fields Form] Number of Rows on Text Area Not WorkingHi And if I just wanted to hide a specific fields radio button tags and not all the radio buttons across the site?
Forum: Plugins
In reply to: [Calculated Fields Form] Number of Rows on Text Area Not WorkingThank You very much
Forum: Plugins
In reply to: [Calculated Fields Form] Required on dropdown boxes not workingThank You very much.
Forum: Plugins
In reply to: [Calculated Fields Form] Required on dropdown boxes not workingThank You Any suggestions on how to include placeholder text in a dropdown?