Liam
unread,May 21, 2012, 7:23:09 AM5/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joomla! General Development
Hello,
I am having a problem using custom fields types.
I know its me but can't seem to find much about this using google or
joomla docs. I found the joomla documentation for adding the custom
type but it fails for me.
The form starts to load and then fails at my custom field type, so
part of the page is rendered but nothing more once it gets to my
custom form type, page source is pretty empty apart from a few fields.
I am using wamp for development machine and I wondering if that could
be causing an issue.
The form works fine I can load, fill out and save no issues. All
validations work as normal. The only issue I am having is the custom
field type.
I am not sure where to add the JForm::addFieldPath(JPATH_COMPONENT .
DS . 'models' . DS . 'fields'); so added this to tmpl for now. I used
the help guide to build up my custom field type so I know its correct
and I am just getting it to return a simple text box for now to make
it less complex while testing.
I just can't get it to work, anything I need to know when using custom
field types in 2.5?