Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2005-11-21 17:54:38

Niconemo
Member
From: Rhône-Alpes, France
Registered: 2005-04-18
Posts: 557

zem_contact : checkboxes not validating

It seems the input code for checkboxes is not closed and that causes the code not to validate. (missing “/”)

This is my code
<code><p><txp:zem_contact_checkbox label=“Oh yes please !” /></p></code>

And this is the XHTML produced
<code><p><input type=“checkbox” name=“Ohyesplease”><label for=“Ohyesplease”>Oh yes please !</label><br /></p></code>

Please note also ther is a <br /> that sould not be there

I’m I mistaking ? Is it a bug ?

(Thanks anyway for all your work)

Last edited by Niconemo (2005-11-21 18:02:11)


Nico

Offline

#2 2005-11-21 18:12:24

Niconemo
Member
From: Rhône-Alpes, France
Registered: 2005-04-18
Posts: 557

Re: zem_contact : checkboxes not validating

Please note also ther is a <br /> that sould not be there

At least break='' Is solving that ;-)


Nico

Offline

Board footer

Powered by FluxBB