Button in CF8 V50 lose name id and type when set to link

simelas 1d ago

Hi Max,

as in the title: 

When a button in CF8 v50 is set to link , it does not take in account the button name, the id and the type.

In previous versions of CF8 that worked ok.

Herebelow the HTML elements copy

Button set to button :

<button class="nui button colored blue iconed" name="pay_ccard" id="pay_ccard" type="button"> <svg class="fasvg icon credit-card" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M64 32C28.7 32 0 60.7 0 96v32H576V96c0-35.3-28.7-64-64-64H64zM576 224H0V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V224zM112 352h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z"></path></svg>Πληρωμή&nbsp;&nbsp;&nbsp;Κάρτα  </button>

Button set to link:

<a class="nui button colored blue iconed" href="/index.php/?option=com_chronoforms8&amp;chronoform=cash-desk&amp;chronopage=save_cart_to_sales&amp;payment_mode=ccard&amp;sales_channel=1"><svg class="fasvg icon credit-card" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M64 32C28.7 32 0 60.7 0 96v32H576V96c0-35.3-28.7-64-64-64H64zM576 224H0V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V224zM112 352h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z"></path></svg>Πληρωμή&nbsp;&nbsp;&nbsp;Κάρτα  </a>

Could you fix that?

Cheers

You need to login to be able to post a reply.