http://petersen.petersenuploads.co.uk/index.php?option=com_k2&view=item&id=74:graphic-designer&Itemid=107
There are fields here of type="email" and type="tel" but they aren't repopulated when event loop is called. Can this be added? Currently using Joomla 1.5.25 and CF 4.0 RC1.9
There are fields here of type="email" and type="tel" but they aren't repopulated when event loop is called. Can this be added? Currently using Joomla 1.5.25 and CF 4.0 RC1.9
Hi peteresen,
Please try this: Edit components/com_chronoforms//libraries/includes/data_republish.php and make this change around line 53
Bob
Please try this: Edit components/com_chronoforms//libraries/includes/data_republish.php and make this change around line 53
//text/password fields
// comment out the next line
//$pattern_input = '/<input([^>]*?)type=("|\')(text|password)("|\')([^>]*?)>/is';
// and add the line below
$pattern_input = '/<input([^>]*?)type=("|\')(text|password|color|date|datetime|datetime-local|email|month|number|range|search|tel|time|url|week)("|\')([^>]*?)>/is';
Bob
This topic is locked and no more replies can be posted.