cryptostrategie.nl Open in urlscan Pro
46.17.9.112  Public Scan

Submitted URL: https://mailing.tradingstrategie.nl/mailcamp/url.php?subid=p16zeqlzk9x9&nstatid=4z6ekjr&info=pk4j9wp&L=156&F=H
Effective URL: https://cryptostrategie.nl/resultaten/
Submission: On January 01 via api from BE — Scanned from NL

Form analysis 5 forms found in the DOM

POST

<form method="post" class="gdpr-privacy-preferences-frm">
  <input type="hidden" name="action" value="gdpr_update_privacy_preferences">
  <input type="hidden" id="update-privacy-preferences-nonce" name="update-privacy-preferences-nonce" value="2ba52daa8d"><input type="hidden" name="_wp_http_referer" value="/resultaten/">
  <header>
    <div class="gdpr-box-title">
      <h3>Privacyvoorkeur centrum</h3>
      <span class="gdpr-close"></span>
    </div>
  </header>
  <div class="gdpr-mobile-menu">
    <button type="button">Opties</button>
  </div>
  <div class="gdpr-content">
    <div class="gdpr-tabs">
      <ul class="">
        <li><button type="button" class="gdpr-tab-button gdpr-active" data-target="gdpr-consent-management">Toestemmingen beheer</button></li>
        <li><button type="button" class="gdpr-tab-button gdpr-cookie-settings" data-target="necessary">Cookie instellingen</button>
          <ul class="gdpr-subtabs">
            <li><button type="button" data-target="necessary">Necessary</button></li>
            <li><button type="button" data-target="advertising">Advertising</button></li>
            <li><button type="button" data-target="analytics">Analytics</button></li>
            <li><button type="button" data-target="other">Other</button></li>
          </ul>
        </li>
      </ul>
      <ul class="gdpr-policies">
      </ul>
    </div>
    <div class="gdpr-tab-content">
      <div class="gdpr-consent-management gdpr-active">
        <header>
          <h4>Toestemmingen beheer</h4>
        </header>
        <div class="gdpr-info">
          <p></p>
        </div>
      </div>
      <div class="necessary">
        <header>
          <h4>Necessary</h4>
        </header><!-- /header -->
        <div class="gdpr-info">
          <p></p>
        </div>
      </div>
      <div class="advertising">
        <header>
          <h4>Advertising</h4>
        </header><!-- /header -->
        <div class="gdpr-info">
          <p></p>
        </div>
      </div>
      <div class="analytics">
        <header>
          <h4>Analytics</h4>
        </header><!-- /header -->
        <div class="gdpr-info">
          <p></p>
        </div>
      </div>
      <div class="other">
        <header>
          <h4>Other</h4>
        </header><!-- /header -->
        <div class="gdpr-info">
          <p></p>
        </div>
      </div>
    </div>
    <input type="hidden" name="all_cookies" value="[]">
  </div>
  <footer>
    <input type="submit" value="Bewaar voorkeuren">
  </footer>
</form>

POST

