youfollow
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] How to create a dynamic URL using contact form 7I managed to solve it on my own. For those interested this is the solution after having installed the plugin at: https://nl.www.ads-software.com/plugins/contact-form-7-dynamic-mail-to/
function wpcf7_dynamic_to_filter_example($recipient, $args=array()) {
if (isset($args[‘sphouder’])) { //this identifier is send as a paramater in the url
if ($args[‘sphouder’] == ‘Full Name’) {
$recipient = ’[email protected], <[your-email]>’; }
elseif ($args[‘sphouder’] == ‘Full Name 2′) {
$recipient = ’[email protected], <[your-email]>’;}
elseif ($args[‘sphouder’] == ‘Full Name 3′) {
$recipient = ’[email protected], <[your-email]>’;}
}
}Forum: Plugins
In reply to: [Contact Form 7] How to create a dynamic URL using contact form 7As the Img links disappeared I resubmitted my topic. These are essential to figure out what i wish to create.
I’ve been using contact form 7 for 2 years now. I love how it handles the creation of forms. I now wish to go a step further and that is to create a dynamic src link based on the input submitted in the first form. Hopefully, an example might illustrate what I wish to achieve.To start with I’ve installed contact form 7 together with the plugin “Send pdf with CF7” to submit the content in a PDF file. In the form, I’ve created a hidden field tag “[hidden myname default:get]” which is being parsed to the pdf content. Parsing the value of “myname” works fine. So that’s not the issue.
What I’d like to achieve is to have the value of [myname] to be parsed as part of a src link. E.g. img src=”mydomain.com/path/[myname].jpg” I actually would like to create the img src link by replacing [myname] with the actual value of the variable. I tried img src=”mydomain.com/path/”.[myname].”.jpg”, as well as a few other tryouts but they, didn’t help. Do hope you get my point.
Is there a way to create the
link dynamically based on the value that is submitted in the contact form and transferred to the form in “Send PDF for Contact Form 7″. The src link in img src=”mydomain.com/path/[myname].jpg” I wish to create is located in the form in the PDF contact form plugin.
Hopefully you can help me out.
Thanks in advance,
ShirleyForum: Plugins
In reply to: [SH Slideshow] Slideshow has disappearedHi Sam Hoe,
First of all I’d like to thank you for your excellent support with the upgrade to version 4.01. As with ahcfchurch I also upgraded to V4.1 by accident. Facing the same problem he runs into. If in any case you need to see what I mean you may have a look at the issue located at https://alwafatfonds.nl. The plugin is located in the sidebar.
Any idea why V4.1 does not function? Not even after a full install?Hope to hear from you soon.
Rgrds,
WillemForum: Plugins
In reply to: [Seamless Donations is Sunset] How I can change the currency to €?Hello there,
In struggling with the same problem. Seamless Donations looks like a great tool to work with, but useless when only applicable with the $ sign.
I tried changing the currency sign in dgx_donate.php, but that did not solve the case. When connecting to PayPal the $ sign keeps on pupping as the current currency. So if anyone has a clue on how to fix this I would be very much abliged.Thanks in advance,
William