To use custom fieldnames


Some people have asked how to use their own custom field names (mainly for posting to another API).

Our fieldname checker converts fieldnames according to the HTML specifications (lowercase, no special chars).  However you can modify our code to change this behavior.

Edit:

/components/com_form/controller/front.php

and approx line: 828 comment out (or remove) the line

$this->xajax->assign ( 'slug', 'value', bfString::slug4mysql ( $args [1] ) ); 
Article is in the following categories:
KB » How Do I Type Questions Answered


Email This Article

or close

Powered by Joomla Knowledgebase