<form enctype="multipart/form-data" data-mollie-forms="2.6.0" method="post" id="rfmp_3152" class="paymentform"><input type="hidden" id="mollie_forms_3152_nonce" name="mollie_forms_3152_nonce" value="bf0efe241a"><input type="hidden"
    name="_wp_http_referer" value="/resultaten/"><input type="hidden" name="mollie-forms-post" value="3152">
  <p><label for="form_3152_field_0">Kies uw Abonnement <span class="mollie-forms-required">*</span></label><br></p>
  <ul id="form_3152_field_0" label="Kies uw Abonnement" class="payform_prices" required="" style="list-style-type:none;margin:0;">
    <li>
      <label>
        <input type="radio" onchange="mollie_forms_recurring_methods_3152();mollie_forms_3152_totals();" data-frequency="once" data-freq="" data-pricetype="fixed" data-price="199.00" data-vat="21" name="rfmp_priceoptions_3152" value="22" checked="">
        CryptoStrategie jaarabonnement (€ 199,00) </label>
    </li>
  </ul>
  <p id="rfmp_open_amount_3152" style="display:none;">
    <label>Bedrag <span style="color:red;">*</span><br>
      <span class="rfmp_currency_3152">€</span>
      <input type="number" step="any" value="" onchange="mollie_forms_3152_totals();" name="rfmp_amount_3152">
      <span id="rfmp_amount_freq_3152"></span>
    </label>
    <input type="hidden" name="rfmp_amount_required_3152" id="rfmp_open_amount_required_3152" value="0">
  </p>
  <script type="rocketlazyloadscript"> window.onload = setTimeout(mollie_forms_3152_totals, 100);
        function mollie_forms_3152_totals() {
            var priceoption = document.getElementsByName("rfmp_priceoptions_3152");
            var quantities  = document.getElementsByClassName("rfmp_priceoptions_3152_quantity");
            var subtotal = 0, total = 0, vat = 0;
            
            
            // Add shipping costs to total
            var shippingCosts = "";
            if (shippingCosts) {
                var shippingVat = 0.21 * parseFloat(shippingCosts);
                vat   += shippingVat;
                total += parseFloat(shippingCosts);
                subtotal += parseFloat(shippingCosts);
                
            }
            
            if (0 in priceoption) {
                // single price option
                if (priceoption[0].tagName == "INPUT") {
                    for (var i = 0, length = priceoption.length; i < length; i++) {
                        if (priceoption[i].checked) {
                        
                            if (priceoption[i].dataset.pricetype == "open") {
                                var openAmount  = document.getElementsByName("rfmp_amount_3152");
                                openAmount[0].setAttribute("min", priceoption[i].dataset.price);
                                var optionPrice = parseFloat(openAmount[0].value);
                            } else {
                                var optionPrice = parseFloat(priceoption[i].dataset.price);
                            }
                                
                            var optionVat = (parseInt(priceoption[i].dataset.vat) / 100) * optionPrice;
                        
                            vat += optionVat;
                            total += optionPrice;
                            subtotal += optionPrice;
                            
                            break;
                        }
                    }
                } else {
                    if (priceoption[0].options[priceoption[0].selectedIndex].dataset.pricetype == "open") {
                        var openAmount  = document.getElementsByName("rfmp_amount_3152");
                        openAmount[0].setAttribute("min", priceoption[0].options[priceoption[0].selectedIndex].dataset.price);
                        var optionPrice = parseFloat(openAmount[0].value);
                    } else {
                        var optionPrice = parseFloat(priceoption[0].options[priceoption[0].selectedIndex].dataset.price);
                    }
                            
                    var optionVat = (parseInt(priceoption[0].options[priceoption[0].selectedIndex].dataset.vat) / 100) * optionPrice;
                    vat   += optionVat;
                    total += optionPrice;
                    subtotal += optionPrice;
                    
                }
            } else if (quantities) {
                // multiple price options with quantity
                for (var i = 0; i < quantities.length; i++) {
                    var q  = parseInt(quantities[i].value);
                    var optionPrice = parseFloat(parseFloat(quantities[i].dataset.price) * q);
                    var optionVat = (parseInt(quantities[i].dataset.vat) / 100) * optionPrice;
                    vat   += optionVat;
                    total += optionPrice;
                    subtotal += optionPrice;
                    
                }
            }
            
            // payment method extra costs
            var methods = document.getElementsByName("rfmp_payment_method_3152");
            if (0 in methods) {
                if (methods[0].tagName == "INPUT") {
                    // radio buttons
                    for (var i = 0; i < methods.length; i++) {
                        if (methods[i].checked) {
                            var methodAmount = ((parseInt(methods[i].dataset.variable) / 100) * total) + parseFloat(methods[i].dataset.fixed);
                            var methodVat = 0.21 * methodAmount;
                            vat   += methodVat;
                            total += methodAmount;
                            subtotal += methodAmount;
                            
                            break;
                        }
                    }
                } else {
                    // dropdown
                    var methodAmount = ((parseInt(methods[0].options[methods[0].selectedIndex].dataset.variable) / 100) * total) + parseFloat(methods[0].options[methods[0].selectedIndex].dataset.fixed);
                    var methodVat = 0.21 * methodAmount;
                    vat   += methodVat;
                    total += methodAmount;
                    subtotal += methodAmount;
                    
                }
            }
            
            // Display subtotal
            var subtotalValue = document.getElementById("rfmp_totals_3152_subtotal_value");
            if (subtotalValue) {
                var subtotalAmount = subtotal.toFixed(2) > 0 ? subtotal.toFixed(2) : "0.00";
                subtotalValue.innerHTML = subtotalAmount.replace(".", ",");
            }
            
            // Display total
            var totalValue = document.getElementById("rfmp_totals_3152_total_value");
            if (totalValue) {
                var totalAmount = total.toFixed(2) > 0 ? total.toFixed(2) : "0.00";
                totalValue.innerHTML = totalAmount.replace(".", ",");
            }
            
            // Display VAT
            var totalVatValue = document.getElementById("rfmp_totals_3152_vat_value");
            if (totalVatValue) {
                var totalVat = vat.toFixed(2) > 0 ? vat.toFixed(2) : "0.00";
                totalVatValue.innerHTML = totalVat.replace(".", ",");
            }
        }
        </script>
  <p></p>
  <p></p>
  <p><label for="form_3152_field_2">Eenmalig inclusief btw <span class="mollie-forms-required">*</span></label><br></p>
  <table id="form_3152_field_2" label="Eenmalig inclusief btw" class="" required="">
    <tbody>
      <tr id="rfmp_totals_3152_total">
        <td><strong>Totaal</strong></td>
        <td><strong>€ <span id="rfmp_totals_3152_total_value"></span></strong></td>
      </tr>
    </tbody>
  </table>
  <p></p>
  <p><label for="form_3152_field_3">Betaalmethode <span class="mollie-forms-required">*</span></label><br>
    <script type="rocketlazyloadscript"> window.onload = setTimeout(mollie_forms_recurring_methods_3152, 100);
            function mollie_forms_recurring_methods_3152() {
                var priceoptions = document.getElementsByName("rfmp_priceoptions_3152");
                var freq = "";
                if (0 in priceoptions) {
                    if (priceoptions[0].tagName == "INPUT") {
                        for (var i = 0, length = priceoptions.length; i < length; i++) {
                            if (priceoptions[i].checked) {
                                var frequency = priceoptions[i].dataset.frequency;
                                var pricetype = priceoptions[i].dataset.pricetype;
                                freq = priceoptions[i].dataset.freq;
                                break;
                            }
                        }
                    } else {
                        var frequency = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.frequency;
                        var pricetype = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.pricetype;
                        freq = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.freq;
                    }
                } else {
                    var quantities = document.getElementsByClassName("rfmp_priceoptions_3152_quantity");
                    var pricetype = "fixed";
                    var frequency = "once";
                    for (var i = 0, length = quantities.length; i < length; i++) {
                        if (quantities[i].value > 0) {
                            if (quantities[i].dataset.frequency != "once") {
                                frequency = "recurring";
                            }
                        }
                    }
                }

                var checkbox = document.getElementsByName("rfmp_checkbox_3152")[0];
                if (frequency=="once") {
                    checkbox.removeAttribute("required");
                } else {
                    checkbox.setAttribute("required", "required");
                }

                document.getElementById("rfmp_checkbox_3152").style.display = (frequency=="once" ? "none" : "block");
                document.getElementById("rfmp_checkbox_hidden_3152").value = (frequency=="once" ? 0 : 1);
                document.getElementById("rfmp_open_amount_3152").style.display = (pricetype=="open" ? "block" : "none");
                document.getElementById("rfmp_open_amount_required_3152").value = (pricetype=="open" ? 1 : 0);
                document.getElementById("rfmp_amount_freq_3152").innerHTML = freq;
                
                if (location.protocol === "https:" && window.ApplePaySession && window.ApplePaySession.canMakePayments()) {
                    //
                } else if (document.getElementById("rfmp_pm_applepay_3152") !== null) {
                    document.getElementById("rfmp_pm_applepay_3152").remove();
                }
                
                    document.getElementById("rfmp_pm_ideal_3152").style.display = "block";
    document.getElementById("rfmp_pm_bancontact_3152").style.display = "block";
if (document.getElementById("rfmp_pm_banktransfer_3152") !== null){
    document.getElementById("rfmp_pm_banktransfer_3152").style.display = (frequency!="once" ? "none" : "block");
}

            }
            </script>
  </p>
  <ul id="form_3152_field_3" label="Betaalmethode" class="payform_methods" required="" style="list-style-type:none;margin:0;">
    <li id="rfmp_pm_ideal_3152">
      <label>
        <input type="radio" name="rfmp_payment_method_3152" value="ideal" data-fixed="0" data-variable="0" onchange="mollie_forms_3152_totals();" checked="">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/ideal.svg"><noscript><img style="vertical-align:middle;display:inline-block;" src="https://www.mollie.com/external/icons/payment-methods/ideal.svg"></noscript> iDEAL
      </label>
    </li>
    <li id="rfmp_pm_banktransfer_3152">
      <label>
        <input type="radio" name="rfmp_payment_method_3152" value="banktransfer" data-fixed="0" data-variable="0" onchange="mollie_forms_3152_totals();">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/banktransfer.svg"><noscript><img style="vertical-align:middle;display:inline-block;"
            src="https://www.mollie.com/external/icons/payment-methods/banktransfer.svg"></noscript> Overboeking </label>
    </li>
    <li id="rfmp_pm_bancontact_3152">
      <label>
        <input type="radio" name="rfmp_payment_method_3152" value="bancontact" data-fixed="0" data-variable="0" onchange="mollie_forms_3152_totals();">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/bancontact.svg"><noscript><img style="vertical-align:middle;display:inline-block;" src="https://www.mollie.com/external/icons/payment-methods/bancontact.svg"></noscript>
        Bancontact </label>
    </li>
  </ul><input type="hidden" id="rfmp_checkbox_hidden_3152" name="rfmp_checkbox_hidden_3152" value="0"><br><label id="rfmp_checkbox_3152" style="display:none;">
    <input type="checkbox" name="rfmp_checkbox_3152" value="1"> Hierbij geef ik toestemming om het terugkerende bedrag periodiek van mijn rekening te incasseren. </label>
  <p></p>
  <p><label for="form_3152_field_4">Voorletter(s) <span class="mollie-forms-required">*</span></label><br><input type="text" name="form_3152_field_4" id="form_3152_field_4" value="" label="Voorletter(s)" class="payform_initials" required=""
      placeholder="Voorletter(s) *" style="width: 100%"></p>
  <p><label for="form_3152_field_5">Tussenvoegsel(s)</label><br><input type="text" name="form_3152_field_5" id="form_3152_field_5" value="" label="Tussenvoegsel(s)" class="payform_insertion" placeholder="Tussenvoegsel(s)" style="width: 100%"></p>
  <p><label for="form_3152_field_6">Naam <span class="mollie-forms-required">*</span></label><br><input type="text" name="form_3152_field_6" id="form_3152_field_6" value="" label="Naam" class="payform_name" required="" placeholder="Naam *"
      style="width: 100%"></p>
  <p><label for="form_3152_field_7">E-mailadres <span class="mollie-forms-required">*</span></label><br><input type="email" name="form_3152_field_7" id="form_3152_field_7" value="" label="E-mailadres" class="payform_email" required=""
      placeholder="E-mailadres *" style="width: 100%"></p>
  <p><br><button type="submit" name="form_3152_field_8" id="form_3152_field_8" value="" label="Aankoop afronden" class="payform_send" required="" placeholder="Aankoop afronden *">Aankoop afronden</button></p>
