<?php
// if you want to use radio
$array_result = array('0'=> 'False','1'=>'True');
$xcrud->change_type('amount','radio','',$array_result);
//if you want to use select
$xcrud->change_type('amount','select','',$array_result);
?>
Can you tell me the field type on the database of amount ?Hello, I have tried it and it is still marked and the field validation does not work
It seems to be a bug, can you fix it please?