markhuynhmelbourne
Forum Replies Created
-
Forum: Plugins
In reply to: [Enable Media Replace] EMR – CSV not able to replaceHi Alex
Thanks for your response. I tried WP Extra File Types including configuring for .csv but plugin does not work.
I did some further investigation and found working plugin Disable Real MIME Check:
https://www.ads-software.com/plugins/disable-real-mime-check
Although this is not the best solution, it will be my temporary fix until WordPress 5.03 is available and has csv included.
Thanks again for your feedback.
Mark
- This reply was modified 6 years, 3 months ago by markhuynhmelbourne.
- This reply was modified 6 years, 3 months ago by markhuynhmelbourne.
- This reply was modified 6 years, 3 months ago by markhuynhmelbourne.
Forum: Fixing WordPress
In reply to: mk_button with query stringThanks Jacob. I will give your solution a go.
Forum: Fixing WordPress
In reply to: mk_button with query stringHi Shamai
Yes, I am using Gravity Forms plugin. The form allows for capturing of data from the query string and to populate certain fields.
Users come in from external sites and I differentiate this by proving link something like this:
External site 1
example.com/?house=2External site 2
example.com/?house=5There is a button on my landing page which I want to direct url to example.com/ref and include the original query string:
example.com/?house=2
example.com/?house=5The form can then capture parameter house and update the field as required.
This helps me to track on the form where the lead is coming from.
Thanks again for looking into this.
Forum: Fixing WordPress
In reply to: mk_button with query stringHi Shamai
Yes you are correct, the button should great the all of the query string from the URL. Eg:
URL
example.com/?house=2
Button
[mk_button url=”/ref/?house=2″]URL
example.com/?site=australia
Button
[mk_button url=”/ref/?site=australia”]This allows for me to pass these parameters to a form which will then choose the correct display.