</form>

POST

<form enctype="multipart/form-data" data-mollie-forms="2.6.0" method="post" id="rfmp_3137" class="paymentform"><input type="hidden" id="mollie_forms_3137_nonce" name="mollie_forms_3137_nonce" value="bf0efe241a"><input type="hidden"
    name="_wp_http_referer" value="/resultaten/"><input type="hidden" name="mollie-forms-post" value="3137">
  <p><label for="form_3137_field_0">Kies uw Abonnement <span class="mollie-forms-required">*</span></label><br></p>
  <ul id="form_3137_field_0" label="Kies uw Abonnement" class="payform_prices" required="" style="list-style-type:none;margin:0;">
    <li>
      <label>
        <input type="radio" onchange="mollie_forms_recurring_methods_3137();mollie_forms_3137_totals();" data-frequency="once" data-freq="" data-pricetype="fixed" data-price="1575.00" data-vat="" name="rfmp_priceoptions_3137" value="20" checked="">
        Combi Strategie 24 maanden + 12 maanden gratis en met 30% korting! (€ 1575,00) </label>
    </li>
    <li>
      <label>
        <input type="radio" onchange="mollie_forms_recurring_methods_3137();mollie_forms_3137_totals();" data-frequency="once" data-freq="" data-pricetype="fixed" data-price="1250.00" data-vat="" name="rfmp_priceoptions_3137" value="21"> Combi
        Strategie 12 maanden + 12 maanden gratis (€ 1250,00) </label>
    </li>
  </ul>
  <p id="rfmp_open_amount_3137" style="display:none;">
    <label>Bedrag <span style="color:red;">*</span><br>
      <span class="rfmp_currency_3137">€</span>
      <input type="number" step="any" value="" onchange="mollie_forms_3137_totals();" name="rfmp_amount_3137">
      <span id="rfmp_amount_freq_3137"></span>
    </label>
    <input type="hidden" name="rfmp_amount_required_3137" id="rfmp_open_amount_required_3137" value="0">
  </p>
  <script type="rocketlazyloadscript"> window.onload = setTimeout(mollie_forms_3137_totals, 100);
        function mollie_forms_3137_totals() {
            var priceoption = document.getElementsByName("rfmp_priceoptions_3137");
            var quantities  = document.getElementsByClassName("rfmp_priceoptions_3137_quantity");
            var subtotal = 0, total = 0, vat = 0;
            
            
            // Add shipping costs to total
            var shippingCosts = "";
            if (shippingCosts) {
                var shippingVat = 0.21 * parseFloat(shippingCosts);
                vat   += shippingVat;
                total += parseFloat(shippingCosts);
                subtotal += parseFloat(shippingCosts);
                
            }
            
            if (0 in priceoption) {
                // single price option
                if (priceoption[0].tagName == "INPUT") {
                    for (var i = 0, length = priceoption.length; i < length; i++) {
                        if (priceoption[i].checked) {
                        
                            if (priceoption[i].dataset.pricetype == "open") {
                                var openAmount  = document.getElementsByName("rfmp_amount_3137");
                                openAmount[0].setAttribute("min", priceoption[i].dataset.price);
                                var optionPrice = parseFloat(openAmount[0].value);
                            } else {
                                var optionPrice = parseFloat(priceoption[i].dataset.price);
                            }
                                
                            var optionVat = (parseInt(priceoption[i].dataset.vat) / 100) * optionPrice;
                        
                            vat += optionVat;
                            total += optionPrice;
                            subtotal += optionPrice;
                            
                            break;
                        }
                    }
                } else {
                    if (priceoption[0].options[priceoption[0].selectedIndex].dataset.pricetype == "open") {
                        var openAmount  = document.getElementsByName("rfmp_amount_3137");
                        openAmount[0].setAttribute("min", priceoption[0].options[priceoption[0].selectedIndex].dataset.price);
                        var optionPrice = parseFloat(openAmount[0].value);
                    } else {
                        var optionPrice = parseFloat(priceoption[0].options[priceoption[0].selectedIndex].dataset.price);
                    }
                            
                    var optionVat = (parseInt(priceoption[0].options[priceoption[0].selectedIndex].dataset.vat) / 100) * optionPrice;
                    vat   += optionVat;
                    total += optionPrice;
                    subtotal += optionPrice;
                    
                }
            } else if (quantities) {
                // multiple price options with quantity
                for (var i = 0; i < quantities.length; i++) {
                    var q  = parseInt(quantities[i].value);
                    var optionPrice = parseFloat(parseFloat(quantities[i].dataset.price) * q);
                    var optionVat = (parseInt(quantities[i].dataset.vat) / 100) * optionPrice;
                    vat   += optionVat;
                    total += optionPrice;
                    subtotal += optionPrice;
                    
                }
            }
            
            // payment method extra costs
            var methods = document.getElementsByName("rfmp_payment_method_3137");
            if (0 in methods) {
                if (methods[0].tagName == "INPUT") {
                    // radio buttons
                    for (var i = 0; i < methods.length; i++) {
                        if (methods[i].checked) {
                            var methodAmount = ((parseInt(methods[i].dataset.variable) / 100) * total) + parseFloat(methods[i].dataset.fixed);
                            var methodVat = 0.21 * methodAmount;
                            vat   += methodVat;
                            total += methodAmount;
                            subtotal += methodAmount;
                            
                            break;
                        }
                    }
                } else {
                    // dropdown
                    var methodAmount = ((parseInt(methods[0].options[methods[0].selectedIndex].dataset.variable) / 100) * total) + parseFloat(methods[0].options[methods[0].selectedIndex].dataset.fixed);
                    var methodVat = 0.21 * methodAmount;
                    vat   += methodVat;
                    total += methodAmount;
                    subtotal += methodAmount;
                    
                }
            }
            
            // Display subtotal
            var subtotalValue = document.getElementById("rfmp_totals_3137_subtotal_value");
            if (subtotalValue) {
                var subtotalAmount = subtotal.toFixed(2) > 0 ? subtotal.toFixed(2) : "0.00";
                subtotalValue.innerHTML = subtotalAmount.replace(".", ",");
            }
            
            // Display total
            var totalValue = document.getElementById("rfmp_totals_3137_total_value");
            if (totalValue) {
                var totalAmount = total.toFixed(2) > 0 ? total.toFixed(2) : "0.00";
                totalValue.innerHTML = totalAmount.replace(".", ",");
            }
            
            // Display VAT
            var totalVatValue = document.getElementById("rfmp_totals_3137_vat_value");
            if (totalVatValue) {
                var totalVat = vat.toFixed(2) > 0 ? vat.toFixed(2) : "0.00";
                totalVatValue.innerHTML = totalVat.replace(".", ",");
            }
        }
        </script>
  <p></p>
  <p></p>
  <p><label for="form_3137_field_2">Eenmalig inclusief btw <span class="mollie-forms-required">*</span></label><br></p>
  <table id="form_3137_field_2" label="Eenmalig inclusief btw" class="" required="">
    <tbody>
      <tr id="rfmp_totals_3137_total">
        <td><strong>Totaal</strong></td>
        <td><strong>€ <span id="rfmp_totals_3137_total_value"></span></strong></td>
      </tr>
    </tbody>
  </table>
  <p></p>
  <p><label for="form_3137_field_3">Betaalmethode <span class="mollie-forms-required">*</span></label><br>
    <script type="rocketlazyloadscript"> window.onload = setTimeout(mollie_forms_recurring_methods_3137, 100);
            function mollie_forms_recurring_methods_3137() {
                var priceoptions = document.getElementsByName("rfmp_priceoptions_3137");
                var freq = "";
                if (0 in priceoptions) {
                    if (priceoptions[0].tagName == "INPUT") {
                        for (var i = 0, length = priceoptions.length; i < length; i++) {
                            if (priceoptions[i].checked) {
                                var frequency = priceoptions[i].dataset.frequency;
                                var pricetype = priceoptions[i].dataset.pricetype;
                                freq = priceoptions[i].dataset.freq;
                                break;
                            }
                        }
                    } else {
                        var frequency = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.frequency;
                        var pricetype = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.pricetype;
                        freq = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.freq;
                    }
                } else {
                    var quantities = document.getElementsByClassName("rfmp_priceoptions_3137_quantity");
                    var pricetype = "fixed";
                    var frequency = "once";
                    for (var i = 0, length = quantities.length; i < length; i++) {
                        if (quantities[i].value > 0) {
                            if (quantities[i].dataset.frequency != "once") {
                                frequency = "recurring";
                            }
                        }
                    }
                }

                var checkbox = document.getElementsByName("rfmp_checkbox_3137")[0];
                if (frequency=="once") {
                    checkbox.removeAttribute("required");
                } else {
                    checkbox.setAttribute("required", "required");
                }

                document.getElementById("rfmp_checkbox_3137").style.display = (frequency=="once" ? "none" : "block");
                document.getElementById("rfmp_checkbox_hidden_3137").value = (frequency=="once" ? 0 : 1);
                document.getElementById("rfmp_open_amount_3137").style.display = (pricetype=="open" ? "block" : "none");
                document.getElementById("rfmp_open_amount_required_3137").value = (pricetype=="open" ? 1 : 0);
                document.getElementById("rfmp_amount_freq_3137").innerHTML = freq;
                
                if (location.protocol === "https:" && window.ApplePaySession && window.ApplePaySession.canMakePayments()) {
                    //
                } else if (document.getElementById("rfmp_pm_applepay_3137") !== null) {
                    document.getElementById("rfmp_pm_applepay_3137").remove();
                }
                
                    document.getElementById("rfmp_pm_ideal_3137").style.display = "block";
    document.getElementById("rfmp_pm_bancontact_3137").style.display = "block";
if (document.getElementById("rfmp_pm_banktransfer_3137") !== null){
    document.getElementById("rfmp_pm_banktransfer_3137").style.display = (frequency!="once" ? "none" : "block");
}

            }
            </script>
  </p>
  <ul id="form_3137_field_3" label="Betaalmethode" class="payform_methods" required="" style="list-style-type:none;margin:0;">
    <li id="rfmp_pm_ideal_3137">
      <label>
        <input type="radio" name="rfmp_payment_method_3137" value="ideal" data-fixed="0" data-variable="0" onchange="mollie_forms_3137_totals();" checked="">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/ideal.svg"><noscript><img style="vertical-align:middle;display:inline-block;" src="https://www.mollie.com/external/icons/payment-methods/ideal.svg"></noscript> iDEAL
      </label>
    </li>
    <li id="rfmp_pm_banktransfer_3137">
      <label>
        <input type="radio" name="rfmp_payment_method_3137" value="banktransfer" data-fixed="0" data-variable="0" onchange="mollie_forms_3137_totals();">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/banktransfer.svg"><noscript><img style="vertical-align:middle;display:inline-block;"
            src="https://www.mollie.com/external/icons/payment-methods/banktransfer.svg"></noscript> Overboeking </label>
    </li>
    <li id="rfmp_pm_bancontact_3137">
      <label>
        <input type="radio" name="rfmp_payment_method_3137" value="bancontact" data-fixed="0" data-variable="0" onchange="mollie_forms_3137_totals();">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/bancontact.svg"><noscript><img style="vertical-align:middle;display:inline-block;" src="https://www.mollie.com/external/icons/payment-methods/bancontact.svg"></noscript>
        Bancontact </label>
    </li>
  </ul><input type="hidden" id="rfmp_checkbox_hidden_3137" name="rfmp_checkbox_hidden_3137" value="0"><br><label id="rfmp_checkbox_3137" style="display:none;">
    <input type="checkbox" name="rfmp_checkbox_3137" value="1"> Hierbij geef ik toestemming om het terugkerende bedrag periodiek van mijn rekening te incasseren. </label>
  <p></p>
  <p><label for="form_3137_field_4">Voorletter(s) <span class="mollie-forms-required">*</span></label><br><input type="text" name="form_3137_field_4" id="form_3137_field_4" value="" label="Voorletter(s)" class="payform_initials" required=""
      placeholder="Voorletter(s) *" style="width: 100%"></p>
  <p><label for="form_3137_field_5">Tussenvoegsel(s)</label><br><input type="text" name="form_3137_field_5" id="form_3137_field_5" value="" label="Tussenvoegsel(s)" class="payform_insertion" placeholder="Tussenvoegsel(s)" style="width: 100%"></p>
  <p><label for="form_3137_field_6">Naam <span class="mollie-forms-required">*</span></label><br><input type="text" name="form_3137_field_6" id="form_3137_field_6" value="" label="Naam" class="payform_name" required="" placeholder="Naam *"
      style="width: 100%"></p>
  <p><label for="form_3137_field_7">E-mailadres <span class="mollie-forms-required">*</span></label><br><input type="email" name="form_3137_field_7" id="form_3137_field_7" value="" label="E-mailadres" class="payform_email" required=""
      placeholder="E-mailadres *" style="width: 100%"></p>
  <p><br><button type="submit" name="form_3137_field_8" id="form_3137_field_8" value="" label="Aankoop Afronden" class="payform_send" required="" placeholder="Aankoop Afronden *">Aankoop Afronden</button></p>
