ronreijgwart
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Using style coing and java scripting doesn’t work anymoreI already send the developer of “Ultra Addons for Contact Form 7” a email about this problem including some screenshots.
Thanks for your support
Forum: Plugins
In reply to: [Contact Form 7] Using style coing and java scripting doesn’t work anymoreHello Takayuki,
I think I found the problem.
On a development server I created a new wordpress and used the next plugins:
theme: Blocky including Blocky Companion
plugins: Contact form 7
Contact Form Entries
Elementor
Essential Addons for Elementor
So far no problems.
After that in added ‘Ultra Addons for Contact Form 7’ and there the problem showed up.
I think the problem is in this addon by Themefic.
Please give me some advice because I wanted to use this addon for the ‘Conditional fields’Forum: Plugins
In reply to: [Contact Form 7] Using style coing and java scripting doesn’t work anymoreI use elementor.
Theme is Blocksy.
Plugins are: Blocksy Companion, Calculation for contact form 7, Contact form 7, Contact form Entries, Content Control, Duplicator, Elementor, Essential addons for elementor, Insert php code snippet, members, nav menu roles, PDF embedder, popup box, profile Builder, pronamic pay met Mollie voor Contact form 7, redirection for contact form 7, send users email, smart slider 3, tablepress, ultra addons for contact form 7, wordfence security, WP Bestandsbeheer and wp mail smtpForum: Plugins
In reply to: [Contact Form 7] Using style coing and java scripting doesn’t work anymorein the top menu you see contact, there you will find the forn.
Forum: Plugins
In reply to: [Contact Form 7] Using style coing and java scripting doesn’t work anymoreDear Takayuki,
I put the code in the contact page.
This is not the original page but you can see what the intantion is and how it reflex on the page.
I hope you can get the idea of what I want to accomplice.Forum: Plugins
In reply to: [Contact Form 7] Using style coing and java scripting doesn’t work anymoreDaar Takayuki,
I had to remove the extra coding because we meedeed the page to work. I will restore some code in the contact page. The site is Canthonis.nl. Give me a few hours to do that.
Forum: Plugins
In reply to: [Contact Form 7] Using style coing and java scripting doesn’t work anymore<script language="Javascript" type="text/javascript">
jQuery(document).ready
(function($) {
úse strict';
$(document).ready( function() {
$('form.wpcf7-form :input').change(function(e) {
var $field = $(e.target);
switch($field.attr('name')){
case 'betaal_methode':
var keuze2 = $(ïnput[name='betaal_methode']:checked").val();
break;
}
switch (keuze2) {
case 'iDeal':
var bedrag = $("input[name='Totaal']").val();
document.getElementById("pronamic_pay_amount").value = bedrag;
break;
case 'Overmaken':
document.getElementById("pronamic_pay_amount").value = 0;
break;
}
})This is a part of the code in which I want to fill the pronamic_pay_amount depending on the value of a radio item.
I hope soemone can direct me how to solve this.Forum: Plugins
In reply to: [Contact Form 7] Using style coing and java scripting doesn’t work anymoreThe two pieces of code are:
- This reply was modified 1 week, 5 days ago by ronreijgwart.