"List" form field type - Joomla! Forum - community, help and support
hello there! trying create contact form using instructions below. see if works copied , pasted code below onto contact module kept getting following error messages. don't understand, every other standard form field type(http://docs.joomla.org/standard_form_field_types) copy form don't these errors. help! - tony
the page i'm getting code from
http://docs.joomla.org/list_form_field_type
the code
<field name="mylistvalue" type="list" default="" label="select option" description="">
<option value="0">option 1</option>
<option value="1">option 2</option>
</field>
the error message get
message
xml invalid due following causes:
expected ']'
opening , ending tag mismatch: fieldset line 2 , form
premature end of data in tag form line 1
the page i'm getting code from
http://docs.joomla.org/list_form_field_type
the code
<field name="mylistvalue" type="list" default="" label="select option" description="">
<option value="0">option 1</option>
<option value="1">option 2</option>
</field>
the error message get
message
xml invalid due following causes:
expected ']'
opening , ending tag mismatch: fieldset line 2 , form
premature end of data in tag form line 1
can paste code entire form here, instead of field?
Comments
Post a Comment