</form>

POST

<form enctype="multipart/form-data" data-mollie-forms="2.6.0" method="post" id="rfmp_3135" class="paymentform"><input type="hidden" id="mollie_forms_3135_nonce" name="mollie_forms_3135_nonce" value="bf0efe241a"><input type="hidden"
    name="_wp_http_referer" value="/resultaten/"><input type="hidden" name="mollie-forms-post" value="3135">
  <p><label for="form_3135_field_0">Kies uw Abonnement <span class="mollie-forms-required">*</span></label><br></p>
  <ul id="form_3135_field_0" label="Kies uw Abonnement" class="payform_prices" required="" style="list-style-type:none;margin:0;">
    <li>
      <label>
        <input type="radio" onchange="mollie_forms_recurring_methods_3135();mollie_forms_3135_totals();" data-frequency="once" data-freq="" data-pricetype="fixed" data-price="1250.00" data-vat="" name="rfmp_priceoptions_3135" value="18" checked="">
        Pro Strategie 24 maanden met 30% korting! (€ 1250,00) </label>
    </li>
    <li>
      <label>
        <input type="radio" onchange="mollie_forms_recurring_methods_3135();mollie_forms_3135_totals();" data-frequency="once" data-freq="" data-pricetype="fixed" data-price="899.00" data-vat="" name="rfmp_priceoptions_3135" value="19"> Pro Strategie
        12 maanden (€ 899,00) </label>
    </li>
  </ul>
  <p id="rfmp_open_amount_3135" style="display:none;">
    <label>Bedrag <span style="color:red;">*</span><br>
      <span class="rfmp_currency_3135">€</span>
      <input type="number" step="any" value="" onchange="mollie_forms_3135_totals();" name="rfmp_amount_3135">
      <span id="rfmp_amount_freq_3135"></span>
    </label>
    <input type="hidden" name="rfmp_amount_required_3135" id="rfmp_open_amount_required_3135" value="0">
  </p>
  <script type="rocketlazyloadscript"> window.onload = setTimeout(mollie_forms_3135_totals, 100);
        function mollie_forms_3135_totals() {
            var priceoption = document.getElementsByName("rfmp_priceoptions_3135");
            var quantities  = document.getElementsByClassName("rfmp_priceoptions_3135_quantity");
            var subtotal = 0, total = 0, vat = 0;
            
            
            // Add shipping costs to total
            var shippingCosts = "";
            if (shippingCosts) {
                var shippingVat = 0.21 * parseFloat(shippingCosts);
                vat   += shippingVat;
                total += parseFloat(shippingCosts);
                subtotal += parseFloat(shippingCosts);
                
            }
            
            if (0 in priceoption) {
                // single price option
                if (priceoption[0].tagName == "INPUT") {
                    for (var i = 0, length = priceoption.length; i < length; i++) {
                        if (priceoption[i].checked) {
                        
                            if (priceoption[i].dataset.pricetype == "open") {
                                var openAmount  = document.getElementsByName("rfmp_amount_3135");
                                openAmount[0].setAttribute("min", priceoption[i].dataset.price);
                                var optionPrice = parseFloat(openAmount[0].value);
                            } else {
                                var optionPrice = parseFloat(priceoption[i].dataset.price);
                            }
                                
                            var optionVat = (parseInt(priceoption[i].dataset.vat) / 100) * optionPrice;
                        
                            vat += optionVat;
                            total += optionPrice;
                            subtotal += optionPrice;
                            
                            break;
                        }
                    }
                } else {
                    if (priceoption[0].options[priceoption[0].selectedIndex].dataset.pricetype == "open") {
                        var openAmount  = document.getElementsByName("rfmp_amount_3135");
                        openAmount[0].setAttribute("min", priceoption[0].options[priceoption[0].selectedIndex].dataset.price);
                        var optionPrice = parseFloat(openAmount[0].value);
                    } else {
                        var optionPrice = parseFloat(priceoption[0].options[priceoption[0].selectedIndex].dataset.price);
                    }
                            
                    var optionVat = (parseInt(priceoption[0].options[priceoption[0].selectedIndex].dataset.vat) / 100) * optionPrice;
                    vat   += optionVat;
                    total += optionPrice;
                    subtotal += optionPrice;
                    
                }
            } else if (quantities) {
                // multiple price options with quantity
                for (var i = 0; i < quantities.length; i++) {
                    var q  = parseInt(quantities[i].value);
                    var optionPrice = parseFloat(parseFloat(quantities[i].dataset.price) * q);
                    var optionVat = (parseInt(quantities[i].dataset.vat) / 100) * optionPrice;
                    vat   += optionVat;
                    total += optionPrice;
                    subtotal += optionPrice;
                    
                }
            }
            
            // payment method extra costs
            var methods = document.getElementsByName("rfmp_payment_method_3135");
            if (0 in methods) {
                if (methods[0].tagName == "INPUT") {
                    // radio buttons
                    for (var i = 0; i < methods.length; i++) {
                        if (methods[i].checked) {
                            var methodAmount = ((parseInt(methods[i].dataset.variable) / 100) * total) + parseFloat(methods[i].dataset.fixed);
                            var methodVat = 0.21 * methodAmount;
                            vat   += methodVat;
                            total += methodAmount;
                            subtotal += methodAmount;
                            
                            break;
                        }
                    }
                } else {
                    // dropdown
                    var methodAmount = ((parseInt(methods[0].options[methods[0].selectedIndex].dataset.variable) / 100) * total) + parseFloat(methods[0].options[methods[0].selectedIndex].dataset.fixed);
                    var methodVat = 0.21 * methodAmount;
                    vat   += methodVat;
                    total += methodAmount;
                    subtotal += methodAmount;
                    
                }
            }
            
            // Display subtotal
            var subtotalValue = document.getElementById("rfmp_totals_3135_subtotal_value");
            if (subtotalValue) {
                var subtotalAmount = subtotal.toFixed(2) > 0 ? subtotal.toFixed(2) : "0.00";
                subtotalValue.innerHTML = subtotalAmount.replace(".", ",");
            }
            
            // Display total
            var totalValue = document.getElementById("rfmp_totals_3135_total_value");
            if (totalValue) {
                var totalAmount = total.toFixed(2) > 0 ? total.toFixed(2) : "0.00";
                totalValue.innerHTML = totalAmount.replace(".", ",");
            }
            
            // Display VAT
            var totalVatValue = document.getElementById("rfmp_totals_3135_vat_value");
            if (totalVatValue) {
                var totalVat = vat.toFixed(2) > 0 ? vat.toFixed(2) : "0.00";
                totalVatValue.innerHTML = totalVat.replace(".", ",");
            }
        }
        </script>
  <p></p>
  <p></p>
  <p><label for="form_3135_field_2">Eenmalig inclusief btw <span class="mollie-forms-required">*</span></label><br></p>
  <table id="form_3135_field_2" label="Eenmalig inclusief btw" class="" required="">
    <tbody>
      <tr id="rfmp_totals_3135_total">
        <td><strong>Totaal</strong></td>
        <td><strong>€ <span id="rfmp_totals_3135_total_value"></span></strong></td>
      </tr>
    </tbody>
  </table>
  <p></p>
  <p><label for="form_3135_field_3">Betaalmethode <span class="mollie-forms-required">*</span></label><br>
    <script type="rocketlazyloadscript"> window.onload = setTimeout(mollie_forms_recurring_methods_3135, 100);
            function mollie_forms_recurring_methods_3135() {
                var priceoptions = document.getElementsByName("rfmp_priceoptions_3135");
                var freq = "";
                if (0 in priceoptions) {
                    if (priceoptions[0].tagName == "INPUT") {
                        for (var i = 0, length = priceoptions.length; i < length; i++) {
                            if (priceoptions[i].checked) {
                                var frequency = priceoptions[i].dataset.frequency;
                                var pricetype = priceoptions[i].dataset.pricetype;
                                freq = priceoptions[i].dataset.freq;
                                break;
                            }
                        }
                    } else {
                        var frequency = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.frequency;
                        var pricetype = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.pricetype;
                        freq = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.freq;
                    }
                } else {
                    var quantities = document.getElementsByClassName("rfmp_priceoptions_3135_quantity");
                    var pricetype = "fixed";
                    var frequency = "once";
                    for (var i = 0, length = quantities.length; i < length; i++) {
                        if (quantities[i].value > 0) {
                            if (quantities[i].dataset.frequency != "once") {
                                frequency = "recurring";
                            }
                        }
                    }
                }

                var checkbox = document.getElementsByName("rfmp_checkbox_3135")[0];
                if (frequency=="once") {
                    checkbox.removeAttribute("required");
                } else {
                    checkbox.setAttribute("required", "required");
                }

                document.getElementById("rfmp_checkbox_3135").style.display = (frequency=="once" ? "none" : "block");
                document.getElementById("rfmp_checkbox_hidden_3135").value = (frequency=="once" ? 0 : 1);
                document.getElementById("rfmp_open_amount_3135").style.display = (pricetype=="open" ? "block" : "none");
                document.getElementById("rfmp_open_amount_required_3135").value = (pricetype=="open" ? 1 : 0);
                document.getElementById("rfmp_amount_freq_3135").innerHTML = freq;
                
                if (location.protocol === "https:" && window.ApplePaySession && window.ApplePaySession.canMakePayments()) {
                    //
                } else if (document.getElementById("rfmp_pm_applepay_3135") !== null) {
                    document.getElementById("rfmp_pm_applepay_3135").remove();
                }
                
                    document.getElementById("rfmp_pm_ideal_3135").style.display = "block";
    document.getElementById("rfmp_pm_bancontact_3135").style.display = "block";
if (document.getElementById("rfmp_pm_banktransfer_3135") !== null){
    document.getElementById("rfmp_pm_banktransfer_3135").style.display = (frequency!="once" ? "none" : "block");
}

            }
            </script>
  </p>
  <ul id="form_3135_field_3" label="Betaalmethode" class="payform_methods" required="" style="list-style-type:none;margin:0;">
    <li id="rfmp_pm_ideal_3135">
      <label>
        <input type="radio" name="rfmp_payment_method_3135" value="ideal" data-fixed="0" data-variable="0" onchange="mollie_forms_3135_totals();" checked="">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/ideal.svg"><noscript><img style="vertical-align:middle;display:inline-block;" src="https://www.mollie.com/external/icons/payment-methods/ideal.svg"></noscript> iDEAL
      </label>
    </li>
    <li id="rfmp_pm_banktransfer_3135">
      <label>
        <input type="radio" name="rfmp_payment_method_3135" value="banktransfer" data-fixed="0" data-variable="0" onchange="mollie_forms_3135_totals();">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/banktransfer.svg"><noscript><img style="vertical-align:middle;display:inline-block;"
            src="https://www.mollie.com/external/icons/payment-methods/banktransfer.svg"></noscript> Overboeking </label>
    </li>
    <li id="rfmp_pm_bancontact_3135">
      <label>
        <input type="radio" name="rfmp_payment_method_3135" value="bancontact" data-fixed="0" data-variable="0" onchange="mollie_forms_3135_totals();">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/bancontact.svg"><noscript><img style="vertical-align:middle;display:inline-block;" src="https://www.mollie.com/external/icons/payment-methods/bancontact.svg"></noscript>
        Bancontact </label>
    </li>
  </ul><input type="hidden" id="rfmp_checkbox_hidden_3135" name="rfmp_checkbox_hidden_3135" value="0"><br><label id="rfmp_checkbox_3135" style="display:none;">
    <input type="checkbox" name="rfmp_checkbox_3135" value="1"> Hierbij geef ik toestemming om het terugkerende bedrag periodiek van mijn rekening te incasseren. </label>
  <p></p>
  <p><label for="form_3135_field_4">Voorletter(s) <span class="mollie-forms-required">*</span></label><br><input type="text" name="form_3135_field_4" id="form_3135_field_4" value="" label="Voorletter(s)" class="payform_initials" required=""
      placeholder="Voorletter(s) *" style="width: 100%"></p>
  <p><label for="form_3135_field_5">Tussenvoegsel(s)</label><br><input type="text" name="form_3135_field_5" id="form_3135_field_5" value="" label="Tussenvoegsel(s)" class="payform_insertion" placeholder="Tussenvoegsel(s)" style="width: 100%"></p>
  <p><label for="form_3135_field_6">Naam <span class="mollie-forms-required">*</span></label><br><input type="text" name="form_3135_field_6" id="form_3135_field_6" value="" label="Naam" class="payform_name" required="" placeholder="Naam *"
      style="width: 100%"></p>
  <p><label for="form_3135_field_7">E-mailadres <span class="mollie-forms-required">*</span></label><br><input type="email" name="form_3135_field_7" id="form_3135_field_7" value="" label="E-mailadres" class="payform_email" required=""
      placeholder="E-mailadres *" style="width: 100%"></p>
  <p><br><button type="submit" name="form_3135_field_8" id="form_3135_field_8" value="" label="Aankoop Afronden" class="payform_send" required="" placeholder="Aankoop Afronden *">Aankoop Afronden</button></p>
</form>

POST

<form enctype="multipart/form-data" data-mollie-forms="2.6.0" method="post" id="rfmp_3134" class="paymentform"><input type="hidden" id="mollie_forms_3134_nonce" name="mollie_forms_3134_nonce" value="bf0efe241a"><input type="hidden"
    name="_wp_http_referer" value="/resultaten/"><input type="hidden" name="mollie-forms-post" value="3134">
  <p><label for="form_3134_field_0">Kies uw Abonnement <span class="mollie-forms-required">*</span></label><br></p>
  <ul id="form_3134_field_0" label="Kies uw Abonnement" class="payform_prices" required="" style="list-style-type:none;margin:0;">
    <li>
      <label>
        <input type="radio" onchange="mollie_forms_recurring_methods_3134();mollie_forms_3134_totals();" data-frequency="once" data-freq="" data-pricetype="fixed" data-price="1120.00" data-vat="" name="rfmp_priceoptions_3134" value="16" checked="">
        Bitcoin Strategie 24 maanden met 30% korting! (€ 1120,00) </label>
    </li>
    <li>
      <label>
        <input type="radio" onchange="mollie_forms_recurring_methods_3134();mollie_forms_3134_totals();" data-frequency="once" data-freq="" data-pricetype="fixed" data-price="799.00" data-vat="" name="rfmp_priceoptions_3134" value="17"> Bitcoin
        Strategie 12 maanden (€ 799,00) </label>
    </li>
  </ul>
  <p id="rfmp_open_amount_3134" style="display:none;">
    <label>Bedrag <span style="color:red;">*</span><br>
      <span class="rfmp_currency_3134">€</span>
      <input type="number" step="any" value="" onchange="mollie_forms_3134_totals();" name="rfmp_amount_3134">
      <span id="rfmp_amount_freq_3134"></span>
    </label>
    <input type="hidden" name="rfmp_amount_required_3134" id="rfmp_open_amount_required_3134" value="0">
  </p>
  <script type="rocketlazyloadscript"> window.onload = setTimeout(mollie_forms_3134_totals, 100);
        function mollie_forms_3134_totals() {
            var priceoption = document.getElementsByName("rfmp_priceoptions_3134");
            var quantities  = document.getElementsByClassName("rfmp_priceoptions_3134_quantity");
            var subtotal = 0, total = 0, vat = 0;
            
            
            // Add shipping costs to total
            var shippingCosts = "";
            if (shippingCosts) {
                var shippingVat = 0.21 * parseFloat(shippingCosts);
                vat   += shippingVat;
                total += parseFloat(shippingCosts);
                subtotal += parseFloat(shippingCosts);
                
            }
            
            if (0 in priceoption) {
                // single price option
                if (priceoption[0].tagName == "INPUT") {
                    for (var i = 0, length = priceoption.length; i < length; i++) {
                        if (priceoption[i].checked) {
                        
                            if (priceoption[i].dataset.pricetype == "open") {
                                var openAmount  = document.getElementsByName("rfmp_amount_3134");
                                openAmount[0].setAttribute("min", priceoption[i].dataset.price);
                                var optionPrice = parseFloat(openAmount[0].value);
                            } else {
                                var optionPrice = parseFloat(priceoption[i].dataset.price);
                            }
                                
                            var optionVat = (parseInt(priceoption[i].dataset.vat) / 100) * optionPrice;
                        
                            vat += optionVat;
                            total += optionPrice;
                            subtotal += optionPrice;
                            
                            break;
                        }
                    }
                } else {
                    if (priceoption[0].options[priceoption[0].selectedIndex].dataset.pricetype == "open") {
                        var openAmount  = document.getElementsByName("rfmp_amount_3134");
                        openAmount[0].setAttribute("min", priceoption[0].options[priceoption[0].selectedIndex].dataset.price);
                        var optionPrice = parseFloat(openAmount[0].value);
                    } else {
                        var optionPrice = parseFloat(priceoption[0].options[priceoption[0].selectedIndex].dataset.price);
                    }
                            
                    var optionVat = (parseInt(priceoption[0].options[priceoption[0].selectedIndex].dataset.vat) / 100) * optionPrice;
                    vat   += optionVat;
                    total += optionPrice;
                    subtotal += optionPrice;
                    
                }
            } else if (quantities) {
                // multiple price options with quantity
                for (var i = 0; i < quantities.length; i++) {
                    var q  = parseInt(quantities[i].value);
                    var optionPrice = parseFloat(parseFloat(quantities[i].dataset.price) * q);
                    var optionVat = (parseInt(quantities[i].dataset.vat) / 100) * optionPrice;
                    vat   += optionVat;
                    total += optionPrice;
                    subtotal += optionPrice;
                    
                }
            }
            
            // payment method extra costs
            var methods = document.getElementsByName("rfmp_payment_method_3134");
            if (0 in methods) {
                if (methods[0].tagName == "INPUT") {
                    // radio buttons
                    for (var i = 0; i < methods.length; i++) {
                        if (methods[i].checked) {
                            var methodAmount = ((parseInt(methods[i].dataset.variable) / 100) * total) + parseFloat(methods[i].dataset.fixed);
                            var methodVat = 0.21 * methodAmount;
                            vat   += methodVat;
                            total += methodAmount;
                            subtotal += methodAmount;
                            
                            break;
                        }
                    }
                } else {
                    // dropdown
                    var methodAmount = ((parseInt(methods[0].options[methods[0].selectedIndex].dataset.variable) / 100) * total) + parseFloat(methods[0].options[methods[0].selectedIndex].dataset.fixed);
                    var methodVat = 0.21 * methodAmount;
                    vat   += methodVat;
                    total += methodAmount;
                    subtotal += methodAmount;
                    
                }
            }
            
            // Display subtotal
            var subtotalValue = document.getElementById("rfmp_totals_3134_subtotal_value");
            if (subtotalValue) {
                var subtotalAmount = subtotal.toFixed(2) > 0 ? subtotal.toFixed(2) : "0.00";
                subtotalValue.innerHTML = subtotalAmount.replace(".", ",");
            }
            
            // Display total
            var totalValue = document.getElementById("rfmp_totals_3134_total_value");
            if (totalValue) {
                var totalAmount = total.toFixed(2) > 0 ? total.toFixed(2) : "0.00";
                totalValue.innerHTML = totalAmount.replace(".", ",");
            }
            
            // Display VAT
            var totalVatValue = document.getElementById("rfmp_totals_3134_vat_value");
            if (totalVatValue) {
                var totalVat = vat.toFixed(2) > 0 ? vat.toFixed(2) : "0.00";
                totalVatValue.innerHTML = totalVat.replace(".", ",");
            }
        }
        </script>
  <p></p>
  <p></p>
  <p><label for="form_3134_field_2">Eenmalig inclusief btw <span class="mollie-forms-required">*</span></label><br></p>
  <table id="form_3134_field_2" label="Eenmalig inclusief btw" class="" required="">
    <tbody>
      <tr id="rfmp_totals_3134_total">
        <td><strong>Totaal</strong></td>
        <td><strong>€ <span id="rfmp_totals_3134_total_value"></span></strong></td>
      </tr>
    </tbody>
  </table>
  <p></p>
  <p><label for="form_3134_field_3">Betaalmethode <span class="mollie-forms-required">*</span></label><br>
    <script type="rocketlazyloadscript"> window.onload = setTimeout(mollie_forms_recurring_methods_3134, 100);
            function mollie_forms_recurring_methods_3134() {
                var priceoptions = document.getElementsByName("rfmp_priceoptions_3134");
                var freq = "";
                if (0 in priceoptions) {
                    if (priceoptions[0].tagName == "INPUT") {
                        for (var i = 0, length = priceoptions.length; i < length; i++) {
                            if (priceoptions[i].checked) {
                                var frequency = priceoptions[i].dataset.frequency;
                                var pricetype = priceoptions[i].dataset.pricetype;
                                freq = priceoptions[i].dataset.freq;
                                break;
                            }
                        }
                    } else {
                        var frequency = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.frequency;
                        var pricetype = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.pricetype;
                        freq = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.freq;
                    }
                } else {
                    var quantities = document.getElementsByClassName("rfmp_priceoptions_3134_quantity");
                    var pricetype = "fixed";
                    var frequency = "once";
                    for (var i = 0, length = quantities.length; i < length; i++) {
                        if (quantities[i].value > 0) {
                            if (quantities[i].dataset.frequency != "once") {
                                frequency = "recurring";
                            }
                        }
                    }
                }

                var checkbox = document.getElementsByName("rfmp_checkbox_3134")[0];
                if (frequency=="once") {
                    checkbox.removeAttribute("required");
                } else {
                    checkbox.setAttribute("required", "required");
                }

                document.getElementById("rfmp_checkbox_3134").style.display = (frequency=="once" ? "none" : "block");
                document.getElementById("rfmp_checkbox_hidden_3134").value = (frequency=="once" ? 0 : 1);
                document.getElementById("rfmp_open_amount_3134").style.display = (pricetype=="open" ? "block" : "none");
                document.getElementById("rfmp_open_amount_required_3134").value = (pricetype=="open" ? 1 : 0);
                document.getElementById("rfmp_amount_freq_3134").innerHTML = freq;
                
                if (location.protocol === "https:" && window.ApplePaySession && window.ApplePaySession.canMakePayments()) {
                    //
                } else if (document.getElementById("rfmp_pm_applepay_3134") !== null) {
                    document.getElementById("rfmp_pm_applepay_3134").remove();
                }
                
                    document.getElementById("rfmp_pm_ideal_3134").style.display = "block";
    document.getElementById("rfmp_pm_bancontact_3134").style.display = "block";
if (document.getElementById("rfmp_pm_banktransfer_3134") !== null){
    document.getElementById("rfmp_pm_banktransfer_3134").style.display = (frequency!="once" ? "none" : "block");
}

            }
            </script>
  </p>
  <ul id="form_3134_field_3" label="Betaalmethode" class="payform_methods" required="" style="list-style-type:none;margin:0;">
    <li id="rfmp_pm_ideal_3134">
      <label>
        <input type="radio" name="rfmp_payment_method_3134" value="ideal" data-fixed="0" data-variable="0" onchange="mollie_forms_3134_totals();" checked="">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/ideal.svg"><noscript><img style="vertical-align:middle;display:inline-block;" src="https://www.mollie.com/external/icons/payment-methods/ideal.svg"></noscript> iDEAL
      </label>
    </li>
    <li id="rfmp_pm_banktransfer_3134">
      <label>
        <input type="radio" name="rfmp_payment_method_3134" value="banktransfer" data-fixed="0" data-variable="0" onchange="mollie_forms_3134_totals();">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/banktransfer.svg"><noscript><img style="vertical-align:middle;display:inline-block;"
            src="https://www.mollie.com/external/icons/payment-methods/banktransfer.svg"></noscript> Overboeking </label>
    </li>
    <li id="rfmp_pm_bancontact_3134">
      <label>
        <input type="radio" name="rfmp_payment_method_3134" value="bancontact" data-fixed="0" data-variable="0" onchange="mollie_forms_3134_totals();">
        <img style="vertical-align:middle;display:inline-block;" src="data:image/svg+xml,%3Csvg%20xmlns='https://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E"
          data-lazy-src="https://www.mollie.com/external/icons/payment-methods/bancontact.svg"><noscript><img style="vertical-align:middle;display:inline-block;" src="https://www.mollie.com/external/icons/payment-methods/bancontact.svg"></noscript>
        Bancontact </label>
    </li>
  </ul><input type="hidden" id="rfmp_checkbox_hidden_3134" name="rfmp_checkbox_hidden_3134" value="0"><br><label id="rfmp_checkbox_3134" style="display:none;">
    <input type="checkbox" name="rfmp_checkbox_3134" value="1"> Hierbij geef ik toestemming om het terugkerende bedrag periodiek van mijn rekening te incasseren. </label>
  <p></p>
  <p><label for="form_3134_field_4">Voorletter(s) <span class="mollie-forms-required">*</span></label><br><input type="text" name="form_3134_field_4" id="form_3134_field_4" value="" label="Voorletter(s)" class="payform_initials" required=""
      placeholder="Voorletter(s) *" style="width: 100%"></p>
  <p><label for="form_3134_field_5">Tussenvoegsel(s)</label><br><input type="text" name="form_3134_field_5" id="form_3134_field_5" value="" label="Tussenvoegsel(s)" class="payform_insertion" placeholder="Tussenvoegsel(s)" style="width: 100%"></p>
  <p><label for="form_3134_field_6">Naam <span class="mollie-forms-required">*</span></label><br><input type="text" name="form_3134_field_6" id="form_3134_field_6" value="" label="Naam" class="payform_name" required="" placeholder="Naam *"
      style="width: 100%"></p>
  <p><label for="form_3134_field_7">E-mailadres <span class="mollie-forms-required">*</span></label><br><input type="email" name="form_3134_field_7" id="form_3134_field_7" value="" label="E-mailadres" class="payform_email" required=""
      placeholder="E-mailadres *" style="width: 100%"></p>
  <p><br><button type="submit" name="form_3134_field_8" id="form_3134_field_8" value="" label="Aankoop Afronden" class="payform_send" required="" placeholder="Aankoop Afronden *">Aankoop Afronden</button></p>
</form>

Text Content

Teleportboulevard 110
1043 EJ AMSTERDAM
020 - 30 85 926
klantenservice@cryptostrategie.nl

 * Home
 * Resultaten
 * Hoe werkt het
 * Over ons
 * Abonneren
 * Log In




RESULTATEN

 1. Home
 2. Resultaten




JIJ KIEST VOOR CRYPTOSTRATEGIE

💰 Want je wilt een goed en consistent rendement.
🤖 Want je wilt een geautomatiseerd op tientallen Crypto’s
💰 Want je wilt een rekening op eigen naam bij Bitvavo
💡Want je wilt realtime inzicht krijgt in alle transacties
💰Want je wilt zelf bijstorten, opnemen en je strategie kiezen
💹Want je wilt een algoritme dat uitgebreid is getest
📈 Want je wilt inzetten op risicomanagement en bescherming





 




Resultaten Cryptostrategie

 * Cryptostrategie Low Risk
 * Cryptostrategie Medium Risk
 * Cryptostrategie High Risk

CRYPTOSTRATEGIE LOW RISK



CRYPTOSTRATEGIE MEDIUM RISK



CRYPTOSTRATEGIE HIGH RISK



Naar Abonnementen


RUBRIEKEN

 * Producten
 * Resultaten


INFORMATIE

 * Algemene Voorwaarden
 * Copyright
 * Disclaimer


CONTACT

020 - 30 85 926

klantenservice@cryptostrategie.nl

Teleportboulevard 110

1043 EJ AMSTERDAM








Privacy voorkeuren Ik ga akkoord


PRIVACYVOORKEUR CENTRUM

Opties
 * Toestemmingen beheer
 * Cookie instellingen
   * Necessary
   * Advertising
   * Analytics
   * Other

TOESTEMMINGEN BEHEER



NECESSARY



ADVERTISING



ANALYTICS



OTHER





OK
Aanmelden Crypto Strategie

 

Kies uw Abonnement *


 * CryptoStrategie jaarabonnement (€ 199,00)

Bedrag *
€





Eenmalig inclusief btw *


Totaal €



Betaalmethode *


 * iDEAL
 * Overboeking
 * Bancontact


Hierbij geef ik toestemming om het terugkerende bedrag periodiek van mijn
rekening te incasseren.



Voorletter(s) *


Tussenvoegsel(s)


Naam *


E-mailadres *



Aankoop afronden

X SLUIT
Aanmelden Combi Strategie

Kies uw Abonnement *


 * Combi Strategie 24 maanden + 12 maanden gratis en met 30% korting! (€
   1575,00)
 * Combi Strategie 12 maanden + 12 maanden gratis (€ 1250,00)

Bedrag *
€





Eenmalig inclusief btw *


Totaal €



Betaalmethode *


 * iDEAL
 * Overboeking
 * Bancontact


Hierbij geef ik toestemming om het terugkerende bedrag periodiek van mijn
rekening te incasseren.



Voorletter(s) *


Tussenvoegsel(s)


Naam *


E-mailadres *



Aankoop Afronden

X SLUIT
Aanmelden Pro Strategie

Kies uw Abonnement *


 * Pro Strategie 24 maanden met 30% korting! (€ 1250,00)
 * Pro Strategie 12 maanden (€ 899,00)

Bedrag *
€





Eenmalig inclusief btw *


Totaal €



Betaalmethode *


 * iDEAL
 * Overboeking
 * Bancontact


Hierbij geef ik toestemming om het terugkerende bedrag periodiek van mijn
rekening te incasseren.



Voorletter(s) *


Tussenvoegsel(s)


Naam *


E-mailadres *



Aankoop Afronden

X SLUIT
Aanmelden Bitcoin Strategie

Kies uw Abonnement *


 * Bitcoin Strategie 24 maanden met 30% korting! (€ 1120,00)
 * Bitcoin Strategie 12 maanden (€ 799,00)

Bedrag *
€





Eenmalig inclusief btw *


Totaal €



Betaalmethode *


 * iDEAL
 * Overboeking
 * Bancontact


Hierbij geef ik toestemming om het terugkerende bedrag periodiek van mijn
rekening te incasseren.



Voorletter(s) *


Tussenvoegsel(s)


Naam *


E-mailadres *



Aankoop Afronden

X SLUIT